techguruonline commented on issue #15286: URL: https://github.com/apache/iceberg/issues/15286#issuecomment-3885369184
@szehon-ho - thats interesting, .withSchemaEvolution() is just a hint/flag for Spark to tell Iceberg is going to modify the table structure, so to let go the schema mismatch, then Iceberg will perform the schema evolution at the write only if the write.spark.accept-any-schema=true property is set, is it not the case? how will withSchemaEvolution() handle the schema evolution? will it act as both hint and a property for Iceberg and Spark? -- 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]
