Skip to content

Commit

Permalink
remove unnecessary space
Browse files Browse the repository at this point in the history
  • Loading branch information
Xin Huang committed Dec 19, 2024
1 parent 4cd38bc commit d13b6b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1085,7 +1085,7 @@ class DefaultExpressionEvaluatorSuite extends AnyFunSuite with ExpressionSuiteBa
}

private def testComparator(
comparator: String, left: Expression, right: Expression, expResult: BooleanJ): Unit = {
comparator: String, left: Expression, right: Expression, expResult: BooleanJ): Unit = {
val expression = new Predicate(comparator, left, right)
val batch = zeroColumnBatch(rowCount = 1)
val outputVector = evaluator(batch.getSchema, expression, BooleanType.BOOLEAN).eval(batch)
Expand Down

0 comments on commit d13b6b6

Please sign in to comment.