|
|
+
Alexander Alten-Lorenz 2012-10-29, 07:11
+
Carl Steinbach 2012-11-15, 08:45
-
Re: Review Request: allow 't', 'T', '1', 'f', 'F', and '0' to be allowable true/false values for the boolean hive typeAlexander Alten-Lorenz 2012-11-20, 07:11
----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/7759/ ----------------------------------------------------------- (Updated Nov. 20, 2012, 7:11 a.m.) Review request for hive. Changes ------- indentation fixed Description ------- interpret t as true and f as false for boolean types. PostgreSQL exports represent it that way This addresses bug HIVE-3635. https://issues.apache.org/jira/browse/HIVE-3635 Diffs (updated) ----- serde/src/java/org/apache/hadoop/hive/serde2/lazy/LazyBoolean.java c741c3a Diff: https://reviews.apache.org/r/7759/diff/ Testing ------- Thanks, Alexander Alten-Lorenz |