vogievetsky opened a new pull request, #14622: URL: https://github.com/apache/druid/pull/14622
Fixes two issues detected in the segments view: 1. Segment view issues an invalid query if `version` column is hidden: version column is now used as order by tie breaker and needs to always be queried for (in the CTE) even if it is not shown. 2. The boolean filters in the segments view (`is_available` and the other `is_*` columns) are broken with the new stateful filtering. -- 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]
