[ https://issues.apache.org/jira/browse/HIVE-1794?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Siying Dong updated HIVE-1794: ------------------------------ Attachment: HIVE-1794.1.patch 1. Fix the issue that Or and And cannot accept java's boolean 2. add unit tests covering and, or and not accepting java's boolean 3. add unit tests to cover = and <> to accept Java's string. > GenericUDFOr and GenericUDFAnd cannot receive boolean typed object > ------------------------------------------------------------------ > > Key: HIVE-1794 > URL: https://issues.apache.org/jira/browse/HIVE-1794 > Project: Hive > Issue Type: Bug > Reporter: Siying Dong > Assignee: Siying Dong > Attachments: HIVE-1794.1.patch > > > If a UDF returns Java's native boolean and passed into a logic AND or OR. The > execution will break. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.