moranyuwen commented on a change in pull request #3263:
URL: https://github.com/apache/hudi/pull/3263#discussion_r668600350



##########
File path: 
hudi-flink/src/main/java/org/apache/hudi/streamer/HoodieFlinkStreamer.java
##########
@@ -109,7 +109,7 @@ public static void main(String[] args) throws Exception {
         .transform(
             "bucket_assigner",
             TypeInformation.of(HoodieRecord.class),
-            new KeyedProcessOperator<>(new BucketAssignFunction<>(conf)))
+                new BucketAssignOperator<>(new BucketAssignFunction<>(conf)))
         .setParallelism(conf.getInteger(FlinkOptions.BUCKET_ASSIGN_TASKS))

Review comment:
       > Nice catch, can we fix the indentation ? And there is another PR same 
with this, can we close that ?
   
   Is there anything wrong with the code I submitted




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