You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2022/02/23 08:35:52 UTC

[GitHub] [hudi] danny0405 commented on a change in pull request #3808: [HUDI-2560] introduce id_based schema to support full schema evolution.

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



##########
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:
       I'm not sure if `ALTER SCHEMA` belong to the write operation, and if the ddl operation should be put in `BaseHoodieWriteClient`.




-- 
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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org