metesynnada commented on code in PR #9382:
URL: https://github.com/apache/arrow-datafusion/pull/9382#discussion_r1507208943


##########
datafusion/sqllogictest/test_files/csv_files.slt:
##########
@@ -33,7 +33,7 @@ c2 VARCHAR
 ) STORED AS CSV
 WITH HEADER ROW
 DELIMITER ','
-OPTIONS ('escape' '\"')

Review Comment:
   This test was wrong, since the changed code was using `as_bytes()[0]`, but 
now we directly reject if there is more than one char. `\` is not an escape for 
`.slt` files.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to