You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "danny0405 (via GitHub)" <gi...@apache.org> on 2023/03/30 08:53:27 UTC

[GitHub] [hudi] danny0405 commented on a diff in pull request #8324: [Typo][Hoodie Metadata]Fix a typo for parameter in HoodieMetadata.

danny0405 commented on code in PR #8324:
URL: https://github.com/apache/hudi/pull/8324#discussion_r1152944922


##########
hudi-common/src/main/java/org/apache/hudi/metadata/BaseTableMetadata.java:
##########
@@ -83,22 +83,22 @@ public abstract class BaseTableMetadata implements HoodieTableMetadata {
   protected final HoodieTableMetaClient dataMetaClient;
   protected final Option<HoodieMetadataMetrics> metrics;
   protected final HoodieMetadataConfig metadataConfig;
-  // Directory used for Spillable Map when merging records
-  protected final String spillableMapDirectory;
+  // Directory used for Splittable Map when merging records
+  protected final String splittableMapDirectory;

Review Comment:
   It's spill not split



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