Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
andygrove committed Apr 25, 2024
1 parent de87b5d commit 6cbc543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spark/src/test/scala/org/apache/comet/CometCastSuite.scala
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ class CometCastSuite extends CometTestBase with AdaptiveSparkPlanHelper {
castTest(testValues, DataTypes.BooleanType)
}

val castStringToIntegralInputs = Seq(
private val castStringToIntegralInputs: Seq[String] = Seq(
"",
".",
"+",
Expand Down

0 comments on commit 6cbc543

Please sign in to comment.