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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
