the-other-tim-brown commented on PR #5932: URL: https://github.com/apache/iceberg/pull/5932#issuecomment-1272101180
@rdblue to add some more context, I'm trying to bootstrap an Iceberg table from existing Parquet files and when reading these files from spark I hit this [line](https://github.com/apache/iceberg/blob/master/parquet/src/main/java/org/apache/iceberg/parquet/ReadConf.java#L91) in the ReadConf. The only way I found to make the spark reader work was to add in this code. I see the line above references the name mapping but I'm not sure how to pass that in. -- 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]
