cuibo01 commented on code in PR #5554:
URL: https://github.com/apache/hudi/pull/5554#discussion_r881355076


##########
hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/sink/utils/Pipelines.java:
##########
@@ -315,14 +315,14 @@ public static DataStream<HoodieRecord> 
rowDataToHoodieRecord(Configuration conf,
    * @param dataStream         The input data stream
    * @return the stream write data stream pipeline
    */
-  public static DataStream<Object> hoodieStreamWrite(Configuration conf, int 
defaultParallelism, DataStream<HoodieRecord> dataStream) {
+  public static DataStream<Object> hoodieStreamWrite(Configuration conf, int 
defaultParallelism, DataStream<HoodieRecord> dataStream, String 
sinkOperatorNameSuffix) {
     if (OptionsResolver.isBucketIndexType(conf)) {

Review Comment:
   and may have multi-thread conflicts



-- 
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]

Reply via email to