hudi-bot opened a new issue, #17072:
URL: https://github.com/apache/hudi/issues/17072
Predicate inner classes do not have a *equals* and *hashcode* override. As
such, it's not possible to compare equality unless toString is used.
This class is currently used in Trino to implement Expression Index.
This Jira ticket tracks the task of implementing *equals* and *hashcode*
method for each of the inner classes. Unit tests will also be added.
After this is implemented, users will be able to perform unit tests using
assertEquals on Predicate innerclasses directly without calling {*}toString{*}.
## JIRA info
- Link: https://issues.apache.org/jira/browse/HUDI-9553
- Type: Task
- Fix version(s):
- 1.1.0
--
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]