druid/sql
Laksh Singla 5ce536355e
Fix planning bug while using sort merge frame processor (#14450)
sqlJoinAlgorithm is now a hint to the planner to execute the join in the specified manner. The planner can decide to ignore the hint if it deduces that the specified algorithm can be detrimental to the performance of the join beforehand.
2023-07-11 09:58:44 +00:00
..
src Fix planning bug while using sort merge frame processor (#14450) 2023-07-11 09:58:44 +00:00
pom.xml Cache parsed expressions and binding analysis in more places. (#14124) 2023-06-27 13:40:35 -07:00