You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "mapleFU (via GitHub)" <gi...@apache.org> on 2023/06/09 04:07:13 UTC

[GitHub] [arrow] mapleFU commented on issue #36005: [C++] [Parquet] StreamWriter should support writing nanosecond timestamps

mapleFU commented on issue #36005:
URL: https://github.com/apache/arrow/issues/36005#issuecomment-1583944196

   Emm I guess this should be easy but actually not so easy. Currently `StreamWriter` use `ConvertType` in parquet, and it was deprecated, and standard suggest using `LogicalType`. `ConvertType` doesn't support nano secs.
   
   Nano secs in supported when parquet 2.6 enabled, and only `LogicalType` supports nano secs.
   
   I'll take a look at how to add nano secs...


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org