vinothchandar commented on a change in pull request #1289: [HUDI-92] Provide 
reasonable names for Spark DAG stages in Hudi.
URL: https://github.com/apache/incubator-hudi/pull/1289#discussion_r375667569
 
 

 ##########
 File path: 
hudi-client/src/main/java/org/apache/hudi/index/bloom/HoodieBloomIndex.java
 ##########
 @@ -254,6 +255,7 @@ private int determineParallelism(int inputParallelism, int 
totalSubPartitions) {
 
     if (config.getBloomIndexPruneByRanges()) {
       // also obtain file ranges, if range pruning is enabled
+      jsc.setJobDescription("Obtain file ranges as range pruning is enabled");
 
 Review comment:
   `Obtain key ranges for file slices (range pruning=on)`

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to