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

Default max_bytes_read for csv when creating table #1462

Closed felipeblazing closed 3 years ago

felipeblazing commented 3 years ago

when creating a csv table the user should explicitly set max_bytes_chunk_read to none if the user does not want to set this value. Otherwise the default value should be 268435456 bytes.