[FEA] Enable ORC timestamp and decimal predicate push down tests #9075
Labels
cudf_dependency
An issue or PR with this label depends on a new feature in cudf
test
Only impacts tests
Is your feature request related to a problem? Please describe.
Predicate push down doesn't work for timestamp and decimal types when reading ORC file written by GPU. This is because cuDF ORC writing does not include full Statistics. We should check if PPD works after the metrics are fixed in cuDF.
Describe the solution you'd like
Additional context
#9068
The text was updated successfully, but these errors were encountered: