doris-website
doris-website copied to clipboard
Apache Doris Website
# Versions - [ ] dev - [ ] 3.0 - [ ] 2.1 - [ ] 2.0 # Languages - [ ] Chinese - [ ] English
# Versions have add many be configs in code, But not add docs to explain those. - [x] dev - [ ] 3.0 - [ ] 2.1 - [ ]...
capitalize all title when NOT: 1. in clodeblocks (in \```, \```) 2. is file name (like `xxx.conf` or something) # Versions - [x] dev - [x] 3.0 - [x] 2.1...
# Versions - [x] dev - [x] 3.0 - [x] 2.1 - [x] 2.0 # Languages - [x] Chinese - [x] English
Path:false 修改列名称 语法 ALTER TABLE RENAME COLUMN old_column_name new_column_name; 这个修改列名称 ALTER TABLE (**少一个表名**) RENAME COLUMN old_column_name new_column_name; 少了一个表名
add function regexp_extract_or_null https://github.com/apache/doris/pull/38296
Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.7 to 4.0.8. Release notes Sourced from micromatch's releases. 4.0.8 Ultimate release that fixes both CVE-2024-4067 and CVE-2024-4068. We consider the issues low-priority, so even if you...
Bumps [webpack](https://github.com/webpack/webpack) from 5.93.0 to 5.94.0. Release notes Sourced from webpack's releases. v5.94.0 Bug Fixes Added runtime condition for harmony reexport checked Handle properly data/http/https protocols in source maps Make...
https://github.com/apache/doris/pull/39278