parthchandra opened a new pull request, #1815: URL: https://github.com/apache/datafusion-comet/pull/1815
## Which issue does this PR close? Part of https://github.com/apache/datafusion-comet/issues/1542 ## Rationale for this change Parquet files may have field id's and native_iceberg_compat should use them instead of names to identify columns ## What changes are included in this PR? The call to clipParquetSchema produces a ParquetSchema that maps the field ids correct. This change simply converts the result back to a SparkSchema than can be passed in to native code. ## How are these changes tested? Existing Spark SQL tests -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org