mzheng-plaid commented on issue #8715:
URL: https://github.com/apache/hudi/issues/8715#issuecomment-1563337286

   > #7404
   
   Ah, thats interesting - does this mean we need to set 
https://hudi.apache.org/docs/0.12.3/configurations/#hoodiebootstrapindexclass 
to 
https://github.com/apache/hudi/blob/c859ea4cd23bc4ae56fca4914f34bbf5858bfde5/hudi-common/src/main/java/org/apache/hudi/common/bootstrap/index/NoOpBootstrapIndex.java
 ? We just want to avoid the `fs.exists` call in `HFileBootstrapIndex` because 
none of our tables are bootstrapped anyways. It doesn't seem like disabling 
https://hudi.apache.org/docs/0.12.3/configurations#hoodiebootstrapindexenable 
does anything (as @alexone95 pointed out)
   
   (We do not have metadata table enabled so #7404 would not work for us) 


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