dongjoon-hyun commented on a change in pull request #26453: [SPARK-29730][SQL]
ALTER VIEW QUERY should look up catalog/table like v2 commands
URL: https://github.com/apache/spark/pull/26453#discussion_r344467875
##########
File path:
sql/core/src/main/scala/org/apache/spark/sql/catalyst/analysis/ResolveSessionCatalog.scala
##########
@@ -421,6 +421,14 @@ class ResolveSessionCatalog(
serdeClassName,
serdeProperties,
partitionSpec)
+
+ case AlterViewAsStatement(
+ tableName, originalText, query) =>
Review comment:
indentation? Line 425 and 426 can be one line.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]