anoopj opened a new pull request, #17661: URL: https://github.com/apache/iceberg/pull/17661
Follow-up to #17659, applying the same single-pass rewrite to the strict evaluator's NOT IN path. Behavior is unchanged: and convered by existing tests. A quick JMH benchmark shows siginficant speedup: ``` ┌──────────┬───────────────────┬─────────────────────┬─────────┐ │ literals │ before (baseline) │ after (single-pass) │ speedup │ ├──────────┼───────────────────┼─────────────────────┼─────────┤ │ 10 │ 321.2 ± 2.4 │ 30.7 ± 0.9 │ 10.5× │ ├──────────┼───────────────────┼─────────────────────┼─────────┤ │ 50 │ 1193.3 ± 17.8 │ 35.0 ± 0.3 │ 34.1× │ ├──────────┼───────────────────┼─────────────────────┼─────────┤ │ 200 │ 4931.7 ± 25.8 │ 28.0 ± 1.4 │ 176× │ └──────────┴───────────────────┴─────────────────────┴─────────┘ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
