HuaHuaY commented on code in PR #50807:
URL: https://github.com/apache/arrow/pull/50807#discussion_r3902622843
##########
cpp/src/parquet/arrow/index_test.cc:
##########
@@ -663,4 +675,67 @@ TEST_F(ParquetBloomFilterRoundTripTest, ThrowForBoolean) {
::testing::HasSubstr("BloomFilterBuilder does not support
boolean type"));
}
+TEST(ParquetPageIndex, FloatingPointOrders) {
Review Comment:
I have renamed the test. However, we cannot validate the entire file as
parquet-java does, because parquet-java implements
`FloatingPointNanInteropFileGenerator` while we do not. Hard-coding the results
would make the code unmaintainable.
--
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]