stevenzwu commented on PR #5967:
URL: https://github.com/apache/iceberg/pull/5967#issuecomment-1333082832
> Hmm, I understand your concern now. The job-level configuration should
have a connector prefix that makes sense to me, shall we consider using the
same prefix?
Yeah. I was worry about config naming collision. A common prefix like
`connector.iceberg.` should be enough. But it will be a problem to change it
for the write configs, which is already released.
> As for some configs that may target a specific table, how about adding the
table identifier in the config? The pattern would be
prefix.{identifier}.${table_config}.
I don't think we should add a table identifier for the Flink job config,
which should be common configs that applied to all Iceberg sources or sinks.
For table specific config, they should stay as SQL hint options or passed in
via the source/sink builder directly.
--
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]