You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nate Clark / @n3world:
One of the validations I tried to add was that ReadOptions::block_size needs to be at least 1KB which seemed like a reasonable minimum but there are some csv tests which set block size to really small. I can update those tests to work with a larger block size or I can change the minimum block size to something like 1, any preferences?
Currently the only validation of csv options is done by asserts. These options should always be validated by the reader on each reader creation.
Reporter: Nate Clark / @n3world
Assignee: Nate Clark / @n3world
PRs and other links:
Note: This issue was originally created as ARROW-12995. Please see the migration documentation for further details.
The text was updated successfully, but these errors were encountered: