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
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