OldTruckDriver commented on PR #5007: URL: https://github.com/apache/calcite/pull/5007#issuecomment-4718764975
I updated the local version to introduce a `ComparableSqlValue<T>` interface and a shared `SqlValueComparator`. `TimestampWithTimeZoneString` implements the interface, so its Java natural ordering can remain consistent with `equals`, while SQL-value comparison uses the explicit comparator path. -- 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]
