Jonathan Morales created PARQUET-586:
----------------------------------------
Summary: Not able to store int or boolean from Pig to Parquet
Key: PARQUET-586
URL: https://issues.apache.org/jira/browse/PARQUET-586
Project: Parquet
Issue Type: Bug
Components: parquet-pig
Affects Versions: 1.6.0
Reporter: Jonathan Morales
Priority: Trivial
I have a simple Pig schema that contains long and boolean properties. When
trying to store the records using `parquet.pig.ParquetStorer();` I get the
following error:
```
java.io.IOException: parquet.io.ParquetEncodingException: can not write value
at 9 in tuple (...) from type 'likeCount: long' to type 'optional int64
likeCount'
```
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)