We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b0980d commit a87ee7fCopy full SHA for a87ee7f
cpp/src/arrow/table_test.cc
@@ -308,7 +308,7 @@ TEST(TestTableEqualityFloatType, Approximate) {
308
309
ASSERT_TRUE(table->Equals(*other_table, options.use_atol(true).atol(1e-3)));
310
311
- ASSERT_FALSE(table->Equals(*other_table, options.use_atol(true).atol(1e-5));
+ ASSERT_FALSE(table->Equals(*other_table, options.use_atol(true).atol(1e-5)));
312
}
313
314
TEST(TestTableEqualitySameAddress, NonFloatType) {
0 commit comments