vburenin commented on a change in pull request #2714:
URL: https://github.com/apache/hudi/pull/2714#discussion_r606851124
##########
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:
It can be very large some times, that's why I moved it to debug. Schemas
on our side are hundreds of pages long. However, if you find it very useful for
yourself, I can move it back to info. Just let me know.
--
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]