rcongiu / Hive-JSON-Serde

Read - Write JSON SerDe for Apache Hive.
Other
733 stars 393 forks source link

Add support for String to Boolean conversion #118

Closed rjainqb closed 9 years ago

rjainqb commented 9 years ago

JSON rows of the form:

{ 'colname': 'true'}

are failing with ClassCastException (unable to cast from String to boolean) when colname is of type boolean. This pull request adds support for the same.

rcongiu commented 9 years ago

Looks good, merging. Close #118