blazingsql icon indicating copy to clipboard operation
blazingsql copied to clipboard

BlazingSQL is a lightweight, GPU accelerated, SQL engine for Python. Built on RAPIDS cuDF.

Results 103 blazingsql issues
Sort by recently updated
recently updated
newest added

This PR enables support on Calcite spatial functions For now we don't have support (at engine level) for these spatial operators, but some of them work, like: ``` "SELECT col_a...

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

We want to keep a list of all the query_ids of the queries that are run in the context. That way when we want to get the logs from the...

**Describe the bug** After running this query the aliases are missed ``` query = """select df1.n_nationkey as df1_nkey, df1.n_regionkey as df1_rkey, df2.n_nationkey as df2_nkey, df2.n_regionkey as df2_rkey from nation df1...

bug

**Describe the bug** A clear and concise description of what the bug is. Query hangs with repeated warning in the RAL logs: 2021-05-06 21:43:13.868|0|warning||||WaitingQueue 6_6 wait_until_num_bytes timed out num_bytes wanted:...

bug

``` 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