alamb commented on code in PR #13605:
URL: https://github.com/apache/datafusion/pull/13605#discussion_r1863452171
##########
datafusion/sqllogictest/test_files/errors.slt:
##########
@@ -70,7 +70,7 @@ SELECT COUNT(*) FROM nonexistentschema.aggregate_test_100
statement error Error during planning: table
'nonexistentcatalog\.public\.aggregate_test_100' not found
SELECT COUNT(*) FROM nonexistentcatalog.public.aggregate_test_100
-statement error Error during planning: Unsupported compound identifier
'\[Ident \{ value: "way", quote_style: None \}, Ident \{ value: "too",
quote_style: None \}, Ident \{ value: "many", quote_style: None \}, Ident \{
value: "namespaces", quote_style: None \}, Ident \{ value: "as", quote_style:
None \}, Ident \{ value: "ident", quote_style: None \}, Ident \{ value:
"prefixes", quote_style: None \}, Ident \{ value: "aggregate_test_100",
quote_style: None \}\]'
+statement error DataFusion error: Error during planning: Unsupported compound
identifier
'way\.too\.many\.namespaces\.as\.ident\.prefixes\.aggregate_test_100'\.
Expected 1, 2 or 3 parts, got 8
Review Comment:
This line has to change anyways with the sqlparser update, and I think this
PR has a nicer message
--
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]