You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2021/02/08 12:41:50 UTC

[GitHub] [hudi] nsivabalan commented on pull request #2520: [HUDI-1446] Support skip bootstrapIndex's init in abstract fs view init

nsivabalan commented on pull request #2520:
URL: https://github.com/apache/hudi/pull/2520#issuecomment-775120758


   @vinothchandar @bvaradar : wanted to clarify with you folks. Looks like as of now, bootstrap index is always initialized in AbstractTableFileSystemView. 
   
   Author's purpose of creating this PR is this:
   When write data into hoodie table using operation api, shouldn't init a bootstrap index.
   so, this patch introduces a DefaultBootstrapIndex which will be used if config does not set bootstrap path. 
   
   Interested to hear, why we did not have a default no op bootstrap index (which will return false for useIndex()) ? 
   
   


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