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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to