xiangyuf commented on PR #4393:
URL: https://github.com/apache/paimon/pull/4393#issuecomment-2454265390
> > @JingsongLi @Aitozi Hi, I've unified flink and spark to support both
dynamic table options and global options: Global options format:
Flink:`{config_key}` Spark: `spark.paimon.{config_key}`.
> > Table options format:
Flink:`paimon.${catalogName}.${dbName}.${tableName}.${config_key}` Spark:
`spark.paimon.${dbName}.${tableName}.{config_key}`
> > Dynamic table options will override global options if there are
conflicts.
> > WDYT?
>
> Why flink contains ${catalogName}, but spark not
@Zouxxyy Updated Spark table option format as:
`spark.paimon.${catalogName}.${dbName}.${tableName}.${config_key}`
--
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]