You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2020/04/22 13:38:21 UTC

[GitHub] [arrow] lidavidm commented on issue #6744: PARQUET-1820: [C++] pre-buffer specified columns of row group

lidavidm commented on issue #6744:
URL: https://github.com/apache/arrow/pull/6744#issuecomment-617784720


   Thanks for the review!
   
   > It might be nice to have a convenience for prebuffering an entire row group. Something like
   > auto rg = file_reader->RowGroup(i);
   > rg->PreBufferAllColumns();
   
   I think it's not worth it given this is a relatively low-level API, but may be handy if you do expect people to be using this directly often (instead of via ArrowReaderProperties).


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

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