BlazingDB / blazingsql

BlazingSQL is a lightweight, GPU accelerated, SQL engine for Python. Built on RAPIDS cuDF.
https://blazingsql.com
Apache License 2.0
1.92k stars 181 forks source link

[PAUSED] Setting csv chunk size default to 256MB #1468

Open rommelDB opened 3 years ago

rommelDB commented 3 years ago

Fixes #1462

GPUtester commented 3 years ago

Please update the changelog in order to start CI tests.

View the gpuCI docs here.

rommelDB commented 3 years ago

Currently this PR is limited to creating tables from CSV without headers because it is not supported by cudf: https://github.com/rapidsai/cudf/blob/branch-0.19/cpp/src/io/csv/reader_impl.cu#L236

rommelDB commented 3 years ago

rerun tests

rommelDB commented 3 years ago

rerun tests