Skip to content

Commit

Permalink
[VL] Daily Update Velox Version (2024_06_18) (apache#6120)
Browse files Browse the repository at this point in the history
  • Loading branch information
JkSelf authored Jun 18, 2024
1 parent ffdc64a commit 3ba3172
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 7 deletions.
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_06_17
VELOX_BRANCH=2024_06_18
VELOX_HOME=""

#Set on run gluten on HDFS
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1104,8 +1104,6 @@ class VeloxTestSettings extends BackendTestSettings {
.exclude("SPARK-31116: Select nested schema with case insensitive mode")
// exclude as original metric not correct when task offloaded to velox
.exclude("SPARK-37585: test input metrics for DSV2 with output limits")
// Unknown. Need to investigate.
.exclude("SPARK-30362: test input metrics for DSV2")
// DISABLED: GLUTEN-4893 Vanilla UT checks scan operator by exactly matching the class type
.exclude("File source v2: support passing data filters to FileScan without partitionFilters")
// DISABLED: GLUTEN-4893 Vanilla UT checks scan operator by exactly matching the class type
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1104,8 +1104,6 @@ class VeloxTestSettings extends BackendTestSettings {
.exclude("SPARK-31116: Select nested schema with case insensitive mode")
// exclude as original metric not correct when task offloaded to velox
.exclude("SPARK-37585: test input metrics for DSV2 with output limits")
// TODO(yuan): fix the input bytes on ORC code path
.exclude("SPARK-30362: test input metrics for DSV2")
// DISABLED: GLUTEN-4893 Vanilla UT checks scan operator by exactly matching the class type
.exclude("File source v2: support passing data filters to FileScan without partitionFilters")
// DISABLED: GLUTEN-4893 Vanilla UT checks scan operator by exactly matching the class type
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1120,8 +1120,6 @@ class VeloxTestSettings extends BackendTestSettings {
.exclude("SPARK-31116: Select nested schema with case insensitive mode")
// exclude as original metric not correct when task offloaded to velox
.exclude("SPARK-37585: test input metrics for DSV2 with output limits")
// TODO(yuan): fix the input bytes on ORC code path
.exclude("SPARK-30362: test input metrics for DSV2")
// DISABLED: GLUTEN-4893 Vanilla UT checks scan operator by exactly matching the class type
.exclude("File source v2: support passing data filters to FileScan without partitionFilters")
// DISABLED: GLUTEN-4893 Vanilla UT checks scan operator by exactly matching the class type
Expand Down

0 comments on commit 3ba3172

Please sign in to comment.