doris-website
doris-website copied to clipboard
Apache Doris Website
# Versions - [x] dev - [x] 3.0 - [x] 2.1 - [x] 2.0 # Languages - [x] Chinese - [x] English
Path:/zh-CN/docs/2.0/sql-manual/sql-reference/Data-Definition-Statements/Backup-and-Restore/CREATE-REPOSITORY 在线文档中 CREATE REPOSITORY `minio_repo` WITH S3 ON LOCATION "s3://minio_repo" PROPERTIES ( "s3.endpoint" = "http://minio.com", "s3.access_key" = "MINIO_USER", "s3.secret_key"="MINIO_PASSWORD", "s3.region" = "REGION" "use_path_style" = "true" ); "s3.region" = "REGION"后面少了个逗号
Path:/community/design/metadata-design Palo is still shown in the diagrams instead of Doris https://cdnd.selectdb.com/assets/images/palo_architecture-fc338e36ab7b7d4cc12992b146e63b7e.jpg
Path:/zh-CN/docs/3.0/db-connect/arrow-flight-sql-connect hi , i encountered below issue, could help me check? 17:03:55.384 [grpc-nio-worker-ELG-1-4] DEBUG io.grpc.netty.NettyClientHandler - [id: 0x62f238b9 ] OUTBOUND RST_STREAM: streamId=3 errorCode=8 Exception in thread "main" java.sql.SQLException: Error while...
Path:/zh-CN/docs/1.2/sql-manual/sql-reference/Data-Manipulation-Statements/Load/CREATE-ROUTINE-LOAD 为什么文档中说明可以使用自定义函数做列转换,但是我在routine load里面列转换使用自己的udf就是显示不生效呢,一直报ErrorReason{code=errCode = 2, msg='failed to create task: errCode = 2, detailMessage = Does not support non-builtin functions, or function does not exist: get_region('aa')'}的异常,但是我直接select get_region('aa')又是可以正常调用的,请问是什么问题?
Path:/zh-CN/docs/data-operate/import/insert-into-manual  
Path:/zh-CN/community/feedback 地理函数返回为0 select ST_Contains(ST_Polygon('POLYGON ((136.5173755265431 41.80266208058963,136.5188060447714 31.015290003114895,75.6260650782613 31.016120223420476,75.62577778481297 41.80408059113187,136.5173755265431 41.80266208058963))'), ST_GeometryFromText('LINESTRING(121.22987634491871 31.023080519150707,121.22741910198357 31.022786576236115)')); 应该返回1-true才对
Path:/zh-CN/docs/3.0/table-design/best-practice 前缀索引的第一个字段一定是最长查询的字段,并且需要是高基数字段: 改为: 前缀索引的第一个字段一定是最常查询的字段,并且需要是高基数字段:
Bumps [rollup](https://github.com/rollup/rollup) from 2.79.1 to 2.79.2. Changelog Sourced from rollup's changelog. rollup changelog 4.22.5 2024-09-27 Bug Fixes Allow parsing of certain unicode characters again (#5674) Pull Requests #5674: Fix panic...
Doc for https://github.com/apache/doris/pull/39756 # Versions - [x] dev - [ ] 3.0 - [ ] 2.1 - [ ] 2.0 # Languages - [x] Chinese - [x] English