felipecrv commented on code in PR #35422: URL: https://github.com/apache/arrow/pull/35422#discussion_r1192630123
########## cpp/src/parquet/encryption/test_encryption_util.cc: ########## @@ -322,7 +323,14 @@ void ReadAndVerifyColumn(RowGroupReader* rg_reader, RowGroupMetadata* rg_md, } ASSERT_EQ(rows_read, rows_should_read); ASSERT_EQ(values_read, rows_should_read); - ASSERT_EQ(read_col_data.values, expected_column_data.values); Review Comment: I will have a dedicated PR if that error disappears from the CI builds here. I don't have a Windows/AMD64/MINGW setup, so I'm relying fully on CI. -- 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]
