-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[Bugfix] [seatunnel-starter] When inside double quotes,',' are treated as normal characters instead of delimiters #6042
Conversation
...-core-starter/src/main/java/org/apache/seatunnel/core/starter/command/ParameterSplitter.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
how about both support ',' and ';'?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please add test case
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please add test case
…d as normal characters instead of delimiters (apache#6042)
…d as normal characters instead of delimiters (apache#6042)
Purpose of this pull request
close #6023
Does this PR introduce any user-facing change?
How was this patch tested?
Check list
New License Guide
release-note
.