Ben Watson created PARQUET-1870:
-----------------------------------

             Summary: Handle INT96 more gracefully in parquet-avro
                 Key: PARQUET-1870
                 URL: https://issues.apache.org/jira/browse/PARQUET-1870
             Project: Parquet
          Issue Type: Improvement
          Components: parquet-avro
    Affects Versions: 1.11.0
            Reporter: Ben Watson


The parquet-avro library does not support INT96 columns (PARQUET-323), and any 
attempt to process a file containing such a column results in:
{code:java}
throw new IllegalArgumentException("INT96 not implemented and is 
deprecated");{code}
INT96 is still used in many legacy datasets, and so it would be useful to be 
able to process Parquet files containing these records, even if the INT96 
values themselves aren't rendered.

The same functionality has already been re-added into parquet-pig 
(PARQUET-1133).



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to