vortual commented on code in PR #7795:
URL: https://github.com/apache/hudi/pull/7795#discussion_r1096991518


##########
hudi-flink-datasource/hudi-flink/src/test/java/org/apache/hudi/table/ITTestHoodieDataSource.java:
##########
@@ -1046,6 +1046,7 @@ void testBulkInsert(String indexType, boolean 
hiveStylePartitioning) {
         .option(FlinkOptions.PATH, tempFile.getAbsolutePath())
         .option(FlinkOptions.OPERATION, "bulk_insert")
         .option(FlinkOptions.WRITE_BULK_INSERT_SHUFFLE_INPUT, true)
+        .option(FlinkOptions.WRITE_BULK_INSERT_SORT_INPUT_BY_RECORD_KEY, true)
         .option(FlinkOptions.INDEX_TYPE, indexType)

Review Comment:
   I have modified the operate name and added a new test. please help to review 
it again @danny0405 



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