qlong commented on PR #53276: URL: https://github.com/apache/spark/pull/53276#issuecomment-4726377447
While testing variant pushdown from iceberg side, I noticed that column prune was not working when pushdown is accepted. During the fix, I also saw crash for native parquet v2 table the pushdown was called twice to the data source. This is the fix for those two issues: #56556 -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
