shubhampatel28 commented on code in PR #14357:
URL: https://github.com/apache/hudi/pull/14357#discussion_r2583184496


##########
hudi-common/src/main/java/org/apache/hudi/common/table/view/SpillableMapBasedFileSystemView.java:
##########
@@ -91,7 +96,7 @@ public SpillableMapBasedFileSystemView(HoodieTableMetadata 
tableMetadata,
   @Override
   protected Map<String, List<HoodieFileGroup>> createPartitionToFileGroups() {
     try {
-      LOG.info("Creating Partition To File groups map using external spillable 
Map. Max Mem={}, BaseDir={}", maxMemoryForFileGroupMap, baseStoreDir);
+      LOG.debug("Creating Partition To File groups map using external 
spillable Map. Max Mem={}, BaseDir={}", maxMemoryForFileGroupMap, baseStoreDir);

Review Comment:
   yes we can remove these 6 DEBUG log statements that are now redundant since 
the constructor now logs all the memory configs at `INFO` level



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