Skip to content

Commit fad75fa

Browse files
committed
fix scalastyle
1 parent 5c662f6 commit fad75fa

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/expressions/ExpressionEvalHelper.scala

+7-7
Original file line numberDiff line numberDiff line change
@@ -316,13 +316,13 @@ trait ExpressionEvalHelper extends GeneratorDrivenPropertyChecks with PlanTestBa
316316
}
317317

318318
/**
319-
* Test evaluation results between Interpreted mode and Codegen mode, making sure we have
320-
* consistent result regardless of the evaluation method we use. If an exception is thrown,
321-
* it checks that both modes throw the same exception.
322-
*
323-
* This method test against binary expressions by feeding them arbitrary literals of `dataType1`
324-
* and `dataType2`.
325-
*/
319+
* Test evaluation results between Interpreted mode and Codegen mode, making sure we have
320+
* consistent result regardless of the evaluation method we use. If an exception is thrown,
321+
* it checks that both modes throw the same exception.
322+
*
323+
* This method test against binary expressions by feeding them arbitrary literals of `dataType1`
324+
* and `dataType2`.
325+
*/
326326
def checkConsistencyBetweenInterpretedAndCodegenAllowingException(
327327
c: (Expression, Expression) => Expression,
328328
dataType1: DataType,

0 commit comments

Comments
 (0)