xiarixiaoyao commented on a change in pull request #3808:
URL: https://github.com/apache/hudi/pull/3808#discussion_r812748275



##########
File path: 
hudi-common/src/main/java/org/apache/hudi/common/model/WriteOperationType.java
##########
@@ -48,6 +48,8 @@
   INSERT_OVERWRITE_TABLE("insert_overwrite_table"),
   // compact
   COMPACT("compact"),
+  // alter schema
+  ALTER_SCHEMA("alter_schema"),
   // used for old version

Review comment:
       Thanks for your review.
   I think it should belong to write opertion.  DDL operations of sparksql will 
treat it as a write operation.
   of course, if  you think this is inappropriate, i will remove it from 
WriteOperation




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