Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set file_size attribute directly from file metadata (#576)
Datafusion PartitionedFile struct relies on correct file url and file size. This file size is used for calculating offset for reading the parquet footer. Wrong file size can lead to query issues. This PR aims to fix that issue. Fixes #575
- Loading branch information