args, --rate;10;--time;'"2022-03-30 18:46:56"'
Sorry for the mistake
姜鑫 于2022年4月1日周五 11:22写道:
> Hi Kevin,
>
> I noticed that the two quotas in your time string looks different. Please
> confirm that it is a typo or not.
>
> Best,
> Xin
>
&
Flink version : 1.13
Bug:
When I pass an argument with space by single quota.
The main function get this argument with a double quota
example:
./bin/flink run -c com.lmk.QuotaTest --rate 10 --time ''2022-03-28 11:53:21"
The main function get parameters:
1-rate
2---10
3-time
4---"2022-03
Version: 1.13
mode:batch & FlinkSQL
这是什么原因导致的
Error:
```
java.lang.RuntimeException: Too more data in this partition: 2147483648
at
org.apache.flink.table.runtime.hashtable.BinaryHashPartition.insertIntoBuildBuffer(BinaryHashPartition.java:264)
at
org.apache.flink.table.runtime.hashtable.BinaryHa