You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
0 commit comments