mapleFU commented on code in PR #35422:
URL: https://github.com/apache/arrow/pull/35422#discussion_r1192703960


##########
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:
   You can try to put your test code and result under the issue and I'll try to 
figure out why it failed tomorrow



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

Reply via email to