b6dd7bcc6d
2.1.5-rc02 ( #38167 )
...
## Proposed changes
Issue Number: close #xxx
<!--Describe your changes.-->
Co-authored-by: yiguolei <yiguolei@gmail.com >
2024-07-21 17:59:02 +08:00
7b74e8d7ab
add 2.1.5-rc01 ( #38102 )
...
## Proposed changes
Issue Number: close #xxx
<!--Describe your changes.-->
Co-authored-by: yiguolei <yiguolei@gmail.com >
2024-07-20 11:36:06 +08:00
03e21dddff
[cherry-pick](branch-21) fix cast string to int return wrong result ( #36788 ) ( #37803 )
...
## Proposed changes
cherry-pick from master:
https://github.com/apache/doris/pull/36788
https://github.com/apache/doris/pull/36505
<!--Describe your changes.-->
2024-07-15 18:48:49 +08:00
b63e6ac350
[fix](ES Catalog)Add array types support in esquery function ( #36936 ) ( #37054 )
...
backport #36936
2024-07-02 17:48:35 +08:00
aeec08639d
[branch-2.1](tag) 2.1.4-rc03 ( #36706 )
...
change version to 2.1.4-rc03
2024-06-23 00:26:13 +08:00
398919d090
2.1.4-rc02
2024-06-03 23:24:33 +08:00
9cbf8cb3bd
2.1.4-rc01
2024-06-03 18:57:32 +08:00
5fa5ea8783
add check fe meta version to 129 for branch2.1
2024-05-20 13:30:15 +08:00
a43c6eca22
[chore](femetaversion) add a check in fe code to avoid fe meta version changed during pick PR ( #35039 )
...
* [chore](femetaversion) add a check in fe code to avoid fe meta version changed during pick PR
* f
* f
---------
Co-authored-by: yiguolei <yiguolei@gmail.com >
2024-05-20 13:29:17 +08:00
2dc65ce356
2.1.3-rc09
2024-05-16 06:37:36 +08:00
e4b9ded806
2.1.3-rc08
2024-05-15 23:06:57 +08:00
4150971e07
2.1.3-rc07
2024-05-12 22:22:09 +08:00
e9f5388541
2.1.3-rc06
2024-05-09 00:06:18 +08:00
77a98c0b37
add 2.1.3-rc05
2024-05-08 16:36:40 +08:00
f48b45700b
add 2.1.3-rc04
2024-05-07 18:04:34 +08:00
a6bf35efdf
2.1.3-rc03
2024-04-27 20:54:06 +08:00
a34ed4643a
[fix](planner)date_add function should accept date type as its param ( #34035 )
2024-04-26 15:04:45 +08:00
4aee706264
2.1.3-rc02
2024-04-21 21:07:56 +08:00
c6fad11154
2.1.3-rc01
2024-04-21 17:39:05 +08:00
22a6b1d3f5
[feature](function) support hll functions hll_from_base64, hll_to_base64 ( #32089 )
...
Issue Number: #31320
Support two hll functions:
- hll_from_base64
Convert a base64 string(result of function hll_to_base64) into a hll.
- hll_to_base64
Convert an input hll to a base64 string.
2024-04-17 23:42:13 +08:00
26d9082b9a
[Feature](function) Add function strcmp ( #33272 )
2024-04-12 15:09:25 +08:00
31984bb4f0
[feature](function) support quote string function #33055
2024-04-12 15:09:25 +08:00
c61d6ad1e2
[Feature] support function uuid_to_int and int_to_uuid #33005
2024-04-10 14:53:56 +08:00
b130df2488
2.1.2-rc04
2024-04-09 16:28:27 +08:00
a1f80eaa7a
2.1.2-rc03
2024-04-09 12:49:05 +08:00
b5b0181a79
2.1.2-rc02
2024-04-09 12:37:31 +08:00
0e1a15960c
2.1.2-rc01
2024-04-08 23:17:15 +08:00
9f2520537f
2.1.1-rc05
2024-03-30 21:26:27 +08:00
67856d9c22
change to 2.1.1 rc04
2024-03-29 10:52:03 +08:00
3620a93da8
2.1.1-rc03
2024-03-28 00:16:50 +08:00
6ad63bb51b
2.1.1-rc02
2024-03-27 21:46:40 +08:00
e3bb499cc6
[fix](function)revert function REPEAT nullable mode #32226
2024-03-15 18:06:28 +08:00
c20567d088
change to 2.1.1-rc01
2024-03-15 12:59:42 +08:00
792907ff89
doris-2.1.0-rc11
2024-03-04 18:15:17 +08:00
8ef3b634cc
2.1.0 release
2024-03-04 18:04: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
f163d56a98
[feature](function) support sequence function(alias of array_range), enhance both to handle datetimev2 ( #30823 )
2024-02-27 10:12:19 +08:00
41a67fc218
change to 2.1.0-rc10
2024-02-26 01:36:54 +08:00
8f77e6363a
[Feature](function) Support xxhash function like murmur hash function ( #31193 )
2024-02-23 19:03:28 +08:00
7bb276d071
change to rc09
2024-02-22 22:23:01 +08:00
4735c5b50f
2.1.0-rc08
2024-02-20 23:45:35 +08:00
6cf7468073
[enhancement](function) change some function nullable mode ( #30991 )
...
change some function nullable mode
2024-02-18 14:45:25 +08:00
1ed24117ac
[function](url_decode)add url_decode function ( #30667 )
2024-02-05 22:23:00 +08:00
48aaaa8005
[Enhancement](fuction) change function REPEAT nullable mode ( #30743 )
2024-02-04 22:21:36 +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
94eedd8ea4
[Enhancement](function)make SUBSTRING_INDEX function DEPEND_ON_ARGUMENT ( #30392 )
2024-02-02 13:31:47 +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
f988686708
2.1.0-rc07
2024-01-27 10:55:03 +08:00
a954bab81a
[fix](function) fix error result in time_to_sec and timediff ( #30248 )
2024-01-27 09:08:29 +08:00