Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[VL] Daily Update Velox Version (2024_03_14) #4949

Merged
merged 1 commit into from
Mar 14, 2024

Conversation

GlutenPerfBot
Copy link
Contributor

Velox Upstream New Commits:

9aab7cb47 by xiaoxmeng, Fix hash build spill partition calculation discovered by join fuzzer (9071)
0e1b90389 by zky.zhoukeyong, Remove unnecessary check in provide_std_interface in ComplexWriterTypes.h (8669)
96cc5b57c by Kevin Wilfong, Add utility to randomly trigger OOMs at test time and add an option to Aggregation Fuzzer to enable it (9035)
17fc58b08 by Ubuntu, Add various Cuda decoders (9038)
5bdb78714 by Ubuntu, Add Cuda rountrip meter (9037)
9b6935b39 by Ankita Victor, Add bit_length Spark function (8945)
180024a33 by xiaoxmeng, Simplify the row number spill control logic (9057)
58c89fc07 by Jialiang Tan, OrderBy threshold spill deprecate (9059)
0193758e8 by Jialiang Tan, Deprecate threshold based spill in HashAggregation (9058)
81c609ab4 by Wei He, test alternative plans in WindowFuzzer (8359)
cb583e246 by Wei He, Add custom input generator for map_union_sum (8949)
4624bc712 by Daniel Munoz, Back out "ResultOrActions" (9053)
e8d544794 by Daniel Munoz, Back out "Merge actions support" (9052)
cc284c0e7 by Daniel Munoz, Back out "Add non-blocking support for DwrfReader" (9051)
762cd74fe by rui-mo, Optimize CAST(timestamp as varchar) (8385)
d5f1abc35 by Marcus D. Hanwell, Minor updates for building with C++20 enabled (9019)
246c9c06d by xumingming, Clarify documentation for LIKE Presto function (9062)
3ab4f10ca by Ma, Rong, Support year-month interval schema in arrow c_abi (8959)
ee50d7eb9 by Ma, Rong, Add make_timestamp Spark function (8812)
764aebdaf by Masha Basmanova, Add day(interval) Presto function (9054)

Signed-off-by: glutenperfbot <glutenperfbot@intel-internal.com>
Copy link

Thanks for opening a pull request!

Could you open an issue for this pull request on Github Issues?

https://github.com/apache/incubator-gluten/issues

Then could you also rename commit message and pull request title in the following format?

[GLUTEN-${ISSUES_ID}][COMPONENT]feat/fix: ${detailed message}

See also:

@yma11
Copy link
Contributor

yma11 commented Mar 14, 2024

/Benchmark Velox

@GlutenPerfBot
Copy link
Contributor Author

===== Performance report for TPCH SF2000 with Velox backend, for reference only ====

query log/native_4949_time.csv log/native_master_03_13_2024_d7ed0844e_time.csv difference percentage
q1 35.81 38.81 2.999 108.37%
q2 23.96 24.06 0.109 100.45%
q3 37.18 38.18 1.000 102.69%
q4 36.52 38.49 1.966 105.38%
q5 69.32 69.71 0.390 100.56%
q6 7.49 7.45 -0.038 99.50%
q7 85.63 82.46 -3.177 96.29%
q8 84.69 83.21 -1.479 98.25%
q9 124.79 121.83 -2.960 97.63%
q10 43.70 44.36 0.663 101.52%
q11 20.59 20.90 0.312 101.51%
q12 28.75 28.06 -0.682 97.63%
q13 48.16 46.88 -1.279 97.34%
q14 18.94 21.98 3.042 116.06%
q15 29.23 33.08 3.850 113.17%
q16 14.56 13.84 -0.725 95.02%
q17 101.70 101.80 0.095 100.09%
q18 143.28 141.05 -2.233 98.44%
q19 14.74 15.07 0.326 102.21%
q20 27.95 27.03 -0.922 96.70%
q21 228.84 229.52 0.683 100.30%
q22 13.65 13.86 0.209 101.53%
total 1239.48 1241.63 2.151 100.17%

Copy link
Contributor

@PHILO-HE PHILO-HE left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@PHILO-HE PHILO-HE merged commit 1010fa5 into apache:main Mar 14, 2024
15 checks passed
@GlutenPerfBot
Copy link
Contributor Author

===== Performance report for TPCH SF2000 with Velox backend, for reference only ====

query log/native_4949_time.csv log/native_master_03_13_2024_d7ed0844e_time.csv difference percentage
q1 35.26 38.81 3.549 110.06%
q2 25.56 24.06 -1.495 94.15%
q3 37.02 38.18 1.165 103.15%
q4 38.02 38.49 0.468 101.23%
q5 70.77 69.71 -1.063 98.50%
q6 7.05 7.45 0.406 105.76%
q7 85.88 82.46 -3.425 96.01%
q8 85.21 83.21 -1.998 97.66%
q9 122.76 121.83 -0.925 99.25%
q10 44.38 44.36 -0.021 99.95%
q11 20.22 20.90 0.681 103.37%
q12 28.91 28.06 -0.849 97.06%
q13 48.88 46.88 -2.000 95.91%
q14 19.51 21.98 2.470 112.66%
q15 30.51 33.08 2.568 108.42%
q16 12.84 13.84 0.994 107.74%
q17 101.41 101.80 0.385 100.38%
q18 141.50 141.05 -0.450 99.68%
q19 14.91 15.07 0.156 101.05%
q20 28.98 27.03 -1.952 93.26%
q21 224.49 229.52 5.035 102.24%
q22 13.96 13.86 -0.103 99.26%
total 1238.03 1241.63 3.596 100.29%

taiyang-li pushed a commit to bigo-sg/gluten that referenced this pull request Mar 25, 2024
taiyang-li pushed a commit to bigo-sg/gluten that referenced this pull request Oct 8, 2024
taiyang-li pushed a commit to bigo-sg/gluten that referenced this pull request Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants