berkaysynnada commented on code in PR #10404:
URL: https://github.com/apache/datafusion/pull/10404#discussion_r1595583182
##########
datafusion/sqllogictest/test_files/create_external_table.slt:
##########
@@ -68,18 +60,6 @@ CREATE EXTERNAL TABLE t STORED AS CSV STORED AS PARQUET
LOCATION 'foo.parquet'
statement error DataFusion error: SQL error: ParserError\("LOCATION specified
more than once"\)
CREATE EXTERNAL TABLE t STORED AS CSV LOCATION 'foo.csv' LOCATION 'bar.csv'
-# Duplicate `WITH HEADER ROW` clause
Review Comment:
Not applicable anymore
##########
datafusion/sqllogictest/test_files/create_external_table.slt:
##########
@@ -52,14 +52,6 @@ CREATE EXTERNAL TABLE t STORED AS CSV WITH HEADER LOCATION
'abc'
statement error DataFusion error: SQL error: ParserError\("Expected BY, found:
LOCATION"\)
CREATE EXTERNAL TABLE t STORED AS CSV PARTITIONED LOCATION 'abc'
-# Missing `TYPE` in COMPRESSION clause
Review Comment:
Not applicable anymore
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]