danny0405 commented on a change in pull request #3265:
URL: https://github.com/apache/hudi/pull/3265#discussion_r671142651



##########
File path: hudi-flink/src/main/java/org/apache/hudi/table/HoodieTableSink.java
##########
@@ -89,17 +89,22 @@ public SinkRuntimeProvider getSinkRuntimeProvider(Context 
context) {
             .uid("uid_index_bootstrap_" + 
conf.getString(FlinkOptions.TABLE_NAME));
       }
 
-      DataStream<Object> pipeline = hoodieDataStream
+      DataStream<HoodieRecord> bucketAssignStream = hoodieDataStream
           // Key-by record key, to avoid multiple subtasks write to a bucket 
at the same time

Review comment:
       Follow the name pattern dataStream2, dataStream3 ..




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