Ted-Jiang commented on issue #3833: URL: https://github.com/apache/arrow-datafusion/issues/3833#issuecomment-1328061289
> Int96 appears to be the only unsupported type left > > https://github.com/apache/arrow-datafusion/blob/ba73c8180ebd874614cabc33be8cbb0d1db52518/datafusion/core/src/physical_plan/file_format/parquet/page_filter.rs#L478-L481 > > I don't think Int96 is a widely used type nor supported for most other implementation -- thus I suggest we close this issue @alamb Agree, Int96 also not supported in row_group prunning https://github.com/alamb/arrow-datafusion/blob/d7a7fb61afe9ce2824aae737f65aec12d9513f7f/datafusion/core/src/physical_plan/file_format/parquet/row_groups.rs#L124 -- 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]
