Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
rui-mo committed Dec 21, 2023
1 parent bb7f22c commit e21a192
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
package io.glutenproject.execution

import io.glutenproject.GlutenConfig

import org.apache.spark.SparkConf

abstract class VeloxAggregateFunctionsSuite extends VeloxWholeStageTransformerSuite {
Expand Down Expand Up @@ -699,8 +700,7 @@ abstract class VeloxAggregateFunctionsSuite extends VeloxWholeStageTransformerSu
}
}

class VeloxAggregateFunctionsDefaultSuite extends VeloxAggregateFunctionsSuite {
}
class VeloxAggregateFunctionsDefaultSuite extends VeloxAggregateFunctionsSuite {}

class VeloxAggregateFunctionsFlushSuite extends VeloxAggregateFunctionsSuite {
override protected def sparkConf: SparkConf = {
Expand All @@ -709,4 +709,4 @@ class VeloxAggregateFunctionsFlushSuite extends VeloxAggregateFunctionsSuite {
.set(GlutenConfig.ABANDON_PARTIAL_AGGREGATION_MIN_PCT.key, "1")
.set(GlutenConfig.ABANDON_PARTIAL_AGGREGATION_MIN_ROWS.key, "10")
}
}
}
4 changes: 2 additions & 2 deletions ep/build-velox/src/get_velox.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@

set -exu

VELOX_REPO=https://github.com/oap-project/velox.git
VELOX_BRANCH=update
VELOX_REPO=https://github.com/rui-mo/velox.git
VELOX_BRANCH=wip_fix_agg
VELOX_HOME=""

#Set on run gluten on HDFS
Expand Down

0 comments on commit e21a192

Please sign in to comment.