2d83167e50
[Feature] [Lateral-View] support outer combinator of table function ( #9147 )
2022-04-24 12:09:40 +08:00
4e1b75f5e7
[doc] add docker for Mac note ( #9178 )
2022-04-23 22:08:53 +08:00
48ac0d9591
[Refactor][doc]Modify the flink doris connector compilation documentation ( #9169 )
2022-04-23 22:08:09 +08:00
bfa9814350
[doc] add scala2.11 compile doc ( #9166 )
2022-04-23 22:07:45 +08:00
f2d741fa95
[doc] Modify the release version to prepare the key generation problem solution ( #9165 )
2022-04-23 22:06:48 +08:00
4911d6898a
[docs][typo] Fix some typos in "alter-table" content. ( #9131 )
2022-04-23 22:05:13 +08:00
4445d3188d
[docs][typo] Fix some typos in "getting-started" content. ( #9124 )
2022-04-23 22:03:59 +08:00
4a10b37ca2
[feature](image tool) support image load tool ( #8982 )
2022-04-23 21:36:58 +08:00
ae680b4248
[UDF] support RPC udaf part 1: support create RPC udaf in fe ( #8510 )
2022-04-21 17:38:58 +08:00
1b4cd76847
[feature](vectorized)(function) Support min_by/max_by function. ( #8623 )
...
Support min_by/max_by on vectorized engine.
2022-04-20 14:46:19 +08:00
d58e8d76b5
[doc]Release manager docment ( #9081 )
...
Add Release manager docment
2022-04-20 14:16:12 +08:00
8d0f06e49a
[docs][typo] Fixed Chinese and English "advance-usage.md" files. ( #9099 )
...
Fixed Chinese and English "advance-usage.md" files
2022-04-20 14:14:39 +08:00
3a9008f06a
[dosc][typo] Fix "basic-usage.md" files. ( #9097 )
...
Fix "basic-usage.md"
2022-04-20 14:14:12 +08:00
1d0629925f
Modify the compilation docs whether it supports avx2. ( #9095 )
...
Modify the compilation docs whether it supports avx2
2022-04-20 14:13:39 +08:00
48f805fbab
Fix routine-load-manual.md ( #9090 )
...
Fix routine-load-manual
2022-04-20 14:13:19 +08:00
37bd89d24b
[typo](docs) fix some typos in docs ( #9085 )
...
fix some typos in docs
2022-04-20 14:12:54 +08:00
afce993ca7
[feature](load)(csv) CSV import and export support header ( #8765 )
...
- Add two new types to stream load boker load: **csv_with_names** and **csv_with_name_sand_types**
- Add two new types to export: **csv_with_names** and **csv_with_names_and_types**
2022-04-18 15:29:18 +08:00
38b9f02c5f
[release] Add download url for 1.0.0 ( #9071 )
2022-04-18 11:24:21 +08:00
1a2620b724
[fix][doc]fix max_send_batch_parallelism_per_job default value ( #9038 )
...
* fix max_send_batch_parallelism_per_job default value
2022-04-17 15:22:07 +08:00
b6a6310559
[Refactor][doc]Edit the ecological extension part of the document ( #8926 )
...
* Edit the ecological extension part of the document
2022-04-15 16:37:28 +08:00
bca121333e
[feature](cold-hot) support s3 resource ( #8808 )
...
Add cold hot support in FE meta, support alter resource DDL in FE
2022-04-13 09:52:03 +08:00
7e08d3e320
Modify the maximum and minimum number of threads in jetty ( #8960 )
...
Co-authored-by: smallhibiscus <844981280>
2022-04-13 09:50:46 +08:00
51269efbb7
[improvement]Disable mini load ( #8955 )
...
Disable miniload by default
2022-04-12 16:01:03 +08:00
f992247779
[docs] update alter table doc ( #8915 )
2022-04-12 09:26:40 +08:00
81495b0ff1
[docs]correct spelling of the word 'LABEL' #3265 ( #8956 )
2022-04-12 08:44:33 +08:00
fd054ca2f6
[doc](java-udf) add docs for Java UDF ( #8944 )
2022-04-11 09:37:48 +08:00
7f7172807f
[feature](function)(vectorized) Support all geolocation functions on vectorized engine ( #8846 )
2022-04-11 09:36:53 +08:00
ddf7ef9327
[improvement](join) update broadcast join cost algorithm ( #8695 )
...
broadcast join cost is used compressed data size currently.
The amount of memory used may be significantly more than estimated.
This patch:
1. add a compressed ratio to broadcast join cost and set to 5 according to the experience.
2. add a new session variable `auto_broadcast_join_threshold` to limit memory used by broadcast in bytes, the default value is 1073741824(1GB)
2022-04-09 19:00:27 +08:00
2059e88d43
[fix][doc] remove non-exist outfile.md ( #8913 )
2022-04-08 23:24:10 +08:00
69ab1f8681
[doc] add doc of fe dev in vscode ( #8875 )
2022-04-08 09:12:43 +08:00
318feb01f3
[improvement](account) support to account management sql ( #8849 )
...
Add [IF EXISTS] support to following statements:
- CREATE [IF NOT EXISTS] USER
- CREATE [IF NOT EXISTS] ROLE
- DROP [IF EXISTS] USER
- DROP [IF EXISTS] ROLE
2022-04-08 09:08:08 +08:00
b88bf73ca7
[refactor][doc] Added doc for compilation, deployment and data export ( #8776 )
2022-04-08 09:04:03 +08:00
24bb9810b4
[doc](manager) Add space list documents ( #8658 )
...
Add space list and access control document. Remove some pictures to reduce the size of source code.
2022-04-08 09:01:23 +08:00
c9cb07a270
[typo](doc)Update upgrade.md ( #8866 )
2022-04-07 11:36:39 +08:00
ce50c4d826
[feature](diagnose) support "ADMIN DIAGNOSE TABLET" stmt ( #8839 )
...
`ADMIN DIAGNOSE TABLET tablet_id`
This statement makes it easier to quickly diagnose the status of a tablet.
See "ADMIN-DIAGNOSE-TABLET.md" for details
```
mysql> admin diagnose tablet 10196;
+----------------------------------+------------------------------+------------+
| Item | Info | Suggestion |
+----------------------------------+------------------------------+------------+
| TabletExist | Yes | |
| TabletId | 10196 | |
| Database | default_cluster:db1: 10192 | |
| Table | tbl1: 10194 | |
| Partition | tbl1: 10193 | |
| MaterializedIndex | tbl1: 10195 | |
| Replicas(ReplicaId -> BackendId) | {"10197":10002} | |
| ReplicasNum | OK | |
| ReplicaBackendStatus | Backend 10002 is not alive. | |
| ReplicaVersionStatus | OK | |
| ReplicaStatus | OK | |
| ReplicaCompactionStatus | OK | |
+----------------------------------+------------------------------+------------+
```
2022-04-07 11:30:03 +08:00
98cab78320
[refactor](schema_hash) remove schema_hash since every tablet id in be is unique ( #8574 )
2022-04-07 08:37:45 +08:00
0c98c1ee03
[Improvement][fix](compaction) Change min_compaction_failure_interval_sec to 5 and fix a bug of log ( #8781 )
...
see issue #8767
2022-04-02 13:00:56 +08:00
8bb16bfeb3
[docs] minor update for broker load document ( #8812 )
...
[docs] minor update for broker load document
2022-04-02 10:56:04 +08:00
c31c6ae91a
[improvement](storage) Add more detailed timer on SegmentIter in profile ( #8768 )
...
* [improvement](storage) Add more detailed timer on SegmentIter in profile
* add OutputColumnTime
2022-04-02 10:35:28 +08:00
5e908f5685
[doc] Update data-model-rollup.md ( #8782 )
...
* Update data-model-rollup.md
2022-04-02 10:35:02 +08:00
decdc8e8b9
[test][enhance][refactor] support suite block to specify multiple group, suppo… ( #8792 )
...
support suite block to specify multiple groups.
TestAction support compare result to iterator, local file and http stream.
support print teamcity service message.
abandon the logical: generate groovy file for sql file
support 3 levels parrallel: script file, suite block, thread action
support specify JAVA_OPTS for boot shell
avoid jvm metaspace oom
use -d to run the suite in some directories, instead of -g. and -g is used to specify groups
2022-04-01 20:59:01 +08:00
2730235e5b
[typo](docs) update documentation ( #8756 )
2022-04-01 10:21:03 +08:00
09409e4f96
[docs] update team.md ( #8749 )
2022-03-31 13:52:13 +08:00
3a8ca80eab
[fix](doc) fix typo for show tablets command ( #8740 )
2022-03-30 10:22:00 +08:00
92b95e1f57
[doc] Update VARCHAR.md ( #8703 )
...
* Update VARCHAR.md
2022-03-29 18:20:30 +08:00
23155e0f37
[typo] Fix runtime filter docs ( #8702 )
...
Fix runtime filter docs
2022-03-29 18:20:09 +08:00
c7bdf3e7c1
[doc] Update flink-doris-connector.md ( #8696 )
...
* Update flink-doris-connector.md
2022-03-29 18:19:47 +08:00
a9d185fcc4
[Enhancement] add clang-tidy config && add C++ Code Diagnostic document ( #8642 )
...
add clang-tidy config && add C++ Code Diagnostic document
2022-03-29 18:17:09 +08:00
e4c0dd97ed
[doc] fix buffer pool default value ( #8670 )
2022-03-28 10:37:12 +08:00
8eef5c337a
[doc] fix sql-mode document ( #8662 )
2022-03-28 10:35:27 +08:00