Search before asking
Motivation
Consider the following usage:
set spark.paimon.branch=A;
select * from default.T$branch_B;
When loading a table, the branch selection logic is: extraOtions > dynamicConf > Identifier
Solution
No response
Anything else?
No response
Are you willing to submit a PR?