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

[GitHub] [arrow] westonpace commented on issue #35638: Process parquet rowgroups without Arrow conversion

westonpace commented on issue #35638:
URL: https://github.com/apache/arrow/issues/35638#issuecomment-1571960854

   Ok, I think I understand better now.  I misread this request originally and didn't fully realize that you want to create a new parquet file.  I thought you were trying to modify the existing parquet file.
   
   Yes, this makes sense.  No, I'm not sure the capability is really there but some of it might be.
   
   The parquet library always decodes its data, as best I can tell.  There are some underlying structures like the PageReader which might not.  However, there is nothing at the level of "read this row group and append it to another file without decoding".


-- 
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