mirror of
https://github.com/apache/druid.git
synced 2025-02-10 12:05:00 +00:00
98f1eb8ede
* 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.