goldmedal commented on code in PR #12263:
URL: https://github.com/apache/datafusion/pull/12263#discussion_r1743885465


##########
datafusion/sqllogictest/test_files/csv_files.slt:
##########
@@ -336,3 +336,23 @@ id message
 05)good test
 4 unquoted
 value end
+
+statement ok
+CREATE EXTERNAL TABLE stored_table_with_cr_terminator (
+col1 TEXT,
+col2 TEXT
+) STORED AS CSV
+LOCATION '../core/tests/data/cr_terminator.csv'
+OPTIONS ('format.terminator' E'\r', 'format.has_header' 'true');
+
+# TODO: It should be passed but got the error: External error: query failed: 
DataFusion error: Object Store error: Generic LocalFileSystem error: Requested 
range was invalid
+# query TT
+# select * from stored_table_with_cr_terminator;

Review Comment:
   Thanks for reminding this bug. However, I'm not sure what the root cause of 
this issue is, but I can help by drafting an issue and adding a reference to 
this test. You can edit it when you're available. WDYT?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to