This is an automated email from the ASF dual-hosted git repository.
liugddx pushed a change to branch dev
in repository https://gitbox.apache.org/repos/asf/seatunnel.git
from 7903db740a [Fix] fix jindo oss connector name (#5385)
add d8c92a1182 [Bugfix]Fix the problem of "," being divided in [] (#5401)
No new revisions were added by this update.
Summary of changes:
.../com/typesafe/config/impl/PropertiesParser.java | 58 +++++++++++++---------
.../core/starter/command/AbstractCommandArgs.java | 1 +
.../core/starter/command/ParameterSplitter.java | 58 ++++++++++++++++++++++
.../seatunnel/args/ClientCommandArgsTest.java | 8 ++-
.../test/resources/args/user_defined_params.conf | 3 +-
5 files changed, 102 insertions(+), 26 deletions(-)
create mode 100644
seatunnel-core/seatunnel-core-starter/src/main/java/org/apache/seatunnel/core/starter/command/ParameterSplitter.java