alamb commented on code in PR #10392:
URL: https://github.com/apache/datafusion/pull/10392#discussion_r1600620737


##########
datafusion/sqllogictest/test_files/array.slt:
##########
@@ -689,7 +689,7 @@ select column1, column2, column3, column4, column5 from 
nested_arrays;
 
 # values table
 query IIIRT
-select a, b, c, d, e from values;
+select a, b, c, d, e from "values";

Review Comment:
   it seems that `values` can no longer be parsed as a bare table name (I am 
not sure why, to be honest)



-- 
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]

Reply via email to