In https://github.com/apache/arrow-datafusion/issues/3834 and https://github.com/apache/arrow-datafusion/issues/847 @Ted-Jiang added support for skipping rows in the parquet scan via the RowIndex mechanism 🎉 This feature is currently enabled via a feature flag, which is disabled by default. This ticket tracks enabling this feature by default. Currently known items are: - [x] https://github.com/apache/arrow-datafusion/issues/3457 - [x] #4086 - [x] Review of test coverage and add additional coverage as needed: https://github.com/apache/arrow-datafusion/pull/4062 - [x] Enable this feature by default Related to https://github.com/apache/arrow-datafusion/issues/3463