jonvex commented on code in PR #7881:
URL: https://github.com/apache/hudi/pull/7881#discussion_r1106015149


##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/table/storage/HoodieStorageLayout.java:
##########
@@ -50,7 +53,14 @@ public HoodieStorageLayout(HoodieWriteConfig config) {
    */
   public abstract boolean writeOperationSupported(WriteOperationType 
operationType);
 
+  @EnumDescription("Determines how the files are organized within a table")
   public enum LayoutType {

Review Comment:
   Need to fix the wording, don't understand this one



##########
hudi-client/hudi-client-common/src/test/java/org/apache/hudi/config/TestHoodieWriteConfig.java:
##########
@@ -115,6 +115,11 @@ public void 
testDefaultClusteringExecutionStrategyClassAccordingToEngineType() {
             EngineType.JAVA, 
HoodieClusteringConfig.JAVA_SORT_AND_SIZE_EXECUTION_STRATEGY));
   }
 
+  @Test void testEnumConfigs() {

Review Comment:
   need to remove



-- 
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-unsubscr...@hudi.apache.org

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

Reply via email to