zeal-thinker commented on code in PR #48554:
URL: https://github.com/apache/spark/pull/48554#discussion_r1820083908


##########
sql/core/src/main/scala/org/apache/spark/sql/execution/command/ddl.scala:
##########
@@ -1008,13 +1008,9 @@ object DDLUtils extends Logging {
     if (!catalog.isTempView(tableMetadata.identifier)) {
       tableMetadata.tableType match {
         case CatalogTableType.VIEW if !isView =>
-          throw QueryCompilationErrors.cannotAlterViewWithAlterTableError(
-            viewName = tableMetadata.identifier.table
-          )
+          throw QueryCompilationErrors.cannotAlterViewWithAlterTableError()

Review Comment:
   Why do I see this change in this CR? This change is already present in the 
latest code.



-- 
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]

Reply via email to