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

[GitHub] [arrow-datafusion] r4ntix commented on issue #5466: Rework `ParquetExec::metadata_size_hint`

r4ntix commented on issue #5466:
URL: https://github.com/apache/arrow-datafusion/issues/5466#issuecomment-1471796131

   Great suggestion.
   But in addition to moving `metadata_size_hint` to `PartitionedFile`, we also need to consider how to get `metadata_size_hint` value in `infer_schema` and `infer_stats` functions of `ParquetFormat`.
   https://github.com/apache/arrow-datafusion/blob/258af4bf69758b6307d191f072ba88a7b847fbe5/datafusion/core/src/datasource/file_format/parquet.rs#L143-L185
   
   Maybe we need to extend `ObjectMeta` in arrow-rs/object_store repo, such as adding an `extensions` field for user defined per object metadata? 
   @tustvold could you provide some suggestions?


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