doris-website icon indicating copy to clipboard operation
doris-website copied to clipboard

Apache Doris Website

Results 297 doris-website issues
Sort by recently updated
recently updated
newest added

Path:/zh-CN/docs/dev/sql-manual/sql-functions/scalar-functions/string-functions/domain 建议参考其他SQL系统,URL函数不要放在字符串函数章节中,而是另立一个单独的URL函数章节。

Path:/zh-CN/docs/3.0/admin-manual/workload-management/resource-group k8s ,存算分离 ,不支持通过Workload Group设置资源隔离,麻烦标注一下,谢谢

#2015 Resolved dublicate key and key not passed warning problem. Deprecated Packages & Swiper Component Issues needs to be eliminated!

bug
good first issue

Path:/zh-CN/docs/gettingStarted/quick-start Version: 2.1 文档错误路径错误, 第 4 步:安装 BE中 2. 启动 BE 通过以下命令启动 BE 进程: (路径应该修改为 be ) apache-doris/**fe**/bin/start_be.sh --daemon 截图记录 ![Image](https://github.com/user-attachments/assets/734d5607-ae1e-48e9-8b26-48cf461a56c7)

Path:/zh-CN/docs/dev/query-acceleration/optimization-technology-principle/statistics 此为 Apache Doris dev 版尚未发行的文档。 最新的文档请参阅 [最新版本](https://doris.apache.org/zh-CN/docs/query-acceleration/optimization-technology-principle/statistics) (2.1)。 最新版本已经是3.0,不是2.1了。需要改下

![Image](https://github.com/user-attachments/assets/eb897a42-d15e-480c-833b-3ed7e69f1c59) I have been exploring the Apache Doris project and noticed that the console displays multiple warnings related to unique keys and dublicate keys. These warnings may indicate potential inefficiencies...

Path:/zh-CN/docs/sql-manual/sql-statements/cluster-management/instance-management/MODIFY-BACKEND

Path:/zh-CN/docs/sql-manual/sql-functions/window-functions/window-function create table stock_ticker (stock_symbol string, closing_price decimal(8,2), closing_date timestamp); ...load some data... select * from stock_ticker order by stock_symbol, closing_date In the table building statement" closing_date timestamp",doris' data type...

CREATE TABLE test_percent_rank ( productLine VARCHAR, orderYear INT, orderValue DOUBLE, percentile_rank DOUBLE ) ENGINE=OLAP DISTRIBUTED BY HASH(`orderYear`) BUCKETS 4 PROPERTIES ( "replication_allocation" = "tag.location.default: 1" ); productLine VARCHAR does not...

While exploring your website, I came across a few critical issues that might impact the stability, performance, and maintainability of the project. Below are the key concerns I observed: ![Image](https://github.com/user-attachments/assets/99e42ac1-3e5f-44a2-8cb4-a418a66bc216)...