cloud-fan commented on a change in pull request #32854:
URL: https://github.com/apache/spark/pull/32854#discussion_r649411210



##########
File path: 
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/v2/DataSourceV2Strategy.scala
##########
@@ -437,6 +437,10 @@ class DataSourceV2Strategy(session: SparkSession) extends 
Strategy with Predicat
       val changes = keys.map(key => TableChange.removeProperty(key))
       AlterTableExec(table.catalog, table.identifier, changes) :: Nil
 
+    case AlterTableDropColumns(table: ResolvedTable, cols) =>

Review comment:
       shall we add a base trait for all alter table commands and define a `def 
changes: Seq[TableChanges]`? Then we can handle all alter table commands in one 
place.




-- 
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:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to