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
As the discussion in #12263 (comment), this behavior seems a bug. If the input file with non-standard newline (e.g. CR), we will get the object store error
DataFusion error: Object Store error: Generic LocalFileSystem error: Requested range was invalid
To Reproduce
Provide a file using CR as the newline character, then use this file in sqllogcitests.
Expected behavior
#12263 implement the custom terminator for the csv format. If the terminator is correct, the record should be read well. Otherwise, the error message should like
Arrow error: Csv error: incorrect number of fields for line 1, expected 2 got more than 2
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
As the discussion in #12263 (comment), this behavior seems a bug. If the input file with non-standard newline (e.g. CR), we will get the object store error
To Reproduce
Provide a file using
CR
as the newline character, then use this file in sqllogcitests.Expected behavior
#12263 implement the custom terminator for the csv format. If the terminator is correct, the record should be read well. Otherwise, the error message should like
Additional context
No response
The text was updated successfully, but these errors were encountered: