mapleFU commented on code in PR #35422: URL: https://github.com/apache/arrow/pull/35422#discussion_r1192615733
########## 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: Just curious why would you change float comparing to this. Did you found NaN here? -- 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]
