voonhous commented on code in PR #17655:
URL: https://github.com/apache/hudi/pull/17655#discussion_r2671550694


##########
hudi-common/src/main/java/org/apache/hudi/internal/schema/io/FileBasedInternalSchemaStorageManager.java:
##########
@@ -96,7 +95,7 @@ public void persistHistorySchemaStr(String instantTime, 
String historySchemaStr)
     timeline.saveAsComplete(false, metaClient.createNewInstant(
         HoodieInstant.State.INFLIGHT, hoodieInstant.getAction(), 
hoodieInstant.requestedTime()),
         Option.of(HoodieInstantWriter.convertByteArrayToWriter(writeContent)));
-    LOG.info(String.format("persist history schema success on commit time: 
%s", instantTime));
+    log.info(String.format("persist history schema success on commit time: 
%s", instantTime));

Review Comment:
   Done



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