umehrot2 commented on issue #1981: URL: https://github.com/apache/hudi/issues/1981#issuecomment-677974115
@vinothchandar `native parquet readers` are used only in `COW` use-case, but even then splits are fetched through `InputFormat` which also in the process does `listing`. For `MOR` use-case and going forward with `bootstrap`, the `native readers` will not be used and reading will happen through `record reader`. My hunch is that this is related to https://github.com/apache/hudi/issues/1829 ---------------------------------------------------------------- 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]
