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


##########
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:
   I guess it's because we remove the "UnQuotedString" and values is not a word?



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

Reply via email to