leesf commented on code in PR #9199:
URL: https://github.com/apache/hudi/pull/9199#discussion_r1283870066


##########
hudi-client/hudi-spark-client/src/main/java/org/apache/hudi/table/action/commit/BucketBulkInsertDataInternalWriterHelper.java:
##########
@@ -65,7 +71,6 @@ public void write(InternalRow row) throws IOException {
       int bucketId = BucketIdentifier.getBucketId(String.valueOf(recordKey), 
indexKeyFields, bucketNum);
       Pair<UTF8String, Integer> fileId = Pair.of(partitionPath, bucketId);
       if (lastFileId == null || !lastFileId.equals(fileId)) {
-        LOG.info("Creating new file for partition path " + partitionPath);

Review Comment:
   this log is useless then?



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