Skip to content

Commit

Permalink
[GLUTEN-6887][VL] Daily Update Velox Version (2024_10_09) (apache#7447)
Browse files Browse the repository at this point in the history
* [GLUTEN-6887][VL] Daily Update Velox Version (2024_10_09)

Upstream Velox's New Commits:

acd57170b by Satadru Pan, De-flake DriverTest.pause (11202)
6a7c844d9 by Xiaoxuan Meng, Improve spill related logging (11200)
530b446f8 by Xiaoxuan Meng, Avoid additional memory allocation during sort output spill (11199)
63c848d6b by Christian Zentgraf, Fix arrow install with custom INSTALL_PREFIX (11052)
683e35940 by Jacob Wujciak-Jens, Add CODEOWNERS file (11081)
3ce3fb1cf by Ke Wang, Fix fb_reshape_row for ArrayType equal comparison
3fabdf5cf by Christian Zentgraf, Update FBOS to v2024.07.01 (11104)
f8e076eca by Reetika Agrawal, Option to enable column index based mapping for Parquet (10517)
22d73a057 by Jialiang Tan, Fix Presto serde bug when deserializing large payload (11177)
2a42006fd by duanmeng, Add HiveConnectorSplit Serde (11184)
a62a3aa21 by Deepak Majeti, Fix typo of PYTHON_VENV variable (11185)
be2baba40 by Jialiang Tan, Fix flaky test HiveConnectorSerDeTest (11194)
640592d8c by Xiaoxuan Meng, Fix data race in cache eviction path (11193)
74c2133de by duanmeng, Add HashAggregation Replayer (11176)
b63622d52 by Christian Zentgraf, Replace nproc in macOS setup script (11186)
e2231c571 by Xiaoxuan Meng, Free hash table after grouping set/row number spill to release memory plus a hash table fix (11180)
88888e758 by Daniel Hunte, Throw when null row is passed to multimap_from_entries (11166)
e014dabd9 by Daniel Hunte, Modify map_top_n to throw when nested nulls are present (11157)
514740abd by Kevin Wilfong, Add support for custom comparison in Presto's array_distinct (11143)
641193b24 by Kevin Wilfong, Add tests for array_sort with TimestampWithTImezone (11142)
2d118aabe by Kevin Wilfong, Add tests for array_min/array_max with TimestampWithTimezone (11141)
ce035c87d by Pramod, Add kRange preceding/following frames in window fuzzer (10006)
291957f9b by Kevin Wilfong, Add comment explaining TypeToFlatVector<Generic> (11187)
---------

Signed-off-by: glutenperfbot <[email protected]>
Signed-off-by: Yuan Zhou <[email protected]>
Co-authored-by: glutenperfbot <[email protected]>
Co-authored-by: Yuan Zhou <[email protected]>
  • Loading branch information
3 people authored Oct 10, 2024
1 parent 16bc416 commit b07c3d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/velox_backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,8 @@ jobs:
cd $GITHUB_WORKSPACE/tools/gluten-it
$MVN_CMD clean install -P${{ matrix.spark }}
GLUTEN_IT_JVM_ARGS=-Xmx6G sbin/gluten-it.sh data-gen-only --local --benchmark-type=ds -s=30.0 --threads=12
- name: TPC-DS SF30.0 Parquet local spark3.2 Q67/Q95 low memory, memory isolation off
- name: (TODO)TPC-DS SF30.0 Parquet local spark3.2 Q67/Q95 low memory, memory isolation off
continue-on-error: true
run: |
cd tools/gluten-it \
&& GLUTEN_IT_JVM_ARGS=-Xmx3G sbin/gluten-it.sh parameterized \
Expand Down
2 changes: 1 addition & 1 deletion ep/build-velox/src/get_velox.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
set -exu

VELOX_REPO=https://github.com/oap-project/velox.git
VELOX_BRANCH=2024_10_08
VELOX_BRANCH=2024_10_09
VELOX_HOME=""

OS=`uname -s`
Expand Down

0 comments on commit b07c3d5

Please sign in to comment.