We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I find when I translate a Config to ReadonlyConfig, the null will be translate to "" in ReadonlyConfig.
This is due to below code. 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 "".
dev
-
No response
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Search before asking
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](https://private-user-images.githubusercontent.com/22415594/273430388-78afc104-86bc-4697-8e5b-49359cd2a80f.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg3ODYxNDcsIm5iZiI6MTczODc4NTg0NywicGF0aCI6Ii8yMjQxNTU5NC8yNzM0MzAzODgtNzhhZmMxMDQtODZiYy00Njk3LThlNWItNDkzNTljZDJhODBmLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDUlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA1VDIwMDQwN1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTQ3NGQwMzQxNWU5NjUxYWExYzNlNWQ5NDcwZmE2OGRhNDkyNjdiYzM2Njc1NWNmMDM2MDMyOTRiMzk0YWIxOGYmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.yyW6_4WEtYpNu5bk668rCcI1wrjHe2kqATdv5nZCHoc)
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?
Code of Conduct
The text was updated successfully, but these errors were encountered: