Viacheslav Shalamov created PARQUET-1718:
--------------------------------------------
Summary: Store int16 as int16
Key: PARQUET-1718
URL: https://issues.apache.org/jira/browse/PARQUET-1718
Project: Parquet
Issue Type: Improvement
Components: parquet-mr
Reporter: Viacheslav Shalamov
When writing a POJO with `short` field, it ends up in parquet file as 32-bit
int because of:
??16-bit ints are not explicitly supported in the storage format since they are
covered by 32-bit ints with an efficient encoding.??
--
This message was sent by Atlassian Jira
(v8.3.4#803005)