kumarUjjawal commented on code in PR #24774: URL: https://github.com/apache/datafusion/pull/24774#discussion_r3888498318
########## datafusion/sqllogictest/test_files/errors.slt: ########## @@ -191,3 +191,12 @@ select ammp from a; statement ok drop table a; + + +# Test valid fields in a nested query when providing an invalid column name Review Comment: the test can pass even if we remove the `unique()` becuase regex is not anchored to the end, you fix using an exact multiline error expectation, or an escaped and end-anchored regex like `Valid fields are t\.x\.$` -- 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]
