PCloud63514 opened a new pull request, #9175: URL: https://github.com/apache/gravitino/pull/9175
### What changes were proposed in this pull request? - Initialize the comparator with DEFAULT_COMPARATOR in the default constructor. ### Why are the changes needed? - The default constructor used by ALL_PARTITIONS does not initialize the comparator, which results in it being null. Fix: #9137 ### Does this PR introduce _any_ user-facing change? - No. ### How was this patch tested? - Verified using the unit test included in the issue (testAllPartitionsComparator()). - Confirmed all existing tests continue to pass. -- 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]
