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

Tasks to this: 1. Find a set of queries that will have repeated "Branches" of relational algebra nodes. These will be our test set 2. Figure out if Calcite can...

feature request

Goal: We should drop almost 90% of code by doing this Depends on: https://github.com/BlazingDB/blazingsql/issues/1442

The folder structure for how and where the code lives is an artifact from a refactor that happened a very long time ago (hence a folder called apiv2). This folder...

The code on the python side of BlazingSQL could use some refactoring and cleaning up. The following are some of the things that need to be improved: **context.py is too...

We have several E2E tests that are commented out waiting for other bugs in other repos to be resolved: Some of them are: https://github.com/dask/distributed/issues/4645 https://github.com/rapidsai/cudf/issues/7773 https://github.com/rapidsai/cudf/issues/7572

bug

I'd like to be able to do a GROUP BY aggregation and then filter the resulting aggregated data based on a condition using the HAVING clause while including the aggregation...

In the new communication we use a pinned memory allocator that is allocated in chunks. If the chunk size is defined to be small, then for small messages there is...