liujinhui1994 commented on a change in pull request #3614:
URL: https://github.com/apache/hudi/pull/3614#discussion_r791425017
##########
File path:
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/io/storage/HoodieFileWriterFactory.java
##########
@@ -67,6 +72,10 @@
String instantTime, Path path, HoodieWriteConfig config, Schema schema,
HoodieTable hoodieTable,
TaskContextSupplier taskContextSupplier, boolean populateMetaFields,
boolean enableBloomFilter) throws IOException {
Option<BloomFilter> filter = enableBloomFilter ?
Option.of(createBloomFilter(config)) : Option.empty();
+
+ LOG.error("--123" +
SystemUtils.getClassLocation(AvroSchemaConverter.class));
+ LOG.error("--123" + SystemUtils.getClassLocation(Types.class));
+
Review comment:
Yes, this is only used to check for conflicts before, it will be deleted
--
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]