ArnavBalyan opened a new pull request, #9225:
URL: https://github.com/apache/paimon/pull/9225
### Purpose
- scan.partitions incorrectly returns data of all partitions, when partial
partition spec is provided in the query.
- The loader passes the incomplete specification to the partition
converter. This leads to an exception which is swallowed and the partition
filter is completely discarded as a result.
- Once the partition filter is discarded, the original partial spec is not
honored and all rows are returned instead of the partition values.
- Ensure that missing partial keys are filled with `partition.default-name`
to safely create the partition spec.
### Tests
- UT
--
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]