danny0405 commented on a change in pull request #4679:
URL: https://github.com/apache/hudi/pull/4679#discussion_r816451737
##########
File path: hudi-flink/src/main/java/org/apache/hudi/sink/utils/Pipelines.java
##########
@@ -189,21 +191,32 @@
}
public static DataStream<Object> hoodieStreamWrite(Configuration conf, int
defaultParallelism, DataStream<HoodieRecord> dataStream) {
- WriteOperatorFactory<HoodieRecord> operatorFactory =
StreamWriteOperator.getFactory(conf);
- return dataStream
Review comment:
Can we have a separate method for hash index and not modify these two
methods ? The methods are already too complex i think.
--
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]