pengzhiwei2018 commented on a change in pull request #3330:
URL: https://github.com/apache/hudi/pull/3330#discussion_r675352754
##########
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"),
+ // z-order
Review comment:
No, I mean if **1. cluster support** can cover the function of **2.
zorder optimize by overwrite table**, we can only implement the zorder by under
the clustering. No need to introduce a write type for z-order. As you know,
hudi currently has too many write types, which add the cost of use for our
users.
--
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]