aokolnychyi commented on PR #57582: URL: https://github.com/apache/spark/pull/57582#issuecomment-5133639868
@peter-toth @anuragmantri, historically we didn't let Spark pass options to table loads. This created problems for many formats, including Iceberg. For example, Spark doesn't standardize branching, so Iceberg has custom extensions to resolve the branching later to work around this. We won't be able to standardize all table state properties across connectors, meaning we have to be able to pass these custom options to the connector. This does mean the analyzer cache must change too. Let me look into that a bit more. -- 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]
