hailelagi commented on code in PR #12561:
URL: https://github.com/apache/datafusion/pull/12561#discussion_r1797540971
##########
datafusion/sqllogictest/test_files/create_external_table.slt:
##########
@@ -102,8 +102,11 @@ CREATE TEMPORARY TABLE my_temp_table (
name TEXT NOT NULL
);
+statement ok
+CREATE EXTERNAL TABLE ttemp STORED AS parquet LOCATION
'../../parquet-testing/data/alltypes_plain.parquet' WITH ORDER (id);
Review Comment:
the error is now thrown after planning and during execution and has to take
a valid table, would it now make sense to layer on where the catalog
information is resolved?
--
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]