You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Mudit Sharma (Jira)" <ji...@apache.org> on 2020/09/13 20:34:00 UTC

[jira] [Created] (HIVE-24156) Hive 3 explicity returning select cast("0" as boolean) as true even though hive.lazysimple.extended_boolean_literal is set to false

Mudit Sharma created HIVE-24156:
-----------------------------------

             Summary: Hive 3 explicity returning select cast("0" as boolean) as true even though hive.lazysimple.extended_boolean_literal is set to false
                 Key: HIVE-24156
                 URL: https://issues.apache.org/jira/browse/HIVE-24156
             Project: Hive
          Issue Type: Improvement
            Reporter: Mudit Sharma


As per https://issues.apache.org/jira/browse/HIVE-3635, select cast("0" as boolean) should return as false only if hive.lazysimple.extended_boolean_literal is set to true. Even though the config is set to false, this is returning as false.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)