Reynold Xin created SPARK-9433:
----------------------------------

             Summary: Audit expression unit tests to test for non-foldable 
codegen path
                 Key: SPARK-9433
                 URL: https://issues.apache.org/jira/browse/SPARK-9433
             Project: Spark
          Issue Type: Sub-task
          Components: SQL
            Reporter: Reynold Xin
            Assignee: Yijie Shen
            Priority: Blocker


Some expressions behave differently if the input is foldable. In our existing 
expression unit tests, all inputs that are passed in are literals that are 
foldable.

We can use both NonFoldableLiteral and Literal to test expressions that behave 
differently for foldable inputs. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to