CodingCat commented on PR #4795: URL: https://github.com/apache/iceberg/pull/4795#issuecomment-1135385069
after looking at the code again, i don't think there is any existing way for me to do this, I would like to work on a PR to implement something similar to https://github.com/delta-io/delta/blob/8974685f574394628cf9b5c5457093e7cbcd3d23/core/src/main/scala/org/apache/spark/sql/delta/sources/DeltaSQLConf.scala#L62-L66, where you can set something in the sessionstate.conf and then when we commit from SparkWrite take that information and set with SnapshotUpdate.set(k, v), how does it sound to you ? -- 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]
