cloud-fan commented on code in PR #37415: URL: https://github.com/apache/spark/pull/37415#discussion_r942000717
########## sql/core/src/test/resources/sql-tests/results/explain-aqe.sql.out: ########## @@ -909,7 +909,7 @@ Execute CreateViewCommand (1) Output: [] (2) CreateViewCommand -Arguments: `spark_catalog`.`default`.`explain_view`, SELECT key, val FROM explain_temp1, false, false, PersistedView, true Review Comment: we shouldn't attach v1 catalog name here as `CreateViewCommand` can create temp views. -- 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]
