jonvex commented on code in PR #11177:
URL: https://github.com/apache/hudi/pull/11177#discussion_r1594885508
##########
hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/sink/StreamWriteOperatorCoordinator.java:
##########
@@ -95,7 +96,7 @@ public class StreamWriteOperatorCoordinator
/**
* Hive config options.
*/
- private final SerializableConfiguration hiveConf;
+ private final StorageConfiguration<org.apache.hadoop.conf.Configuration>
storageConf;
Review Comment:
This is because hive has a conflict with Configuration?
--
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]