apache / incubator-gluten

Gluten is a middle layer responsible for offloading JVM-based SQL engines' execution to native engines.
https://gluten.apache.org/
Apache License 2.0
1.22k stars 437 forks source link

[GLUTEN-6887][VL] Daily Update Velox Version (2024_11_13) #7926

Closed zhouyuan closed 1 week ago

zhouyuan commented 1 week ago

velox changes

d4bdc3b0e (HEAD) Ensure prefix length does not exceed configured maximum (#11496)
c42320042 Make arbitration timed lock TSAN compatible (#11517)
f1ff2dff0 Fix `l_quantity` data generated by Tpch connector (#11511)
f6276bb6a doc: Add S3 Bucket config, fix Generic config and Spark-specific config (#11418)
743709348 Fix data race in ExprToSubfieldFilterParser::getInstance (#11513)
551fc2f91 fix: security issues found by static scan (#11487)
c6843bea9 Remove unused-variable in velox/experimental/wave/exec/ToWave.cpp +3 (#11504)
1e23b5d25 Remove unused-variable in turbine/state_syncer/StylusCommonActionApi.cpp +3 (#11505)
11b6de186 docs: Add conventional commit specification guildelines (#11356)
da39954c2 Support reading plain encoded INT96 timestamp from Parquet file (#10850)
388493985 Add support for allow-precision-loss in decimal operations (#10383)
fcce6745f Mark some functions of RowContainer as const (#11510)
f3fdec399 Add random external events to memory arbitration fuzzer (#11506)
3e93c074f Add arbitration lock time out to shared arbitrator (#11376)
d7c9a5065 Spill prefix sort related code cleanup plus test improvement (#11508)
github-actions[bot] commented 1 week ago

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

zhouyuan commented 1 week ago

the failures are related https://github.com/facebookincubator/velox/pull/11376 https://github.com/facebookincubator/velox/pull/10383

rui-mo commented 1 week ago

Can we merge this PR?

zhouyuan commented 1 week ago

@rui-mo Thanks for help to merge it.

-yuan