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 2021/12/02 12:48:47 UTC

[GitHub] [arrow-datafusion] andrei-ionescu edited a comment on issue #1383: Reading nested parquet files results in `index out of bounds`

andrei-ionescu edited a comment on issue #1383:
URL: https://github.com/apache/arrow-datafusion/issues/1383#issuecomment-984597063


   I've been looking at the source code and it seems that the statistics are taken into account only for the top level columns. In the majority of places I see `schema.fields()` were `schema` is Arrow schema and `fields()` returns only top level fields.
   
   Parquet, on the other side have statistics for all columns, regardless of the nested level.
   
   I do understand the "quick and dirty workaround" and in regards to it I have the following questions:
   
   1. Is datafusion query engine using the column stats?
   2. What about writing parquet files? Shouldn't those file be written with stats for all columns?
   


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