Results 65 issues of aceforeverd

look like rainbow conflict with something in [endwise](https://github.com/tpope/vim-endwise) when filetype is sh minimal vimrc: ```vim set nu set laststatus=2 set nocompatible call plug#begin('~/.vim/bundle') Plug 'luochen1990/rainbow' Plug 'tpope/vim-endwise' call plug#end() colors...

confliction with other third-party syntax plugins

**Describe the feature you'd like** A clear and concise description of what you want to happen. **Additional context** Add any other context or screenshots about the feature request here.

enhancement
workflow
code-standards

**Describe the feature you'd like** ```sql deploy dp options (long_windows = 'w1:3') select count_where(..... ``` `3` as a rows based bucket size, since there is a extra filter key for...

execute-engine
storage-engine

**Bug Description** udf fail to resolve `count_where` function if the first column is a type of bool **Expected Behavior** **Relation Case** test_count_where.yaml. id:7 **Steps to Reproduce** 1. 2. 3. 4.

bug
execute-engine

#841 's further work **Brief Description** regex expression match predicate. SQL syntax should be: ```sql [ NOT ] RLIKE ``` **Implementation strategy** Generally the implementation steps is the same as...

enhancement
execute-engine

**Bug Description** in Release or RelWithDebInfo profile, test executable fails e.g the `ast_node_converter_test`: ``` ERROR: something wrong with flag 'flagfile' in file '/Users/runner/work/hybridsql-asserts/hybridsql-asserts/deps/build/src/gflags/src/gflags.cc'. One possibility: file '/Users/runner/work/hybridsql-asserts/hybridsql-asserts/deps/build/src/gflags/src/gflags.cc' is being linked...

bug
high-priority
build

**Bug Description** generally, if a test fails, cleanup may not executed in the test end. like https://github.com/4paradigm/openmldb/blob/8142820cc51bcd01a276bb8b40b2d241dd624419/src/nameserver/name_server_test.cc#L579 files in `/tmp` got cleanup by strategy, however, they may produce many useless...

bug

**Bug Description** same as #2177 but for long window **Expected Behavior** **Steps to Reproduce** 1. 2. 3. 4.

bug
execute-engine

**Describe the feature you'd like** enhance #2091 **Additional context** Add any other context or screenshots about the feature request here.

enhancement
api-server

**Bug Description** `dayofyear('2021-2-29')` should output `NULL` instead `0` similar functions should checked as well like `dayofmonth` etc **Expected Behavior** **Steps to Reproduce** 1. 2. 3. 4.

bug
enhancement
udf