Commit Graph

3073 Commits

Author SHA1 Message Date
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
Pxl
0f47f7f389 [Feature](runtime filter) normalize ignore runtime filter (#30152)
normalize ignore runtime filter
2024-02-03 20:24:39 +08:00
xy
afa085968e [Fix](doc) Fix word spelling errors (#30654)
Co-authored-by: xingying01 <xingying01@corp.netease.com>
2024-02-02 13:31:47 +08:00
3315c16383 [enhance](function) refactor from_format_str and support more format (#30452) 2024-02-01 19:08:37 +08:00
fbb3ece72e [docs](fix) Fix invalid link and unified name of Doris Streamloader (#30696) 2024-02-01 19:01:08 +08:00
d024d65384 [doc](partial update) update plan of flexible column updates (#30682) 2024-02-01 19:00:50 +08:00
65305f66c0 [typo](doc)Update flink Spark connector documentation (#30565) 2024-01-31 23:53:40 +08:00
88edb26e89 [docs](update) Update Doris-Streamloader docs (#30552) 2024-01-31 23:53:40 +08:00
a8f46cab75 [typo](doc) Modify the alter table column document (#28645) 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
221308f78a [fix](datatype) fix bugs for IPv4/v6 datatype and add some basic regression test cases (#30261) 2024-01-31 23:53:39 +08:00
b91a338bce [enhance](auto-partition) Constrain dynamic & auto partition use same interval unit if both enable (#30426) 2024-01-29 19:03:47 +08:00
15a68924f5 Add note for workload group when upgrade Doris (#30457) 2024-01-29 19:02:45 +08:00
7e19224a6c [fix](function) fix ipv4 funcs get failed error, improve an ipv6 func and exception message (#30269) 2024-01-28 18:25:31 +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
cea9cf07a4 [docs](fix) Fix 2.0.4 Release note for master #30434 2024-01-27 09:11:02 +08:00
fe082e374f [doc](fix) K8s doc modify configmap code (#30420) 2024-01-27 09:10:41 +08:00
4bd97b5094 [docs](update) Update 2.0.4 release (#30416) 2024-01-27 09:09:02 +08:00
9aa3cdfa1b Change auto analyze max table width default value to 100. (#30395) 2024-01-27 09:08:29 +08:00
7938531d1e [feature](load) enable memtable on sink node by default (#30372) 2024-01-25 21:37:33 +08:00
4452f5df19 [doc](release) fix connector release doc (#30362) 2024-01-25 21:37:10 +08:00
xy
b1722231c4 [Fix](doc) Modify some default values in the documentation (#30304)
Co-authored-by: xingying01 <xingying01@corp.netease.com>
2024-01-25 13:24:52 +08:00
ff47c69bf9 [doc](fix) K8s doc modify and add pvc network docs (#30307) 2024-01-25 13:24:52 +08:00
3d22f9cfc8 [feature](replica) Add drop replica safely on backend (#30303) 2024-01-25 13:24:52 +08:00
825fe1470f [Docs](arm) update arm compilation and auto partition (#30311)
update arm compilation and auto partition
2024-01-25 13:24:09 +08:00
67051318a2 [docs](fix)fix max_filter_ratio default value #30318 2024-01-25 13:24:09 +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
4cbacb5b39 [enhancement](recover) Support skipping bad tablet in select by session variable (#30241)
In some scenarios, user has a huge amount of data and only a single replica was specified when creating the table, if one of the tablet is damaged, the table will not be able to be select. If the user does not care about the integrity of the data, they can use this variable to temporarily skip the bad tablet for querying and load the remaining data into a new table.
2024-01-24 09:59:43 +08:00
8a8c0ec992 Add 2.1 version workload group document (#30212) 2024-01-23 14:11:17 +08:00