yihua commented on code in PR #11177:
URL: https://github.com/apache/hudi/pull/11177#discussion_r1594995908
##########
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 the Flink classes import
`org.apache.flink.configuration.Configuration`. So to reference Hadoop
`Configuration` we need to use the fully-qualified class name.
--
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]