HuaHuaY commented on code in PR #50807:
URL: https://github.com/apache/arrow/pull/50807#discussion_r4055875589
##########
cpp/src/parquet/arrow/index_test.cc:
##########
@@ -663,4 +694,67 @@ TEST_F(ParquetBloomFilterRoundTripTest, ThrowForBoolean) {
::testing::HasSubstr("BloomFilterBuilder does not support
boolean type"));
}
+TEST(ParquetPageIndex, FloatingPointOrdersInterop) {
+ auto reader = ParquetFileReader::OpenFile(
+ test::get_data_file("floating_orders_nan_count.parquet"));
Review Comment:
I think this is a false positive.
--
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]