alexeykudinkin commented on code in PR #6550:
URL: https://github.com/apache/hudi/pull/6550#discussion_r961838761


##########
hudi-spark-datasource/hudi-spark3.1.x/src/main/scala/org/apache/spark/sql/hudi/command/Spark31AlterTableCommand.scala:
##########
@@ -52,7 +52,7 @@ import scala.collection.JavaConverters._
 import scala.util.control.NonFatal
 
 // TODO: we should remove this file when we support datasourceV2 for hoodie on 
spark3.1x
-case class AlterTableCommand312(table: CatalogTable, changes: 
Seq[TableChange], changeType: ColumnChangeID) extends RunnableCommand with 
Logging {
+case class Spark31AlterTableCommand(table: CatalogTable, changes: 
Seq[TableChange], changeType: ColumnChangeID) extends RunnableCommand with 
Logging {

Review Comment:
   We do refined our Spark compatibility mode in 0.11: we now promise we'd stay 
compatible w/ ALL versions w/in a minor branch.



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

Reply via email to