You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by Raymond Lau <ra...@gmail.com> on 2014/08/11 21:01:41 UTC

ArrayWritableGroupConverter

Hi, I was just wondering how come the field count has to be either 1 or 2?
 I'm trying to read a column where the amount is fields is 3 and I'm
getting an invalid parquet hive schema (in hive 0.12) error when I try to
do so.  It looks like it links back to here.

*https://github.com/apache/hive/blob/trunk/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/convert/ArrayWritableGroupConverter.java
<https://github.com/apache/hive/blob/trunk/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/convert/ArrayWritableGroupConverter.java>*


Thanks,
-Raymond