This is an automated email from the ASF dual-hosted git repository.
marong pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git
The following commit(s) were added to refs/heads/main by this push:
new 58a459bf4 Remove glog level config in Scala UT (#4958)
58a459bf4 is described below
commit 58a459bf487120208a774d7959f7c7db417f490b
Author: Joey <[email protected]>
AuthorDate: Thu Mar 14 21:03:31 2024 +0800
Remove glog level config in Scala UT (#4958)
---
.../io/glutenproject/benchmarks/NativeBenchmarkPlanGenerator.scala | 7 -------
.../io/glutenproject/benchmarks/ShuffleWriterFuzzerTest.scala | 2 --
2 files changed, 9 deletions(-)
diff --git
a/backends-velox/src/test/scala/io/glutenproject/benchmarks/NativeBenchmarkPlanGenerator.scala
b/backends-velox/src/test/scala/io/glutenproject/benchmarks/NativeBenchmarkPlanGenerator.scala
index c3fa9b0da..c9863111a 100644
---
a/backends-velox/src/test/scala/io/glutenproject/benchmarks/NativeBenchmarkPlanGenerator.scala
+++
b/backends-velox/src/test/scala/io/glutenproject/benchmarks/NativeBenchmarkPlanGenerator.scala
@@ -19,7 +19,6 @@ package io.glutenproject.benchmarks
import io.glutenproject.GlutenConfig
import io.glutenproject.execution.{VeloxWholeStageTransformerSuite,
WholeStageTransformer}
-import org.apache.spark.SparkConf
import org.apache.spark.sql.DataFrame
import org.apache.spark.sql.execution.adaptive.{AdaptiveSparkPlanExec,
ShuffleQueryStageExec}
import org.apache.spark.sql.internal.SQLConf
@@ -52,12 +51,6 @@ class NativeBenchmarkPlanGenerator extends
VeloxWholeStageTransformerSuite {
createTPCHNotNullTables()
}
- override protected def sparkConf: SparkConf = {
- super.sparkConf
- .set("spark.gluten.sql.debug", "true")
- .set("spark.gluten.sql.columnar.backend.velox.glogSeverityLevel", "0")
- }
-
test("Test plan json non-empty - AQE off") {
withSQLConf(
SQLConf.ADAPTIVE_EXECUTION_ENABLED.key -> "false",
diff --git
a/backends-velox/src/test/scala/io/glutenproject/benchmarks/ShuffleWriterFuzzerTest.scala
b/backends-velox/src/test/scala/io/glutenproject/benchmarks/ShuffleWriterFuzzerTest.scala
index 9af45c78e..9d723f04f 100644
---
a/backends-velox/src/test/scala/io/glutenproject/benchmarks/ShuffleWriterFuzzerTest.scala
+++
b/backends-velox/src/test/scala/io/glutenproject/benchmarks/ShuffleWriterFuzzerTest.scala
@@ -59,8 +59,6 @@ class ShuffleWriterFuzzerTest extends
VeloxWholeStageTransformerSuite {
.set("spark.memory.offHeap.size", "512MB")
.set("spark.driver.memory", "4g")
.set("spark.driver.maxResultSize", "4g")
- .set("spark.gluten.sql.debug", "true")
- .set("spark.gluten.sql.columnar.backend.velox.glogSeverityLevel", "0")
}
def getRootCause(e: Throwable): Throwable = {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]