pratyakshsharma commented on a change in pull request #2714:
URL: https://github.com/apache/hudi/pull/2714#discussion_r606796160
##########
File path:
hudi-sync/hudi-hive-sync/src/main/java/org/apache/hudi/hive/util/HiveSchemaUtil.java
##########
@@ -109,7 +109,7 @@ public static SchemaDifference
getSchemaDifference(MessageType storageSchema, Ma
schemaDiffBuilder.addTableColumn(entry.getKey(), entry.getValue());
}
}
- LOG.info("Difference between schemas: " +
schemaDiffBuilder.build().toString());
+ LOG.debug("Difference between schemas: " +
schemaDiffBuilder.build().toString());
Review comment:
guess we should not move this log message to debug?
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]