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: [email protected]
