Open mengyueyue opened 11 months ago
if we modify this code to
if (confKey.startsWith(prefixConf)) { configuration.setString( confKey.replaceFirst(prefixConf, ""), String.valueOf(entryConfKey.getValue().unwrapped())); }
this is result that is correct
hi, @zhilinli123 Could you please help confirm this problem?
This issue has been automatically marked as stale because it has not had recent activity for 30 days. It will be closed in next 7 days if no further activity occurs.
Search before asking
What happened
i‘m run flink example on my idea,and i add a flink parameters on job env,and found a error,so debug code found if you parameter type is string,you parameter will become ”"XXX"“ that get quotes
SeaTunnel Version
sorry,i'm not use any release version of seatunnel , i'm use git commit is e26006d2aa47df0f92740cf9843dca862db82232, this is front of 2.3.3,but i‘m found lasted version has being this problem
SeaTunnel Config
Running Command
Error Exception
Zeta or Flink or Spark Version
flink.1.15.3
Java or Scala Version
java11
Screenshots
Are you willing to submit PR?
Code of Conduct