Commit Graph

1386 Commits

Author SHA1 Message Date
fc400a15db [fix] (docs) Fix Data type: string length and parameter description (#11565) 2022-08-30 19:16:00 +08:00
9c7016f6e7 [docs](query plan) Add a description explain graph and desc graph and explain verbose (#11697)
* docs: 增加explain graph与desc graph描述,避免文档前后描述不一致

* docs: add the usage docs of `explain verbose`
2022-08-30 19:12:23 +08:00
eea756fd5b [docs](hive)add hadoop.username config item (#12109)
add hadoop.username config item
2022-08-30 12:34:27 +08:00
7f295fc2fb [typo](doc)Modify data operation documentation (#12137)
fix data operate doc
2022-08-30 12:34:01 +08:00
dcad318fcc [Doc](flink-connector) update sample code url (#12149)
update sample code url
2022-08-30 12:33:31 +08:00
c885913efe Fixed incorrect description of column length limit in partition bucketing documentation. (#12154)
Signed-off-by: manyi <fop@freeoneplus.com>

Signed-off-by: manyi <fop@freeoneplus.com>
Co-authored-by: manyi <fop@freeoneplus.com>
2022-08-30 00:00:51 +08:00
e48b691139 Failed to get doris_odbc_name value in mysql_to_doris, replace driver value error (#11965)
Failed to get doris_odbc_name value in mysql_to_doris, replace driver value error
2022-08-29 19:13:54 +08:00
454e21daca [Docs](array type) Update array type documentation (#12097) 2022-08-29 15:03:26 +08:00
7fbcf3c8ba [api-change](http) change kill query http api by using query id (#12120)
Now user can cancel query id by http by following steps:

Get query id by trace id
cancel query by query id
The modified api has not been released yet.
2022-08-29 09:51:51 +08:00
f26c051835 [Typo](doc) Rewrite the Quick Start document (#11956) 2022-08-29 09:25:58 +08:00
5693fdaf9c fix configs default value in docs (#12047)
fix configs default value in docs
2022-08-27 10:08:54 +08:00
bd4f994c7e update document of alter table oartition (#12077)
update document of alter table oartition
2022-08-27 10:08:13 +08:00
8c5005f247 [typo](doc)Add the backup operation, using the following instructions from S3 (#12091)
Add the backup operation, using the following instructions from S3
2022-08-27 10:07:15 +08:00
a6e2e2f3bc [feature](remote)Add cache files cleaner for remote olap files (#11959) 2022-08-26 23:59:36 +08:00
e478f096ed [typo](doc) fix some typo in docs #12054 2022-08-26 11:44:22 +08:00
0bacbb95c2 [typo](doc)website sidebar Menu order (#12073)
menu order
2022-08-26 09:41:45 +08:00
98d82915d3 [fix](bdbje) add reserved disk config to avoid too many reserved bdbje files (#12043) 2022-08-26 08:12:27 +08:00
858cb74bef [typo](doc)Window funnel fix (#12064)
window funnel fix
2022-08-25 15:46:47 +08:00
aec24d4da1 [feature](http) get create table stmt for a given query (#11979)
This API can help user to get all create table statement of a given SQL.
So that it will be easier to run the case in other Doris cluster.
See document for details
2022-08-25 15:02:05 +08:00
b505d6cf66 [improvement](doc test) add docs for window_funnel and refine tests (#12059)
add docs for window_funnel and refine tests
2022-08-25 11:26:40 +08:00
87dd9c6b8b [typo](doc) Change wrong words #11778 2022-08-24 18:34:04 +08:00
54fc038dc5 [Fix](remote) Fix thread safety issue in cache (#11984) 2022-08-24 18:14:14 +08:00
b619bb2000 [enhancement](ldap) optimize LDAP authentication. (#11948)
* [enhancement](ldap) optimize LDAP authentication.

1. Support caching LDAP user information.
2. HTTP authentication supports LDAP.
3. LDAP temporary users support default user property.
4. LDAP configuration supports the `admin show config` and `admin set config` commands.
2022-08-24 17:08:14 +08:00
29dd6ccb11 [typo](doc)Adding Missing Documents (#12022)
Adding Missing Documents
2022-08-24 12:35:13 +08:00
47dfd915c6 [doc](faq) add Problem with the SSL CA cert FAQ (#11982) 2022-08-24 09:13:16 +08:00
043a082c27 [typo](doc) fix some typo in faq docs #11977 2022-08-24 08:48:19 +08:00
28dba65d74 Update basic-summary.md (#11889)
Update basic-summary
2022-08-20 11:40:50 +08:00
Pxl
d1e97be37e [doc](developer-guide) add vscode-lldb usage to developer guide (#11923)
* add codelldb usage

* update
2022-08-19 17:56:17 +08:00
67ad8a81eb [docs](update)udaf now supported (#11929) 2022-08-19 17:56:02 +08:00
788114c89c [docs](fix) updata pictures licks (#11890)
updata pictures licks
2022-08-19 16:35:50 +08:00
1b0b5b5f09 [Enhancement](load) add hidden_columns in stream load param (#11625)
Stream load will ignore invisible columns if no http header columns
specified, but in some case user cannot get all columns if columns
changed frequently。
Add a hidden_columns header to support hidden columns import。User can
set hidden_columns such as __DORIS_DELETE_SIGN__ and add this column
in stream load data so we can delete this line.
For example:
curl -u root -v --location-trusted -H "hidden_columns: __DORIS_DELETE_SIGN__" -H
"format: json" -H "strip_outer_array: true" -H "jsonpaths: [\"$.id\",
\"$.name\",\"$.__DORIS_DELETE_SIGN__\"]" -T 1.json
http://{beip}:{be_port}/api/test/test1/_stream_load

Co-authored-by: yixiutt <yixiu@selectdb.com>
2022-08-19 14:57:11 +08:00
40bff30778 [doc](fix) add STRING conversion notice (#11895) 2022-08-18 21:31:04 +08:00
4fa53b4cdb [chore](workflow) Add shellcheck to check shell scripts (#11744) 2022-08-18 16:07:28 +08:00
355b7c0a92 [Enhancement](docs) fix document typo #11818
Co-authored-by: ninjazhou <ninjazhou@tencent.com>
2022-08-18 16:06:20 +08:00
ca77824857 [typo](doc)Add the actual hive bitmap udf documentation (#11883)
add miss hive bitmap udf
2022-08-18 12:20:24 +08:00
e1a1a04c2f [Enhancement](Doe) Be query es use fe generate dsl. (#11840) 2022-08-18 10:31:17 +08:00
582be130dd [Feature] (ODBC) support read/write emoji of utf16 via odbc table (#11863)
Co-authored-by: lihaopeng <lihaopeng@baidu.com>
2022-08-18 09:09:02 +08:00
000253b6aa [doc] Fix typos (#11852)
fix a typo in get-starting doc
2022-08-17 17:52:56 +08:00
dc4eb1e155 [docs](typo) fix some typo in bitmap docs (#11850)
fix some typo in bitmap docs
2022-08-17 16:58:55 +08:00
b7e22f72c9 fix-doc (#11756)
Document typo update
2022-08-17 11:49:48 +08:00
4d00271bd2 [docs] Change JDBC error port (#11809)
Change JDBC error port
2022-08-17 11:48:33 +08:00
5bd7ec0d29 [doc](flink-connector) update flink connector 1.15 support (#11824)
update flink connector 1.15 support
2022-08-17 11:48:02 +08:00
ba3e0b3f96 [feature](compaction) allow to set disable_auto_compaction for tables (#11743) 2022-08-17 11:05:47 +08:00
f2292a3b1d [Enhancement](array-type) enable_array_type flag update (#11785)
Co-authored-by: cambyzju <zhuxiaoli01@baidu.com>
2022-08-16 14:41:57 +08:00
decffae032 fix ALTER SYSTEM docs (#11780)
Co-authored-by: wuhangze <wuhangze@jd.com>
2022-08-16 10:52:24 +08:00
ce10151273 [docs](fix)fix some error path (#11741) 2022-08-15 21:43:56 +08:00
8c8f48c4c2 [feature-wip](array-type) add the array_join function (#11406)
this pr is used to add the array_join function.
Co-authored-by: hucheng01 <hucheng01@baidu.com>
2022-08-15 11:43:17 +08:00
073e46097f [doc](community) modify verify release doc (#11766)
modify verify release doc
2022-08-15 09:59:17 +08:00
6d56755336 update english doc (#11759)
update english doc
2022-08-14 07:42:50 +08:00
0333261a75 [typo](doc) Fix sidebar version (#11764)
fix sidebar version
2022-08-14 07:41:16 +08:00