eejbyfeldt commented on code in PR #12467: URL: https://github.com/apache/datafusion/pull/12467#discussion_r1771820737
########## datafusion/sqllogictest/test_files/join.slt: ########## @@ -1209,3 +1209,20 @@ drop table t1; statement ok drop table t2; + +# Test SQLancer issue: https://github.com/apache/datafusion/issues/12337 +statement ok +create table t1(v1 int) as values(100); + +## Query with Ambiguous column reference +query error DataFusion error: Schema error: Ambiguous reference to unqualified field v1 Review Comment: How is this error different from `DuplicatedQualifiedField`? https://github.com/apache/datafusion/blob/main/datafusion/common/src/error.rs#L149-L152 -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org