clintropolis opened a new pull request, #16917:
URL: https://github.com/apache/druid/pull/16917

   ### Description
   Follow-up to #16533, `Query.isDescending()` can only be set by 
`TimeseriesQuery`, everything else hard-coded this parameter to the value 
`false`, and it is only used by `TimeseriesQuery` to control the direction of 
time ordering in results.
   
   #### Release note
   (for developers)
   
   `Query.isDescending` has been moved from the base `Query` interface to 
`TimeseriesQuery` since it was the only built-in query type which could set or 
use this parameter. If you have developed a custom query type or query engine 
extension that utilized this method on the `Query` interface, it will need to 
be moved to the custom query type, replaced with false if referencing any 
built-in query type that is not timeseries, or handle the query as a 
`TimeseriesQuery` directly if it is referencing a timeseries query.


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

Reply via email to