stefankandic commented on code in PR #45567: URL: https://github.com/apache/spark/pull/45567#discussion_r1528709175
########## sql/core/src/test/resources/sql-tests/inputs/describe.sql: ########## @@ -9,7 +9,7 @@ CREATE TEMPORARY VIEW temp_v AS SELECT * FROM t; CREATE TEMPORARY VIEW temp_Data_Source_View USING org.apache.spark.sql.sources.DDLScanSource OPTIONS ( - From '1', + 'From' '1', Review Comment: i see, any idea how to bypass this without breaking the parser? Not sure how we can keep FROM as a non-reserved keyword -- 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]
