Araika Singh created HIVE-28632:
-----------------------------------

             Summary: Fix issues in JSON SerDe implementations related to 
Boolean, Binary, and Decimal data types
                 Key: HIVE-28632
                 URL: https://issues.apache.org/jira/browse/HIVE-28632
             Project: Hive
          Issue Type: Bug
      Security Level: Public (Viewable by anyone)
            Reporter: Araika Singh


_Boolean:_ Post HIVE-21240, the code implicitly converted boolean strings 
without checking case sensitivity, resulting inĀ {{false}} for other strings. 
Now, this behavior changed to be case-sensitive, resulting in {{false}} for all 
other strings. This behavior needs to be maintained in the current version.

_Binary:_ Post HIVE-21240, any binary value in JSON was decoded to the required 
value. Currently, we are not parsing the same. This needs to be fixed to 
restore the previous behavior.

_Decimal:_ In Hive 4, numbers are getting rounded off. This rounding should not 
occur, and the values should be maintained as they are.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to