yihua commented on code in PR #9198:
URL: https://github.com/apache/hudi/pull/9198#discussion_r1263920351


##########
hudi-client/hudi-flink-client/src/main/java/org/apache/hudi/table/action/commit/BaseFlinkCommitActionExecutor.java:
##########
@@ -194,7 +194,7 @@ protected Iterator<List<WriteStatus>> handleUpsertPartition(
         }
       }
     } catch (Throwable t) {
-      String msg = "Error upsetting bucketType " + bucketType + " for 
partition :" + partitionPath;
+      String msg = "Error setting up bucketType " + bucketType + " for 
partition :" + partitionPath;

Review Comment:
   This should be `upserting`.



-- 
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: commits-unsubscr...@hudi.apache.org

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

Reply via email to