You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2021/02/26 01:25:44 UTC

[GitHub] [iceberg] aokolnychyi edited a comment on issue #2270: Spark: Session level Iceberg table config defaults

aokolnychyi edited a comment on issue #2270:
URL: https://github.com/apache/iceberg/issues/2270#issuecomment-786344598


   In the [example](https://github.com/apache/iceberg/issues/2270#issuecomment-786255694) above, I'd imagine Spark would load defaults from the session config, combine it with properties provided in the create table statement and pass to the catalog implementation. Meaning we would get a map with `k1 -> v1` (comes from the session conf) and `k2 -> custom_value` (comes from the statement directly), which will be persistent in the metadata.
   
   The idea of not persisting props and simply overriding at runtime seems interesting but it will be way harder to implement, I guess.


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org