cloud-fan commented on code in PR #47469: URL: https://github.com/apache/spark/pull/47469#discussion_r1689494853
########## sql/core/src/test/resources/sql-tests/inputs/sql-session-variables.sql: ########## @@ -26,9 +26,9 @@ DECLARE VARIABLE IF NOT EXISTS var1 INT; DROP TEMPORARY VARIABLE IF EXISTS var1; SET VARIABLE title = 'Drop Variable'; -DECLARE VARIABLE var1 INT; +DECLARE VAR var1 INT; Review Comment: We only support session variable today so we don't need cross-test with v1/v2. -- 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]
