alamb commented on code in PR #8647:
URL: https://github.com/apache/arrow-datafusion/pull/8647#discussion_r1438888727


##########
datafusion/sqllogictest/test_files/repartition_scan.slt:
##########
@@ -185,12 +185,12 @@ COPY  (VALUES (1), (2), (3), (4), (5)) TO 
'test_files/scratch/repartition_scan/j
 (FORMAT json, SINGLE_FILE_OUTPUT true);
 
 statement ok
-CREATE EXTERNAL TABLE json_table(column1 int)
+CREATE EXTERNAL TABLE json_table (column1 int)
 STORED AS json
 LOCATION 'test_files/scratch/repartition_scan/json_table/';
 
 query I
-select * from json_table;
+select * from "json_table";

Review Comment:
   This is needed because JSON_TABLE is now parsed specially in SQLParser: 
https://github.com/sqlparser-rs/sqlparser-rs/pull/1062



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