You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Andrew Lamb (Jira)" <ji...@apache.org> on 2021/04/26 12:46:02 UTC

[jira] [Commented] (ARROW-11294) [Rust] [Parquet] Read list field correctly in >

    [ https://issues.apache.org/jira/browse/ARROW-11294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17332196#comment-17332196 ] 

Andrew Lamb commented on ARROW-11294:
-------------------------------------

Migrated to github: https://github.com/apache/arrow-rs/issues/167

> [Rust] [Parquet] Read list field correctly in <struct<list>>
> ------------------------------------------------------------
>
>                 Key: ARROW-11294
>                 URL: https://issues.apache.org/jira/browse/ARROW-11294
>             Project: Apache Arrow
>          Issue Type: Sub-task
>          Components: Rust
>            Reporter: Neville Dipale
>            Priority: Major
>
> I noticed that when reading <struct<list<primitive>>>, we overwrite the list's field name with the struct's one.
> If we have a struct called "a", and a list called "items", the list gets the name "a", which is incorrect. See the test case called "arrow::arrow_writer::tests::arrow_writer_complex", which produces this behaviour. The test will be merged as part of ARROW-10766.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)