Results 3 issues of izualzhy

### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues. ### What happened 1. create SQL task 2. type in `select '$[yyyyMMdd]', '$[yyyyMMdd-1]',...

bug
backend

use `retry` failed bcz longoptions is not supported on mac ``` $ getopt --test -- $ echo $? 0 ``` Maybe there are two solution ways: 1. make --longoptions be...

``` def add_texts(...) # 省略不重要代码 try: res = self.col.insert(insert_list, timeout=timeout, **kwargs) pks.extend(res.primary_keys) except ConnectionNotExistException as e: logger.warning(f'retrying connection to milvus {e}') # reconnect to milvus self._create_connection_alias(self.connection_args, self.alias) # insert data...