XiaoJiang521 opened a new issue, #5400:
URL: https://github.com/apache/seatunnel/issues/5400

   ### Search before asking
   
   - [X] I had searched in the 
[issues](https://github.com/apache/seatunnel/issues?q=is%3Aissue+label%3A%22bug%22)
 and found no similar issues.
   
   
   ### What happened
   
   <img width="927" alt="image" 
src="https://github.com/apache/seatunnel/assets/131635688/2867c348-f366-452a-847a-346123d89f74";>
   
   <img width="829" alt="image" 
src="https://github.com/apache/seatunnel/assets/131635688/7bc11f8f-d245-4f16-9780-4684e5e4a1da";>
   
   
   ### SeaTunnel Version
   
   2.3.3
   
   ### SeaTunnel Config
   
   ```conf
   env {
   "job.name"="SeaTunnel_Job"
   "job.mode"=BATCH
   }
   source {
   Jdbc {
       "partition_upper_bound"="${read_para}"
   }
   }
   transform {
   }
   sink {
   Jdbc {
       
   }
   }
   ```
   
   
   ### Running Command
   
   ```shell
   seatunnel.sh --config 
/tmp/dolphinscheduler/exec/syncJobTmpConfig/51_10734653065024.config --async -n 
test-hive -i read_para=[par1=20230829,par2=20230829]
   ```
   
   
   ### Error Exception
   
   ```log
   When using JCommander, the input [par1=20230829,par2=20230829] is being 
parsed into two separate strings instead of being treated as a single unit.
   ```
   
   
   ### Zeta or Flink or Spark Version
   
   _No response_
   
   ### Java or Scala Version
   
   java 1.8
   
   ### Screenshots
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to