d0e296e88d
[docs](docs) Fix invalid link and typo of v2.1 ( #32216 )
2024-03-14 11:16:05 +08:00
15f859272f
[docs](docs) Update 2.0.6 release note and 1.2.8 release note( #32090 )
2024-03-12 13:15:21 +08:00
81a22ccb27
[docs](docs) Update 2.1 release note ( #32056 )
2024-03-11 17:35:51 +08:00
9fa470caca
[doc](external) delete external table docs in 1.2 ( #28353 )
2024-03-09 19:43:21 +08:00
197b204e02
[type](docs) delete duplicated sidebar items ( #31991 )
2024-03-08 16:26:06 +08:00
370b050cae
[doc](apache-superset)add doc for apache superset compatible ( #31314 )
2024-03-07 16:53:19 +08:00
42776eefdf
[typo](doc) Add a full backup case and modify sidebars ( #31801 )
2024-03-07 16:53:19 +08:00
2a1c00f180
[docs](kafka-connector) Add doris-kafka-connector usage documentation ( #31729 )
2024-03-06 13:06:26 +08:00
6b2af74a63
[doc](fix) add k8s operator doc for upgrade doris ( #31586 )
2024-03-01 04:25:43 +08:00
9c4708ee74
[function](random_bytes)add random_bytes function ( #31547 )
...
SELECT random_bytes(10);
random_bytes(10) |
----------------------+
0x9b8ea00b7d1084bc5b26|
2024-02-29 16:44:39 +08:00
f1e14722d8
[docs](docs) Update 2.0.5 Release Note of EN & CN Version ( #31506 )
2024-02-28 13:08:36 +08:00
c5e6e3d45f
[fix](docs)Correcting spelling errors,add isolated file to siderbars. ( #31409 )
...
Correcting spelling errors,add isolated file to siderbars
2024-02-28 13:07:47 +08:00
434396b456
[docs](docs) Update docs' sidebar of Dev version ( #31444 )
2024-02-27 13:58:13 +08:00
f163d56a98
[feature](function) support sequence function(alias of array_range), enhance both to handle datetimev2 ( #30823 )
2024-02-27 10:12:19 +08:00
d6f143b7d5
[doc](job)add job doc sidebars ( #31319 )
...
* add job doc sidebars
* fix
2024-02-26 19:07:11 +08:00
aee49adf1e
[opt](compute-node) refactor compute node doc and opt some default config ( #31325 )
...
* [opt](compute-node) refactor compute node doc and opt some default config
* 1
* 1
2024-02-24 11:44:53 +08:00
db2f0b3574
[docs](stats) add sidebars for stats docs #31309
2024-02-23 20:57:03 +08:00
8f77e6363a
[Feature](function) Support xxhash function like murmur hash function ( #31193 )
2024-02-23 19:03:28 +08:00
86c800ce59
[doc](doc)add some k8s doc ( #31194 )
...
* add some k8s doc
* fix
2024-02-22 19:51:20 +08:00
7c1bb4cb22
[fix](docs) add joinHint.md to sidebars ( #31155 )
2024-02-21 13:53:18 +08:00
e892b967da
[docs](functions) fix and complete agg functions docs #31114
2024-02-19 18:35:29 +08:00
e68019c10a
[Function](Exec) Support windows function cume_dist ( #30997 )
2024-02-16 10:16:40 +08:00
ce892d04e5
[feature](index) Replace BITMAP INDEX with INVERTED INDEX ( #30950 )
2024-02-16 10:16:40 +08:00
40e1326bc9
[feature](window-func) support percent_rank window function ( #30926 )
2024-02-16 10:12:25 +08:00
d60ecdba6f
[fix](regex) fix wrong escape of function LIKE ( #30557 )
...
fix wrong escape of function LIKE
2024-02-16 10:12:25 +08:00
1ed24117ac
[function](url_decode)add url_decode function ( #30667 )
2024-02-05 22:23:00 +08:00
6442663735
[Function](exec) upport atan2 math function ( #30672 )
...
Co-authored-by: Rohit Satardekar <rohitrs1983@gmail.com >
2024-02-04 14:28:38 +08:00
88edb26e89
[docs](update) Update Doris-Streamloader docs ( #30552 )
2024-01-31 23:53:40 +08:00
19f57b544e
support cosh math function ( #30602 )
...
Co-authored-by: Rohit Satardekar <rohitrs1983@gmail.com >
2024-01-31 23:53:39 +08:00
8b61b7c6cd
[exec](function) Add tanh func ( #30555 )
2024-01-31 23:53:39 +08:00
b1a9370004
[fix](glue)support access glue iceberg with credential list ( #30473 )
...
merge from #30292
2024-01-28 18:23:07 +08:00
5d7543b30b
[feature](ranger) Support Apache ranger for Doris ( #27864 )
...
For usage, see:
5d340ce24f/docs/zh-CN/docs/admin-manual/privilege-ldap/ranger.md
For range-doris-plugin, see:
https://github.com/morningman/ranger/tree/doris-plugin
To support ranger, there are several other modification:
1. Support `show resources like "pattern"`
2. Support `show workload group like "pattern"`
3. Support `show schemas like "pattern"`
2024-01-27 10:29:38 +08:00
4bd97b5094
[docs](update) Update 2.0.4 release ( #30416 )
2024-01-27 09:09:02 +08:00
ff47c69bf9
[doc](fix) K8s doc modify and add pvc network docs ( #30307 )
2024-01-25 13:24:52 +08:00
ca5a314765
[fix](function) make STRLEFT and STRRIGHT and SUBSTR function DEPEND_ON_ARGUMENT ( #28352 )
...
make STRLEFT and STRRIGHT function DEPEND_ON_ARGUMENT
2024-01-25 13:23:59 +08:00
cd0ca2b3af
[docs](ip function) add ipv4/v6 datatype and some ip functions' docs ( #30194 )
2024-01-23 10:09:54 +08:00
ead3b4ac1d
[feature](function) support ip function is_ipv4_compat, is_ipv4_mapped ( #29954 )
2024-01-23 10:07:51 +08:00
93e039d579
[pipelineX](DOC) Add pipelineX doc ( #30065 )
2024-01-19 15:48:56 +08:00
b758286b57
[doc](Variant) add doc for Variant type ( #28951 )
2024-01-18 09:00:42 +08:00
2dcdf07dd4
[Feature](profile)Support active_queries TVF ( #29999 )
2024-01-16 21:25:02 +08:00
612186e657
[doc](sql-dialect)(audit) add doc for sql dialect and audit plugin ( #29775 )
2024-01-16 18:33:51 +08:00
bbfc3d037e
[doc](auto-inc) Add user oriented doc for auto increment column ( #29230 )
2024-01-16 18:31:59 +08:00
697a6a4ba2
[Refactor](admin-stmt) rename some admin-show statestmt ( #29492 )
...
The `ADMIN SHOW` statement can not be executed with high version of mysql 8.x jdbc driver.
So I rename these statement, remove the `ADMIN` keywords.
1. ADMIN SHOW CONFIG -> SHOW CONFIG
2. ADMIN SHOW REPLICA -> SHOW REPLICA
3. ADMIN DIAGNOSE TABLET -> SHOW TABLET DIAGNOSIS
4. ADMIN SHOW TABLET -> SHOW TABLET
for compatibility, the old statements are still supported, but not recommend to use.
They will be removed in later version
2024-01-12 11:53:57 +08:00
1d834571ab
[doc](fix) K8s doc modify catalog and add helm doc ( #29604 )
2024-01-12 11:44:21 +08:00
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
3cfc1507b2
[doc](mv) add mv docs to sidebar ( #29506 )
...
Followup #29370 and #27549
2024-01-04 16:07:46 +08:00
6de797844d
[doc](insert) Add group commit docs ( #25949 )
2023-12-25 11:34:11 +08:00
0b9b1be1f1
[fix](function) Fix from_second functions overflow and wrong result ( #28685 )
2023-12-22 10:22:49 +08:00
d24a1645d9
[improvement](http) add show_table_data http api ( #28380 )
...
In some cases, users need to get the data size of single replica of a table, and evaluate certain actions based on this, such as estimating the precise backup size.
Signed-off-by: nextdreamblue <zxw520blue1@163.com >
2023-12-19 11:44:33 +08:00
79f03d6fde
[docs](releasenote)2.0.3 release note ( #28373 )
2023-12-14 13:07:24 +08:00