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

[GitHub] [arrow] mapleFU opened a new issue, #35926: [C++][Parquet] Parquet allow only building Offset Index

mapleFU opened a new issue, #35926:
URL: https://github.com/apache/arrow/issues/35926

   ### Describe the enhancement requested
   
   Currently, if `page_index` is enabled, the Offset-index and Column-index would be built.
   
   However, sometimes, user only need offset-index to find the pages, and statistics is not useful, we're sure these column has bad distribution and better not collect there stats. So, here we can allow only build offset index.
   
   ### Component(s)
   
   C++, Parquet


-- 
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: issues-unsubscribe@arrow.apache.org.apache.org

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


[GitHub] [arrow] mapleFU commented on issue #35926: [C++][Parquet] Parquet PageIndex allow only building Offset Index

Posted by "mapleFU (via GitHub)" <gi...@apache.org>.
mapleFU commented on issue #35926:
URL: https://github.com/apache/arrow/issues/35926#issuecomment-1578849308

   Emmm I'll close this first, I think `disable_statistics` already fixed my problem. If any one want's same, welcome to open it again


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


[GitHub] [arrow] mapleFU commented on issue #35926: [C++][Parquet] Parquet PageIndex allow only building Offset Index

Posted by "mapleFU (via GitHub)" <gi...@apache.org>.
mapleFU commented on issue #35926:
URL: https://github.com/apache/arrow/issues/35926#issuecomment-1578849757

   Emmm I'll close this first, I think `disable_statistics` already fixed my problem. If any one want's same, welcome to open it again


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


[GitHub] [arrow] mapleFU closed issue #35926: [C++][Parquet] Parquet PageIndex allow only building Offset Index

Posted by "mapleFU (via GitHub)" <gi...@apache.org>.
mapleFU closed issue #35926: [C++][Parquet] Parquet PageIndex allow only building Offset Index
URL: https://github.com/apache/arrow/issues/35926


-- 
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: issues-unsubscribe@arrow.apache.org

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


[GitHub] [arrow] pitrou closed issue #35926: [C++][Parquet] Parquet PageIndex allow only building Offset Index

Posted by "pitrou (via GitHub)" <gi...@apache.org>.
pitrou closed issue #35926: [C++][Parquet] Parquet PageIndex allow only building Offset Index
URL: https://github.com/apache/arrow/issues/35926


-- 
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: issues-unsubscribe@arrow.apache.org

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