korowa commented on code in PR #9431:
URL: https://github.com/apache/arrow-datafusion/pull/9431#discussion_r1510291826


##########
datafusion/sqllogictest/test_files/ddl.slt:
##########
@@ -490,20 +490,28 @@ DROP TABLE csv_with_timestamps
 
 statement ok
 CREATE EXTERNAL TABLE csv_with_timestamps (
-  name VARCHAR,
-  ts TIMESTAMP,
   c_date DATE,
+  name VARCHAR,

Review Comment:
   I've just got a bit confusing result for JSON table and decided to also pin 
it in a test for CSV -- you're correct it's unrelated, and I'll better check 
for / file an issue regarding it. For now I've removed modifications for this 
file.



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