e50a427113
[improvment](doc) add FAQ for Jdbc catalog ( #31338 )
2024-02-23 20:44:43 +08:00
4085657a28
[doc](group commit) Add group commit performance ( #31343 )
2024-02-23 20:44:43 +08:00
8f77e6363a
[Feature](function) Support xxhash function like murmur hash function ( #31193 )
2024-02-23 19:03:28 +08:00
d68067630a
[docs](fix) modify identity in DROP-USER.md ( #30891 )
2024-02-23 19:03:16 +08:00
7fd53a92b8
fix partial-update doc ( #30612 )
2024-02-22 20:35:10 +08:00
f65876d803
[Feature](explode) support explode map type ( #30151 )
2024-02-22 20:08:44 +08:00
86c800ce59
[doc](doc)add some k8s doc ( #31194 )
...
* add some k8s doc
* fix
2024-02-22 19:51:20 +08:00
fa83a8f86a
[fix][doc] one of the Chinese document references is missing #31236
...
Co-authored-by: Rohit Satardekar <rohitrs1983@gmail.com >
2024-02-22 19:50:07 +08:00
389c702a3f
[improvement](hudi)Obtain partition information through HMS's API ( #30962 )
...
When a Hudi table is synchronized to HMS, the partition information is also synchronized, so even if the metastore is not enabled in the Hudi table (for example, if the Metastore is false for a Hudi table created with Flink), you can still obtain the partition information through the HMS API.
2024-02-22 19:50:07 +08:00
99697c5bcb
Update multi-tenant.md ( #31256 )
2024-02-22 19:50:07 +08:00
6096227fea
[bugfix](docs)Fix some spelling mistakes in english doc ( #31241 )
2024-02-22 13:01:49 +08:00
bb73561b71
[doc](create table) add since version for some new features ( #30506 )
2024-02-22 13:01:48 +08:00
6ef90b2ad9
Window function sum/avg does not support distinct document modification ( #31066 )
2024-02-22 13:01:48 +08:00
57f3ea6d7b
Example Modify audit log documents ( #31192 )
2024-02-22 13:01:32 +08:00
29ae497871
Modify the flink version corresponding to flink doris connector 1.0.3 version ( #31211 )
2024-02-21 19:18:45 +08:00
c27692fb3b
[Enhancement](jdbc catalog) Add security check on driver when creating Jdbc Catalog ( #31153 )
2024-02-21 13:53:40 +08:00
c734e79d14
[docs](docs) fix doc MySQL Load format ( #30182 )
...
* chore: fix doc MySql Load format
* chore: modify mysql-load-manual.md
* chore: modify to MySQL
2024-02-21 13:53:32 +08:00
69c7750db2
[Improment](executor)Create workload thread pool without cgroup #31170
2024-02-21 13:53:18 +08:00
7c1bb4cb22
[fix](docs) add joinHint.md to sidebars ( #31155 )
2024-02-21 13:53:18 +08:00
0ab8143565
[fix](catalog recycle bin) table partition meta is error if recover partition in some case ( #31125 )
2024-02-21 13:52:10 +08:00
97c9d75af3
[Feature](executor)Add scan_thread_num property for workload group ( #31106 )
2024-02-20 16:24:05 +08:00
54e8354fc6
[doc](mtmv) Update the mtmv documentation to make it consistent with the code ( #30899 )
2024-02-20 16:23:53 +08:00
9a708806e0
[fix](segcompaction) enable segcompaction by default ( #30810 )
2024-02-19 19:04:22 +08:00
56ebff8f74
Doris doc ( #31099 )
2024-02-19 18:35:29 +08:00
e892b967da
[docs](functions) fix and complete agg functions docs #31114
2024-02-19 18:35:29 +08:00
2bb184f43b
[fix](docs) fix kafka-load error word #31116
2024-02-19 18:35:29 +08:00
b3ac2128dd
[Refactor](catalog) Refactor Jdbc Catalog external name case mapping rules ( #28414 )
2024-02-19 17:22:03 +08:00
8db2824c44
[bugfix](es catalog) add constant_keyword wildcard data type ( #30947 )
2024-02-19 17:20:21 +08:00
bda2042c78
[enhancement](paimon)add obs filesystem for paimon ( #31061 )
2024-02-19 17:20:21 +08:00
e29d1ff59d
[Fix](Docs) add thrift brew command #31077
2024-02-19 17:20:21 +08:00
6cf7468073
[enhancement](function) change some function nullable mode ( #30991 )
...
change some function nullable mode
2024-02-18 14:45:25 +08:00
68102fd531
[Fix](auto-partition) fix a concurrent bug of extremely long values ( #31005 )
2024-02-18 14:45:25 +08:00
d70776af55
[feature](agg-func) support covar and covar_samp function ( #30983 )
2024-02-18 11:50:17 +08:00
e68019c10a
[Function](Exec) Support windows function cume_dist ( #30997 )
2024-02-16 10:16:40 +08:00
f65844fae4
[Enhencement](Outfile/Export) Export data to csv file format with BOM ( #30533 )
...
The UTF8 format of the Windows system has BOM.
We add a new user property to `Outfile/Export`。Therefore, when exporting Doris data, users can choose whether to bring BOM on the beginning of the CSV file.
**Usage:**
```sql
-- outfile:
select * from demo.student
into outfile "file:///xxx/export/exp_"
format as csv
properties(
"column_separator" = ",",
"with_bom" = "true"
);
-- Export:
EXPORT TABLE student TO "file:///xx/tmpdata/export/exp_"
PROPERTIES(
"format" = "csv",
"with_bom" = "true"
);
```
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
927dd8a246
[fix](Docs) fix dev-prepare doc #30923
2024-02-16 10:12:25 +08:00
cef31f6709
[feat](fe) Show db total size and recycle bin size with ShowDataStmt ( #30663 )
2024-02-16 10:12:25 +08:00
34de374e78
[Doc](group commit) Modify group commit doc ( #30938 )
2024-02-16 10:12:24 +08:00
2bb477bae7
[feature](agg-func) support corr function #30822
2024-02-16 10:12:24 +08:00
b39cee9c16
[fix](docs) fix log level configuration error in fe.config ( #30863 )
...
* Update fe-config.md
* Update fe-config.md
2024-02-16 10:12:23 +08:00
5ca10d95b7
[fix](Docs) Modify the document of data export #30785
2024-02-16 10:12:23 +08:00
1ed24117ac
[function](url_decode)add url_decode function ( #30667 )
2024-02-05 22:23:00 +08:00
7840e7cb81
[typo](doc) modify format ( #30816 )
2024-02-05 21:58:08 +08:00
e10defeaba
[enhancement](plubin)support json format and other options in logstash doris output plugin ( #27318 )
2024-02-04 14:28:38 +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
d33f3be436
[Doc](auto-inc) Add doc for auto increment start value ( #30741 )
2024-02-03 20:26:04 +08:00
f018137500
[doc](jdbc catalog) add connection pool doc ( #30641 )
2024-02-03 20:26:04 +08:00