xushiyan opened a new issue, #401: URL: https://github.com/apache/hudi-rs/issues/401
`get_file_slices_internal()` gets the file slices via file system view which loads parquet file metadata for the returning file slices, this populates metadata fields like num row and size bytes. `get_file_slices_between_internal()` gets the file slices via timeline commit metadata which does not read parquet files at all, hence no stats available for the file slices. These 2 impl should be aligned properly such that metadata should always be available such that query engines can make use of the stats for planning. -- 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]
