ArnavBalyan opened a new pull request, #9431:
URL: https://github.com/apache/paimon/pull/9431
### Purpose
- Min and max queries directly aggregating Paimon metadata columns fail.
- This is because agg pushdown is checking the physical schema for metadata
columns. However, metadata columns are not in the physical schema, instead
derived from split metadata as virtual columns.
- Skip pushdown for such columns and let Spark aggregate to avoid the
failure.
### 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]