mapleFU commented on code in PR #37793:
URL: https://github.com/apache/arrow/pull/37793#discussion_r1330909802
##########
cpp/src/arrow/dataset/file_parquet_test.cc:
##########
@@ -703,6 +707,25 @@ TEST_P(TestParquetFileFormatScan,
PredicatePushdownRowGroupFragmentsUsingStringC
CountRowGroupsInFragment(fragment, {0, 3}, equal(field_ref("x"),
literal("a")));
}
+TEST_P(TestParquetFileFormatScan,
PredicatePushdownRowGroupFragmentsUsingDurationColumn) {
+ auto table = TableFromJSON(schema({field("t", duration(TimeUnit::NANO))}),
Review Comment:
I think this is a different problem, after check this patch not fixed that,
I'll create another issue and try to fix it before 14.0. I've created an issue:
https://github.com/apache/arrow/issues/37799
--
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]