lvchenyang-maker

Results 8 issues of lvchenyang-maker

### Steps to reproduce the behavior (Required) 1. ``` CREATE TABLE `duplicate_table_with_null` ( `k1` date, `k2` datetime, `k3` char(20), `k4` varchar(20), `k5` boolean, `k6` tinyint, `k7` smallint, `k8` int, `k9`...

type/bug

### Steps to reproduce the behavior (Required) 1. CREATE TABLE '...' ``` nosetests-3.4 -s --with-xunit --xunit-file=./result/test_auto_full_statistics_py_TestAutoStatistics_test_auto_statistics_more_operation_primary_unique_aggregate.xml --verbose case/system_case/test_dql/test_statistics/test_auto_full_statistics.py:TestAutoStatistics.test_auto_statistics_more_operation_primary_unique_aggregate --nologcapture http://39.101.206.100:8090/view/Daily/job/master_release/lastCompletedBuild/testReport/test_auto_full_statistics/TestAutoStatistics/test_auto_statistics_more_operation_primary_unique_aggregate/ ``` 2. ``` show analyze status; ``` ![image](https://user-images.githubusercontent.com/57162397/191930164-f249a151-8af0-4928-8250-0eee158d45a8.png) ### Expected...

type/bug

### Steps to reproduce the behavior (Required) 1. 构建cn节点镜像 ``` git clone https://github.com/StarRocks/starrocks cd $your_path/starrocks/docker ./build.sh -b main ``` ![A4OyNU7ZxA](https://user-images.githubusercontent.com/57162397/187373093-fd4f866e-d6e4-44e3-83c0-bfafdc77460d.jpg) ### Expected behavior (Required) build success ### Real behavior (Required)...

type/bug

### Steps to reproduce the behavior (Required) Deploying K8S successfully 1. deploy cn cluster 2. cd examples/cn 3. kubectl apply -f fe-account.yaml 4. kubectl apply -f cn-config.yaml 5. kubectl apply...

type/bug

### Steps to reproduce the behavior (Required) gopath add file pkg,src,bin export GO111MODULE=on 1. go env -w GOPROXY=[https://goproxy.cn,direct] 2. go install [sigs.k8s.io/controller-tools/cmd/[email protected]] ![gVvJ0jipCe](https://user-images.githubusercontent.com/57162397/188259774-dffa8de6-c46a-48c6-ad2c-44caa11e909e.jpg) ### Expected behavior (Required) install controller_gen success...

type/bug

### Steps to reproduce the behavior (Required) Deploying K8S successfully 1. git clone https://github.com/StarRocks/starrocks 2. cd $your_code_path/starrocks-kubernetes-operator 3. cd deploy 4. kubectl apply -f starrocks.com_computenodegroups.yaml 5. kubectl apply -f namespace.yaml...

type/bug

### Steps to reproduce the behavior (Required) deployment cn 1. ``` cd /root/StarRocks-2.4.0-0901/be ./bin/stop_cn.sh --daemon ``` 2. ``` Show Compute Nodes; ``` 3. ``` ./bin/start_cn.sh --daemon Show Compute Nodes; ```...

type/bug

### Steps to reproduce the behavior (Required) 1. ``` select abs(''); ``` 2. abs函数不支持date 、datetime但是计算时会有隐式转换, date: abs(CAST(1: k1 AS LARGEINT)) datatime:abs(CAST(2: k2 AS DOUBLE))建议优化 ![image](https://user-images.githubusercontent.com/57162397/191760597-ce65a576-b694-4d08-b352-416c1bc7a4eb.png) ### Expected behavior (Required) mysql...

type/bug