Add in support for vectorized parquet reads on data files with row position (_pos) in the metadata column
Updating parameterized tests to have names in this PR https://github.com/apache/iceberg/pull/1539, I noticed that TestSparkParquetReadMetadataColumns had a vectorized parameter that is currently only tested with false. It is commented out for true and fails for all three of the tests as reading parquet files that have row position (_pos) in the metadata column using the vectorized reader has not been implemented yet.
If this is implemented, the parameter group for vectorized should be updated to include true here: https://github.com/apache/iceberg/blob/44c1d00b37f0d7fc2e978baad4f7a861a8335cf0/spark/src/test/java/org/apache/iceberg/spark/data/TestSparkParquetReadMetadataColumns.java#L109
This issue has been automatically marked as stale because it has been open for 180 days with no activity. It will be closed in next 14 days if no further activity occurs. To permanently prevent this issue from being considered stale, add the label 'not-stale', but commenting on the issue is preferred when possible.
This issue has been closed because it has not received any activity in the last 14 days since being marked as 'stale'