Github user mgaido91 commented on a diff in the pull request:
https://github.com/apache/spark/pull/20750#discussion_r172539893
--- Diff:
sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/expressions/ExpressionEvalHelper.scala
---
@@ -154,11 +154,20 @@ trait ExpressionEvalHelper extends
GeneratorDrivenPropertyChecks {
expression: Expression,
expected: Any,
inputRow: InternalRow = EmptyRow): Unit = {
+ checkEvalutionWithUnsafeProjection(expression, expected, inputRow,
UnsafeProjection)
+ checkEvalutionWithUnsafeProjection(expression, expected, inputRow,
InterpretedUnsafeProjection)
+ }
+
+ protected def checkEvalutionWithUnsafeProjection(
--- End diff --
nit: typo in Evalu(a)tion
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]