yihua commented on code in PR #8885:
URL: https://github.com/apache/hudi/pull/8885#discussion_r1224724972
##########
hudi-spark-datasource/hudi-spark-common/src/main/scala/org/apache/spark/sql/hudi/command/AlterHoodieTableAddColumnsCommand.scala:
##########
@@ -92,15 +91,16 @@ case class AlterHoodieTableAddColumnsCommand(
}
}
-object AlterHoodieTableAddColumnsCommand {
+object AlterHoodieTableAddColumnsCommand extends SparkAdapterSupport {
/**
* Generate an empty commit with new schema to change the table's schema.
- * @param schema The new schema to commit.
- * @param hoodieCatalogTable The hoodie catalog table.
- * @param sparkSession The spark session.
+ *
+ * @param schema The new schema to commit.
+ * @param hoodieCatalogTable The hoodie catalog table.
+ * @param sparkSession The spark session.
*/
def commitWithSchema(schema: Schema, hoodieCatalogTable: HoodieCatalogTable,
- sparkSession: SparkSession): Unit = {
+ sparkSession: SparkSession): Unit = {
Review Comment:
This is automatically done by IDE.
--
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]