druid/server
Gian Merlino 98f1eb8ede
Use filters for pruning properly for hash-joins. (#15299)
* Use filters for pruning properly for hash-joins.

Native used them too aggressively: it might use filters for the RHS
to prune the LHS. MSQ used them not at all. Now, both use them properly,
pruning based on base (LHS) columns only.

* Fix tests.

* Fix style.

* Clear filterFields too.

* Update.
2023-11-03 07:29:16 -07:00
..
src Use filters for pruning properly for hash-joins. (#15299) 2023-11-03 07:29:16 -07:00
pom.xml Use min of scheduler threads and server threads for subquery guardrails. (#15295) 2023-11-01 22:34:53 -07:00