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

**Describe the bug** It does not load.

bug
? - Needs Triage

**Describe the bug** Cannot import BlazingContext when processor type unknown. **Steps/Code to reproduce bug** Code and output from ipython (personal info hidden). ``` In [1]: from blazingsql import BlazingContext ---------------------------------------------------------------------------...

bug
? - Needs Triage

Bumps [h2](https://github.com/h2database/h2database) from 1.4.197 to 2.1.210. Release notes Sourced from h2's releases. Version 2.1.210 Two security vulnerabilities in H2 Console (CVE-2022-23221 and possible DNS rebinding attack) are fixed. Persistent databases...

dependencies
java

**Describe the bug** Not able to open any app on the app deployment https://app.blazingsql.com/jupyter/user-redirect/lab/workspaces/auto-b/tree/Welcome_to_BlazingSQL_Notebooks/welcome.ipynb **Steps/Code to reproduce bug** Go to browser and try to open https://app.blazingsql.com Error: Site could not...

bug
? - Needs Triage

**Is your feature request related to a problem? Please describe.** BlazingSQL does not support reserved word like `year` as column names **Describe the solution you'd like** BlazingSQL should be able...

Bumps [liquibase-core](https://github.com/liquibase/liquibase) from 3.6.2 to 4.8.0. Release notes Sourced from liquibase-core's releases. v4.8.0 Liquibase 4.8.0 release Please report any issues to https://github.com/liquibase/liquibase/issues. Notable Changes Liquibase 4.8.0 introduces the following functionality:...

dependencies
java

When I am trying to run blazingsql in google colab I am finding the following error Link of colab Notebook: https://blog.blazingdb.com/blazingsql-rapids-ai-now-free-on-google-colab-b8646f1ea948 --------------------------------------------------------------------------- FileNotFoundError Traceback (most recent call last) in ()...

bug
? - Needs Triage

**Describe the bug** Problem reading in csv file. It generate the following error: BlazingContext ready [19:37:44.175] [error] |||ERROR in task::run. What: cuDF failure at: ../src/io/csv/reader_impl.cu:212: byte_range offset with header not...

bug
? - Needs Triage

We no longer need to control the number of concurrent kernels, since now we control the number of concurrent tasks

good first issue

**Is your feature request related to a problem? Please describe.** Hi! I mostly work with parquet and csv files but there are also some `orc` files in the db I...