Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Support represent null in ReadonlyConfig #5597

Closed
3 tasks done
ruanwenjun opened this issue Oct 8, 2023 · 0 comments · Fixed by #5612
Closed
3 tasks done

[Bug] Support represent null in ReadonlyConfig #5597

ruanwenjun opened this issue Oct 8, 2023 · 0 comments · Fixed by #5612
Labels

Comments

@ruanwenjun
Copy link
Member

Search before asking

  • I had searched in the issues and found no similar issues.

What happened

I find when I translate a Config to ReadonlyConfig, the null will be translate to "" in ReadonlyConfig.

This is due to below code.
image
e.g. If we have a : null in Config, it will be transform to "a=" in properties, then we split by '=', the value will be "".

SeaTunnel Version

dev

SeaTunnel Config

-

Running Command

-

Error Exception

-

Zeta or Flink or Spark Version

No response

Java or Scala Version

No response

Screenshots

No response

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Code of Conduct

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant