Commit Graph

2971 Commits

Author SHA1 Message Date
7402fee1fc [feature](function) support ip function ipv6_string_to_num(_or_default, _or_null), inet6_aton (#28361) 2024-01-05 19:24:45 +08:00
43b19fd99e [docs](timezone) refactor docs of timezone 2024-01-04 20:20:40 +08:00
abd9000368 [Feat](Nereids) add distribute hint to leading hint (#28562)
add distribute hint to leading hint, we can use leading like:
/*+ leading(t1 broadcase{t2 t3}) */ after this commit
2024-01-04 17:51:06 +08:00
e0e34b8f93 [doc](fix) fix dead link of mv doc (#29530) 2024-01-04 17:20:46 +08:00
3cfc1507b2 [doc](mv) add mv docs to sidebar (#29506)
Followup #29370 and #27549
2024-01-04 16:07:46 +08:00
5e39cdf053 [doc](nereids)Add query rewrite by materialized view feature summary and desc doc (#29370) 2024-01-04 10:38:30 +08:00
3b7d5feb84 fix: en doc list partition column must be NOT NULL (#29414) 2024-01-03 23:23:38 +08:00
d6cb2d6d5c [improvement](compaction) start 1 cumu compaction thread each disk by default (#29430) 2024-01-03 20:48:11 +08:00
2386a1ce5a [fix](docs)Fix description for error code 1051 #27751 (#27977) 2024-01-03 18:15:00 +08:00
28ff349381 [doc](fix)invalid character 。 in en docs (#29355)
Co-authored-by: Rohit Satardekar <rohitrs1983@gmail.com>
2024-01-03 12:59:59 +08:00
12286f0a63 [docs][hive-transactional-tables] Add hive transactional tables documents. (#29369) 2024-01-03 12:57:20 +08:00
08353f6027 [Enhance](fe) Iceberg table in HMS catalog supports broker scan (#28107)
My organization uses HMS catalog to accelerate Lake query. Sine we have custom distributed file system and hard to integrate to FE / BE, we introduce HMS Catalog broker scan support (#24830) and implement custom distributed file system adaption in broker.

We want to expand the scope of use to Iceberg table scan in HMS Catalog. This PR introduces broker-scan-related `IcebergBrokerIO`, `BrokerInputFile`, `BrokerInputStream` for Iceberg table scan
2024-01-03 11:29:12 +08:00
067a9a3a22 [opt](ES catalog)Add more description for limitations of docvalue_scan (#29420)
> [ignore_above](https://www.elastic.co/guide/en/elasticsearch/reference/current/ignore-above.html)
Do not index any string longer than this value. Defaults to 2147483647 so that all values would be accepted. Please however note that default dynamic mapping rules create a sub keyword field that overrides this default by setting ignore_above: 256.

When the field value is longer than the limitation, we will get an empty result.
The solution is turn off `enable_docvalue_scan`, to get data from `_source` field.
2024-01-03 11:17:48 +08:00
f6443efe1a [doc](fix)fix kill doc error and add example (#29313) 2024-01-02 14:05:19 +08:00
bf6488e518 [fix](doc) show catalog example output fix (#29150)
Co-authored-by: Rohit Satardekar <rohitrs1983@gmail.com>
2024-01-02 14:05:05 +08:00
216b53058d [doc](mtmv)mtmv doc (#27549) 2024-01-01 17:46:21 +08:00
6c74313f60 [Fix](ut)(show) added UT cases for show backup stmt (#28604)
* Added UT for show backup
 * fixed some toSql() space and missing CLAUSE
 * Updated Doc with relevant syntax
2023-12-31 15:49:57 +08:00
74202fe7e2 [Enhancement] support user custom defined privite settings,xml for build fe (#29015)
Issue Number: close #29014
2023-12-31 13:42:56 +08:00
e91f6cb069 [chore](docs) straight_join is not supported (#28268) 2023-12-30 21:34:04 +08:00
aa4b3d02f1 [bug]https://github.com/apache/doris/issues/29149 (#29155)
Co-authored-by: 86157 <mapengfei@lnxjit.commapengfei@lnxjit.com>
2023-12-30 21:30:59 +08:00
018d8b1326 [fix](doc) spell errors fixes and align with code log for check-rpc-channel. (#28151) 2023-12-30 20:56:56 +08:00
4e56adee15 [improvement](docs) add Json load case doc (#29001) 2023-12-30 00:02:43 +08:00
236276e9c1 [typo](docs) fix lakehouse doc 404 (#29299) 2023-12-29 16:27:48 +08:00
xy
4fc5860a7c [Fix](doc)Fix word spelling errors (#29268)
Co-authored-by: xingying01 <xingying01@corp.netease.com>
2023-12-29 14:15:37 +08:00
a57ad36c4e [fix](docs) Update Link for 404 page of dev docs (#29213) 2023-12-29 11:37:50 +08:00
0562999f91 [fix](doc) spell errors fixes and align with code log for memory tracker. (#28000)
Spell corrected for LastestSuccessChannelCache and aligned that with the docs
2023-12-28 11:12:35 +08:00
f4c5ce260b [fix](statistics)Fix rowCount==0 while analyzing bug (#28969)
Sample analyzing need to get row count by using table.getRowCount(). This method is not updated in real time, which may cause the sample task to scan whole table.
This pr is to fix this. Set the flag that indicate the analyze job is for an empty table and skip scan the table. Meanwhile, don't reset updatedRows in this case.

Set hugeTableAutoAnalyzeIntervalInMillis = 0 because all default huge table size has been set to 0.
2023-12-27 23:04:37 +08:00
286af3bce9 [doc](file-cache) fix wrong config (#29156)
* [doc](file-cache) fix wrong config

* 2
2023-12-27 18:51:01 +08:00
d70743a2fc [fix](doc) spell errors fixes ha-action.md (#28155) 2023-12-27 16:57:07 +08:00
c1303e9eee [fix](doc) example case fixed in best practices (#28156) 2023-12-27 16:56:44 +08:00
522e48c764 [fix](doc) spell errors fixes for be-olap-error-code docs (#27866) 2023-12-27 16:55:59 +08:00
ef8ae75e37 [fix](doc) updated node version as per given in the url. (#28427) 2023-12-27 16:55:37 +08:00
cec7eba1cc [fix](doc) spell errors fixes for table-repair and table local debug (#28153) 2023-12-27 16:51:58 +08:00
1c0bbcf416 [fix](doc) typo fix in sql-interception docs (#28445) 2023-12-27 16:42:43 +08:00
64ca508c0b [fix](doc) typo fix in schema change docs (#28453) 2023-12-27 16:42:28 +08:00
26842049f3 [fix](doc) typo fix in fqdn page (#28509) 2023-12-27 16:42:00 +08:00
8035287010 [fix](doc) spell errors fixes for memory tracker docs (#27865) 2023-12-27 15:22:43 +08:00
d3e1afa2e4 [fix](doc) typo fix in metaInfoActionV2 page (#28510) 2023-12-27 15:21:20 +08:00
86a0eb9344 [fix](doc) spell errors fixes query profile docs (#28437) 2023-12-27 12:19:01 +08:00
f6850f8cdb Revert "[feature](load) enable memtable on sink node by default (#28963)" (#29090)
This reverts commit 17917a0adb57ac337dfd41e8853b1aa87c9d5acd.
2023-12-26 22:20:49 +08:00
1964a77d6c [enhencement](config) change default memtable size & loadStreamPerNode & default load parallelism (#28977)
We change memtable size from 200MB to 100MB to achieve smoother flush
performance. We change loadStreamPerNode from 20 to 60 to avoid stream
rpc to be the bottleneck when enable memtable_on_sink_node. We change
default s3&broker load parallelsim to make the most of CPUs on moderm
multi-core systems.

Signed-off-by: freemandealer <freeman.zhang1992@gmail.com>
2023-12-26 16:22:52 +08:00
2411dbe0e6 [doc](multi-catalog)add krb and some ertificates FAQs (#28858)
add some security docs
2023-12-25 23:05:44 +08:00
8921b313b4 [fix](doc) typo fix in dynamic-partition page (#28511) 2023-12-25 21:02:37 +08:00
17917a0adb [feature](load) enable memtable on sink node by default (#28963) 2023-12-25 16:27:16 +08:00
8e47fd28e2 [fix](doc) typo fix in auto-partition page (#28512) 2023-12-25 15:49:18 +08:00
6de797844d [doc](insert) Add group commit docs (#25949) 2023-12-25 11:34:11 +08:00
b49671b31e [feature](api) add profile text api (#28697) 2023-12-25 10:17:09 +08:00
ff365ca130 [docs] (DebugPoints) Update docs about Debug Points (#28347)
---------

Co-authored-by: qinhao <qinhao@newland.com.cn>
2023-12-25 09:33:47 +08:00
5e9e199ca0 [fix](doc) Add the usage example of bos to the documentation of s3 tvf (#28899) 2023-12-23 20:47:50 +08:00
43776465d9 [fix](segcompaction) disable segcompaction by default (#28906)
Signed-off-by: freemandealer <freeman.zhang1992@gmail.com>
2023-12-23 07:43:41 +08:00