Commit Graph

1360 Commits

Author SHA1 Message Date
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
43ff796419 [typo](doc)Solve the problem that the official website of the document fails to compile and publish (#11762)
Solve the problem that the official website of the document fails to compile and publish
2022-08-13 23:47:17 +08:00
031fba4259 [typo](fix)Fix community documentation link errors (#11758)
Fix community documentation link errors
2022-08-13 21:24:54 +08:00
db83f37256 [doc](typo)Add doc sidebars (#11749)
add doc sidebars
2022-08-13 20:46:52 +08:00
2827ced1f6 [improvement](doc)Import data example from hive partition table (#11732)
Import data example from hive partition table
2022-08-12 19:38:45 +08:00
f30553e0fe [tools](mysql2doris)add mysql to doris documentation #11726 2022-08-12 15:44:35 +08:00
56ce8c0c5c [feature](http) add api for showing current queries and kill query (#11657) 2022-08-11 10:32:46 +08:00
7fb0913d35 Usage example of modifying the "storage_root_path" parameter (#11659)
Usage example of modifying the "storage_root_path" parameter
2022-08-11 09:57:50 +08:00
200b558156 [typo](doc)spark load uses kerberos authentication method (#11662)
spark load uses kerberos authentication method
2022-08-11 09:57:26 +08:00
04d26ddf22 [feature-wip](multi-catalog)Support use catalog.db and show databases from catalog stmt (#11338)
Support use catalog.db and show databases from catalog stmt.
2022-08-11 09:50:32 +08:00
5d99abb3ec MOD: label with cte doc (#11661)
insert label with cte doc
2022-08-11 09:45:59 +08:00
d60afe82a4 FIX: doc error (#11660)
es doc fix
2022-08-11 09:20:06 +08:00
290f0400d3 [docs] Fix Chinese description in En dos (#11512) 2022-08-10 20:28:05 +08:00
adf61a77bd [docs](query profile)add show query profile (#11635) 2022-08-10 19:26:58 +08:00
71d9b383d4 [Enhancement](hdfs) Support loading hdfs config for be from hdfs-site.xml (#11634)
* [Enhancement](hdfs) Support loading hdfs config for be from hdfs-site.xml


Co-authored-by: caiconghui1 <caiconghui1@jd.com>
2022-08-10 14:49:50 +08:00
a478e1d669 [doc][fix] fix the duplicate partition name in example of CREATE TABLE (#11188) 2022-08-10 10:26:12 +08:00
df47b6941d [feature-wip](array-type) support the array type in reverse function (#11213)
Co-authored-by: hucheng01 <hucheng01@baidu.com>
2022-08-09 20:49:09 +08:00
2cadf85988 [improvement](alter) modify table's default replica if table is unpartitioned (#11550)
Before, if a table is unpartitioned, when executing following alter stmt:
```
alter table tbl1 set ("replication_num" = "1");
```
Only the tbl1 partition's replication_num is changed
(for unpartitioned table, it also has a single partition with same name as table's)
But the table's default replication_num is unchanged.
So when executing `show create table tbl1`, you will find that the replication_num is still the origin value.

This CL mainly changes:
1. For unpartitioned table, if user change it's replication num, both table's and partition's replication_num will be changed.
2022-08-09 14:09:38 +08:00
85e67b04e2 fix-doc3 (#11587)
bloomFilter   fix-doc
2022-08-09 13:35:32 +08:00
fcf767b2e4 [fix](doc)Modify the installation document, the description of disk space limit (#11609)
Modify the installation document, the description of disk space limit
2022-08-09 13:33:32 +08:00
970a35d658 [fix](docs) Fix some errors related to privilege and grant in the docs (#11377)
Fix some errors related to privilege and grant in the docs
2022-08-09 11:02:47 +08:00
25a6be850d [doc](fix)Export doc fix (#11584)
export doc fix
2022-08-08 19:27:57 +08:00
b93860902f [doc](tablet-health) modify content about tablet state (#11086)
Co-authored-by: caiconghui1 <caiconghui1@jd.com>
2022-08-08 10:43:13 +08:00
40b50400b2 [fix](doc) remove docs for direct compiling on Centos (#11575)
I tried to compile doris on Centos directly according to docs, however
it does not work. It is very difficult to find tools needed by doris
compilation on Centos.
2022-08-08 09:56:47 +08:00
6ea3465264 [improvement](doc)Description of bitmap type query result is null (#11506)
Description of bitmap type query result is null
2022-08-08 09:51:45 +08:00
74340dac44 bitmap_from_string support uint64 string, but docs is wrong (#11510)
bitmap_from_string support uint64 string, but docs is wrong
2022-08-05 08:49:38 +08:00
9078ab4d24 [feature](FE): add new property to control whether use light schema change or not (#11169) 2022-08-04 15:49:05 +08:00