danny0405 commented on code in PR #9922:
URL: https://github.com/apache/hudi/pull/9922#discussion_r1372590546
##########
hudi-client/hudi-spark-client/src/main/java/org/apache/hudi/io/storage/row/HoodieRowCreateHandle.java:
##########
@@ -272,11 +272,12 @@ private static Path makeNewPath(FileSystem fs, String
partitionPath, String file
*
* @param partitionPath Partition path
*/
- private static void createMarkerFile(String partitionPath,
+ private void createMarkerFile(String partitionPath,
String dataFileName,
String instantTime,
HoodieTable<?, ?, ?, ?> table,
HoodieWriteConfig writeConfig) {
+ stopIfAborted();
Review Comment:
Is creating marker file the right time to abort the tasks ?
--
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]