[
https://issues.apache.org/jira/browse/ARROW-11183?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17267491#comment-17267491
]
Neville Dipale commented on ARROW-11183:
----------------------------------------
Hey [~aldanor], I had look at the commit. The nanosecond type is part of the
2.6 format, which we don't fully support yet.
There's 3 tasks,
# Wire up the 2.6 changes in the parquet-format, it's clear that we're missing
an enum (there might be more that's missing)
# Add a reader for ts-nano
# Add a writer for ts-nano, that uses the old int96 writer if the legacy
support is requested, or uses the new ts-nano for non-legacy types
Would you like to contribute some of the above? I can help out with 1 as a
start.
Thanks
> [Rust] [Parquet] LogicalType::TIMESTAMP_NANOS missing
> -----------------------------------------------------
>
> Key: ARROW-11183
> URL: https://issues.apache.org/jira/browse/ARROW-11183
> Project: Apache Arrow
> Issue Type: Improvement
> Reporter: Ivan Smirnov
> Priority: Major
>
> There's UnitTime::NANOS in parquet-format, but no nanosecond timestamp
> support (seemingly) in schema's LogicalType. What is needed to add support
> for nanosecond timestamps in Rust Parquet?
--
This message was sent by Atlassian Jira
(v8.3.4#803005)