[
https://issues.apache.org/jira/browse/NIFI-8439?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17350994#comment-17350994
]
ASF subversion and git services commented on NIFI-8439:
-------------------------------------------------------
Commit 5108d7cdd015ef14e98f2acfb61b0213972fe29e in nifi's branch
refs/heads/main from Tamas Palfy
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=5108d7c ]
NIFI-8439 Update parquet-avro to allow reading parquet INT96 timestamps as byte
arrays (instead of throwing an exception).
Also allow to write them as such (byte-arrays) - again, instead of throwing an
exception.
NIFI-8439 Fixed unit tests.
NIFI-8439 Allow writing parquet INT96 timestamps if they were read by the same
parquet-avro library.
This closes #5006.
Signed-off-by: Peter Turcsanyi <[email protected]>
> Handle parquet INT96 timestamps as byte-arrays (instead of exception)
> ---------------------------------------------------------------------
>
> Key: NIFI-8439
> URL: https://issues.apache.org/jira/browse/NIFI-8439
> Project: Apache NiFi
> Issue Type: Improvement
> Reporter: Tamas Palfy
> Assignee: Tamas Palfy
> Priority: Major
> Time Spent: 20m
> Remaining Estimate: 0h
>
> Currently trying to read parquet files with INT96 timestamps results in an
> exception.
> Updating parquet-avro to 1.12.0 allows to read them as byte arrays. With some
> changes in NiFi we can also write them as such back to parquet.
> Not perfect but still better than throwing an exception.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)