You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "candiduslynx (via GitHub)" <gi...@apache.org> on 2023/05/31 18:45:00 UTC

[GitHub] [arrow] candiduslynx commented on pull request #35851: MINOR [Go] Add nested struct test for pqarrow

candiduslynx commented on PR #35851:
URL: https://github.com/apache/arrow/pull/35851#issuecomment-1570736903

   I guess the issue can be connected to https://github.com/apache/arrow/blob/main/go/parquet/pqarrow/encode_arrow_test.go#L1040-L1042
   ```
   // current impl of ArrayEquals for structs doesn't correctly handle nulls in the parent
   // with a non-nullable child when comparing. Since after the round trip, the data in the
   // child will have the nulls, not the original data.
   ```


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