vinothchandar commented on a change in pull request #1418: [HUDI-678] Make 
config package spark free
URL: https://github.com/apache/incubator-hudi/pull/1418#discussion_r398215708
 
 

 ##########
 File path: 
hudi-client/src/main/java/org/apache/hudi/index/bloom/HoodieBloomIndex.java
 ##########
 @@ -69,7 +70,8 @@ public HoodieBloomIndex(HoodieWriteConfig config) {
 
     // Step 0: cache the input record RDD
     if (config.getBloomIndexUseCaching()) {
-      recordRDD.persist(config.getBloomIndexInputStorageLevel());
+      StorageLevel storageLevel = 
ConfigUtils.getBloomIndexInputStorageLevel(config.getProps());
 
 Review comment:
   single line? (also the usages above)

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