arvindKandpal-ksolves commented on PR #4412: URL: https://github.com/apache/cassandra/pull/4412#issuecomment-3734079046
Hi @dcapwell, I have rebased against trunk and addressed the feedback: **Operator.java:** Removed sorting logic to comply with SQL standards. **ClusteringColumnRestrictions.java:** Reverted to trunk state (the Operator fix handles slices correctly now). **Tests:** Removed the KnownIssue flag, updated existing tests, and added BetweenInversionTest. Verified `SingleNodeTableWalkTest` passes locally. Ready for re-review! -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

