You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A small refactor of the CalciteSelectJoinQueryMSQTest class (in #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.
The text was updated successfully, but these errors were encountered:
A small refactor of the
CalciteSelectJoinQueryMSQTest
class (in #16798) have uncovered that the wayjoinAlgorithm
was set earlier - did not have given any chance to theCalcitePlanner
to enable rules according to that setting.The refactor changed the approach to use the queryContext to set
joinAlgorithm
- which have caused twoSortMerge
testcases fail:These will be disabled with an
assume
by the above mentioned PR.The text was updated successfully, but these errors were encountered: