Skip to content

Commit

Permalink
Update VeloxFunctionsValidateSuite.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
marin-ma authored Feb 28, 2024
1 parent e37f600 commit ef746c5
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ class VeloxFunctionsValidateSuite extends VeloxWholeStageTransformerSuite {
"spark.sql.optimizer.excludedRules",
ConstantFolding.ruleName + "," +
NullPropagation.ruleName)
.set("spark.gluten.sql.debug", "true")
}

override def beforeAll(): Unit = {
Expand Down Expand Up @@ -412,7 +411,6 @@ class VeloxFunctionsValidateSuite extends VeloxWholeStageTransformerSuite {
}

test("Test make_ym_interval function") {
sparkContext.setLogLevel("DEBUG")
withTempPath {
path =>
Seq[Tuple2[Integer, Integer]]((1, 0), (-1, 1), (null, 1), (1, null))
Expand Down

0 comments on commit ef746c5

Please sign in to comment.