[X] I searched in the issues and found nothing similar.
Motivation
In some cases, users may want to use spark time travel by setting properties like set spark.paimon.scan.tag-name=tag_3. However, this property will take effect globally if the spark job read multiple tables at the same time.
It would be better if we can support table level options via sql conf for Spark Engine.
Search before asking
Motivation
In some cases, users may want to use spark time travel by setting properties like
set spark.paimon.scan.tag-name=tag_3
. However, this property will take effect globally if the spark job read multiple tables at the same time.It would be better if we can support table level options via sql conf for Spark Engine.
Solution
Support table level options.
Anything else?
No response
Are you willing to submit a PR?