Closed andygrove closed 2 months ago
In org.apache.comet.parquet.CometParquetPartitionReaderFactory#createColumnarReader we only call buildCometReader if prefetch is enabled, and prefetch is disabled by default. This means that we never push down the Parquet filter by default.
org.apache.comet.parquet.CometParquetPartitionReaderFactory#createColumnarReader
buildCometReader
No response
I was mistaken. The code is complex to follow but it does always call buildCometReader eventually
Describe the bug
In
org.apache.comet.parquet.CometParquetPartitionReaderFactory#createColumnarReader
we only callbuildCometReader
if prefetch is enabled, and prefetch is disabled by default. This means that we never push down the Parquet filter by default.Steps to reproduce
No response
Expected behavior
No response
Additional context
No response