QuakeWang opened a new pull request, #7979:
URL: https://github.com/apache/paimon/pull/7979
### Purpose
Daft native Parquet reads always used `DataFileMeta.file_path` when creating
Parquet tasks. This is incorrect for tables configured with
`data-file.external-paths`, where the physical data file is stored in
`DataFileMeta.external_path` while `file_path` may point to the
warehouse-derived table path.
### Tests
- `pytest paimon-python/pypaimon/tests/daft/daft_datasource_test.py -q -rs`
- `python -m pytest
paimon-python/pypaimon/tests/daft/daft_datasource_test.py -q -rs`
--
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]