kgyrtkirk opened a new issue, #16857: URL: https://github.com/apache/druid/issues/16857
A small refactor of the `CalciteSelectJoinQueryMSQTest` class (in https://github.com/apache/druid/pull/16798) have uncovered that the way `joinAlgorithm` was set earlier - did not have given any chance to the `CalcitePlanner` to enable rules according to that setting. The refactor changed the approach to use the queryContext to set `joinAlgorithm` - which have caused two `SortMerge` testcases fail: ``` public void testFilterAndGroupByLookupUsingJoinOperatorWithNotFilter(Map<String, Object> queryContext) public void testRegressionFilteredAggregatorsSubqueryJoins(Map<String, Object> queryContext) ``` These will be disabled with an `assume` by the above mentioned PR. -- 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]
