felipeblazing

Results 15 issues of felipeblazing

**Is your feature request related to a problem? Please describe.** I wish I could allocate a pool of pinned host memory for allocations that will often times be short lived....

feature request
? - Needs Triage
inactive-90d
inactive-30d

Be able to call the list file api from python. Currently this only seems to work for local file systems and not for s3.

``` query = """SELECT CASE WHEN exists(SELECT 1 FROM toy_table AS gc1, toy_table AS gc2 WHERE gc1.name = 'Construction Material/Fixtures' AND gc2.name = 'Cement' AND gc2.path LIKE gc1.path || '%'...

bug

spdlog isn't and shouldn't be initialized most times that we are running tests but that means it is not possible to currently write tests in gtest for the ones that...

GPUCI only tests the local filesystems. We want to improve our coverage. We want to be able to tests a subset of the e2e tests that can run on various...

We want to test various sizes but are still just assuming one and two nodes for execution for the time being. I think that we can test on 1GB and...

We need to start gaining an understand of how CBO works in the context of Calcite and how we can start leveraging it. We have done some research on this...

This is not a released version so we can't do this quite yet but at some point we need to update to the latest calcite or update to 1.26 and...