ArnavBalyan opened a new pull request, #9032:
URL: https://github.com/apache/paimon/pull/9032
### Purpose
- Min/max aggregate operations fail on boolean type. The table is created
successfully and first key insertion goes through, however subsequent
aggregation operations on bool fails.
- `InternalRowUtils.compare` has no logic to handle bool.
- Ensure bool aggregations are supported.
### 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]