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


##########
datafusion/sqllogictest/test_files/copy.slt:
##########
@@ -307,7 +317,7 @@ select * from validate_parquet_single;
 
 # copy from table to folder of compressed json files
 query IT
-COPY source_table  to 'test_files/scratch/copy/table_json_gz' (format json, 
compression 'gzip');
+COPY source_table  to 'test_files/scratch/copy/table_json_gz' (format json, 
'json.compression' gzip);

Review Comment:
   Hi @alamb, the PR does not support this feature, let's handle it in a 
separate PR to make it easier to review. Even this one is hard to review. If we 
agree on the syntax, I'll create an issue for the parser change.



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