Skip to content

Commit

Permalink
[VL] Daily Update Velox Version (2023-12-21) (apache#4137)
Browse files Browse the repository at this point in the history
Rebase velox 2023-12-21
```
2ec4b5d Refactor Unnest::generateOutput method (apache#8077)
4ab8c0d Add error messages when malloc allocator hits capacity limit (apache#8075)
298260f Track the file ages for AyncDataCache and SsdCache (apache#6381)
4fe3738 Change enable_sorted_aggregations gflag to true by default (apache#8112)
992d5a6 Fix flaky SharedArbitrationTest.failedToReclaimFromHashJoinBuildersIn… (apache#8120)
cdbd430 Fix links in October 2023 monthly update (apache#8116)
```
  • Loading branch information
GlutenPerfBot authored Dec 22, 2023
1 parent 17eeaa0 commit 18b33d0
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1117,6 +1117,8 @@ 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")
enableSuite[GlutenFileScanSuite]
enableSuite[GlutenGeneratorFunctionSuite]
enableSuite[GlutenInjectRuntimeFilterSuite]
Expand Down

0 comments on commit 18b33d0

Please sign in to comment.