julianhyde commented on code in PR #4119:
URL: https://github.com/apache/calcite/pull/4119#discussion_r1904529471


##########
core/src/main/java/org/apache/calcite/plan/RelOptUtil.java:
##########
@@ -189,10 +189,10 @@ public static boolean isPureLimit(RelNode rel) {
   }
 
   /**
-   * Whether this node is a sort without limit specification.
+   * Whether this node is a sort without limit or offset specification.

Review Comment:
   I'd use 'or', as in 'without salt or pepper'. But I agree it's a little 
ambiguous. I'll change to 'with neither a limit nor an offset specification' 
when I merge.



-- 
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]

Reply via email to