gortiz commented on code in PR #16789:
URL: https://github.com/apache/pinot/pull/16789#discussion_r2367264641
##########
pinot-spi/src/main/java/org/apache/pinot/spi/utils/CommonConstants.java:
##########
@@ -673,7 +673,8 @@ public static class QueryOptionKey {
// Query option key used to enable a given set of defaultly disabled
rules
public static final String USE_PLANNER_RULES = "usePlannerRules";
- public static final String ORDER_BY_ALGORITHM = "orderByAlgorithm";
+ public static final String REVERSE_ORDER = "allowReverseOrder";
Review Comment:
orderByAlgorithm is an obsolete property used to turn off the previous
`order by desc` optimization. It was intended for use only on benchmarks. I
think it is time to remove this option.
--
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]