dongjoon-hyun commented on code in PR #45567: URL: https://github.com/apache/spark/pull/45567#discussion_r1528706084
########## 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: This looks like a breaking parser change which we should not do, @stefankandic . -- 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]
