Re: [I] Incorrect statistics read for struct array in parquet [datafusion]

2024-05-30 Thread via GitHub
Lordworms commented on issue #10609: URL: https://github.com/apache/datafusion/issues/10609#issuecomment-2140199393 The problem here is how to effectively deal with nested struct, I don't actually know whether all the columns related to one struct are totally stored in one rowgroup -- Th

Re: [I] Incorrect statistics read for struct array in parquet [datafusion]

2024-05-28 Thread via GitHub
xinlifoobar commented on issue #10609: URL: https://github.com/apache/datafusion/issues/10609#issuecomment-2136586252 #8334 Related. The current statistics for structs returns null. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Git

Re: [I] Incorrect statistics read for struct array in parquet [datafusion]

2024-05-22 Thread via GitHub
Lordworms commented on issue #10609: URL: https://github.com/apache/datafusion/issues/10609#issuecomment-2125961249 take -- 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

[I] Incorrect statistics read for struct array in parquet [datafusion]

2024-05-21 Thread via GitHub
NGA-TRAN opened a new issue, #10609: URL: https://github.com/apache/datafusion/issues/10609 ### Describe the bug I found this while adding tests https://github.com/apache/datafusion/pull/10608. The statistics of struct array returns nothing ### To Reproduce See `test_st