mirror of
https://github.com/apache/druid.git
synced 2025-02-06 18:18:17 +00:00
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.