Github user viirya commented on the issue: https://github.com/apache/spark/pull/18931 Ran with the same benchmark in #18810. Before this patch: Java HotSpot(TM) 64-Bit Server VM 1.8.0_102-b14 on Linux 4.9.36-moby Intel(R) Core(TM) i7-5557U CPU @ 3.10GHz max function length of wholestagecodegen: Best/Avg Time(ms) Rate(M/s) Per Row(ns) Relative ------------------------------------------------------------------------------------------------ codegen = F 572 / 733 1.1 873.5 1.0X codegen = T 2022 / 2039 0.3 3086.0 0.3X After this patch: Java HotSpot(TM) 64-Bit Server VM 1.8.0_102-b14 on Linux 4.9.36-moby Intel(R) Core(TM) i7-5557U CPU @ 3.10GHz max function length of wholestagecodegen: Best/Avg Time(ms) Rate(M/s) Per Row(ns) Relative ------------------------------------------------------------------------------------------------ codegen = F 548 / 740 1.2 836.6 1.0X codegen = T 372 / 433 1.8 567.5 1.5X
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org