mirror of
https://github.com/apache/druid.git
synced 2025-02-11 12:35:00 +00:00
This logic error causes sarg expansion to happen twice for IN or NOT IN points. It doesn't affect the final generated native query, because the redundant expansions gets combined. But it slows down planning, especially for large NOT IN.