LXin96 commented on code in PR #10301:
URL: https://github.com/apache/hudi/pull/10301#discussion_r1426220439
##########
hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/table/HoodieTableFactory.java:
##########
@@ -104,6 +106,7 @@ public DynamicTableSink createDynamicTableSink(Context
context) {
sanityCheck(conf, schema);
setupConfOptions(conf, context.getObjectIdentifier(),
context.getCatalogTable(), schema);
setupSortOptions(conf, context.getConfiguration());
+ OptionUtils.printOptions(factoryIdentifier(), conf.toMap());
Review Comment:
en it will print on jobmanager's log
--
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]