File tree 1 file changed +7
-7
lines changed
sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/expressions
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -316,13 +316,13 @@ trait ExpressionEvalHelper extends GeneratorDrivenPropertyChecks with PlanTestBa
316
316
}
317
317
318
318
/**
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
+ */
326
326
def checkConsistencyBetweenInterpretedAndCodegenAllowingException (
327
327
c : (Expression , Expression ) => Expression ,
328
328
dataType1 : DataType ,
You can’t perform that action at this time.
0 commit comments