You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2021/05/21 01:41:27 UTC

[GitHub] [hudi] leesf commented on a change in pull request #2972: [HUDI-1918] Fix incorrect keyBy field cause serious data skew, to avo…

leesf commented on a change in pull request #2972:
URL: https://github.com/apache/hudi/pull/2972#discussion_r636578839



##########
File path: hudi-flink/src/main/java/org/apache/hudi/streamer/HoodieFlinkStreamer.java
##########
@@ -89,7 +89,7 @@ public static void main(String[] args) throws Exception {
         .uid("uid_kafka_source")
         .map(new RowDataToHoodieFunction<>(rowType, conf), TypeInformation.of(HoodieRecord.class))
         // Key-by partition path, to avoid multiple subtasks write to a partition at the same time

Review comment:
       please update the description accordingly




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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org