xiangyuf commented on PR #4393:
URL: https://github.com/apache/paimon/pull/4393#issuecomment-2454273524
> > @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 I can update Spark Table Options as :
spark.paimon.${catalogName}.${dbName}.${tableName}.{config_key}
But in most cases, the option would be spark.paimon.paimon.db.table.k1 = v1
--
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]