a3a73162e5
[Fix](Job)Fix One-Time type JOB parameter verification error ( #30779 )
2024-02-03 20:26:04 +08:00
0c7c8240ee
[Fix](ser) serialize bitmap/hll some not fixed length object maybe over INT_MAX ( #30773 )
2024-02-03 20:26:04 +08:00
8a0ea4b651
[enhancement](Nereids): datetime support microsecond overflow ( #30744 )
2024-02-03 20:26:04 +08:00
151735748b
[test](Nereids): add push_down_distinct_through_join regression test ( #30760 )
2024-02-03 20:26:03 +08:00
24433710c8
[fix](regression) Make catalog recycle bin regression stable ( #30736 )
2024-02-03 20:26:03 +08:00
4f8730d092
[improvement](jdbc catalog) Optimize connection pool parameter settings ( #30588 )
...
This PR makes the following changes to the connection pool of JDBC Catalog
1. Set the maximum connection survival time, the default is 30 minutes
- Moreover, one-half of the maximum survival time is the recyclable time,
- One-tenth is the check interval for recycling connections
2. Keepalive only takes effect on the connection pool on BE, and will be activated based on one-fifth of the maximum survival time.
3. The maximum number of existing connections is changed from 100 to 10
4. Add the connection cache recycling thread on BE, and add a parameter to control the recycling time, the default is 28800 (8 hours)
5. Add CatalogID to the key of the connection pool cache to achieve better isolation, requires refresh catalog to take effect
6. Upgrade druid connection pool to version 1.2.20
7. Added JdbcResource's setting of default parameters when upgrading the FE version to avoid errors due to unset parameters.
2024-02-03 20:26:03 +08:00
ac681e8e8c
[ehmancement](binlog) Add show proc '/binlog' impl ( #30770 )
...
Signed-off-by: Jack Drogon <jack.xsuperman@gmail.com >
2024-02-03 20:26:03 +08:00
e413dbec91
[fix](nereids)need substitute agg function using agg node's output if it's in order by key ( #30704 )
2024-02-03 20:25:25 +08:00
5687ca977d
[Bug](java-udf) fix core dump when javaudf input 0 row block ( #30720 )
...
fix core dump when javaudf input 0 row block
2024-02-03 20:25:25 +08:00
bc8c1875ac
[enhencement](config) change default write buffer size ( #30749 )
2024-02-03 20:25:25 +08:00
79a83e9e1a
[fix](move-memtable) use signed integer when calculating remain ms ( #30750 )
2024-02-03 20:25:25 +08:00
0e2d2f6169
[Bug](pipeline) fix pipeline task execute without wait second start rpc ( #30659 )
2024-02-03 20:24:58 +08:00
286f397017
[chore](ci) revert "try to set 'performance (Doris Performance)' to required #30752 " ( #30755 )
...
* Update .asf.yaml
2024-02-03 20:24:39 +08:00
fd000dbdb3
[chore](ci) try to set 'performance (Doris Performance)' to required ( #30752 )
2024-02-03 20:24:39 +08:00
0f47f7f389
[Feature](runtime filter) normalize ignore runtime filter ( #30152 )
...
normalize ignore runtime filter
2024-02-03 20:24:39 +08:00
e5bdc369e2
[runtimefilter](nereids)push down RF into cte producer ( #30568 )
...
* push down Rf into CTE
2024-02-03 20:24:39 +08:00
9889683ae3
[Feature](Job)STARTS and AT allow setting current_timestamp ( #30593 )
2024-02-03 20:24:39 +08:00
e21c9dca9c
[fix](mtmv)compatibility metadata without refreshsnapshot #30735
2024-02-02 13:31:47 +08:00
2ca911fb5d
[revert](move-memtable) Revert enable brpc debug log in regression pipelines ( #30389 ) ( #30611 )
...
This reverts commit 4bf47e229f930714572d8f91d6f9e94b4608bd20.
2024-02-02 13:31:47 +08:00
94eedd8ea4
[Enhancement](function)make SUBSTRING_INDEX function DEPEND_ON_ARGUMENT ( #30392 )
2024-02-02 13:31:47 +08:00
afa085968e
[Fix](doc) Fix word spelling errors ( #30654 )
...
Co-authored-by: xingying01 <xingying01@corp.netease.com >
2024-02-02 13:31:47 +08:00
82bb3ed50f
[Fix](group commit) Fix pre allocated err handling for group commit async load and add regression test #30718
2024-02-02 13:31:47 +08:00
cd65a8c9a7
Remove useless statistics report path ( #30687 )
2024-02-01 23:14:14 +08:00
c1c633dc1f
[opt](exec) change string ser der way to improve performance ( #30693 )
2024-02-01 23:14:14 +08:00
9b7c6af581
[Fix](JDK17) Fixed that BE could not be started using JDK17 ( #30286 )
...
Issue Number: #30484
This is because hadoop-client-api relies on hadoop-common.
In the case of JDK17, it will still include hadoop-common.
2024-02-01 23:14:14 +08:00
5e60ca0652
[chore](3rd) update CRoaring bitmap version to 2.1.2 ( #30697 )
2024-02-01 23:14:14 +08:00
82aa304706
[Opt](exec) opt the repeat node code ( #30683 )
2024-02-01 23:14:14 +08:00
f0eeb45355
[chore](ci) trigger a must success pipeline ( #30711 )
...
Co-authored-by: stephen <hello-stephen@qq.com >
2024-02-01 23:14:14 +08:00
318bd3f9de
[Cherry-Pick][improvement](stmt) Add fuzzy matching of label in show transaction ( #30725 )
...
* Add fuzzy matching of label in show transaction
* fix
2024-02-01 23:04:06 +08:00
9100fba47e
[Fix](parquet-reader) Fix decimal test case out files. ( #30715 )
2024-02-01 21:17:17 +08:00
3315c16383
[enhance](function) refactor from_format_str and support more format ( #30452 )
2024-02-01 19:08:37 +08:00
fb0d712096
[fix](multi-catalog)access HMS need ugiDoAs ( #30595 )
2024-02-01 19:08:37 +08:00
65e277e365
[refacotr](node) refactor partition sort node to improve readability ( #30511 )
...
* [refacotr](node) refactor partition sort node to improve readability
* update
2024-02-01 19:01:08 +08:00
fd2d9ae63e
[improve](test) fix regression test case report error when run times ( #30531 )
2024-02-01 19:01:08 +08:00
c8b0840e6c
[improve](backup) Skip all backup/restore jobs if max allowd option is set to 0 ( #30677 )
...
If there are too many backup/restore jobs, it may cause OOM. This PR allows the user to skip all backup/restore jobs if max_backup_restore_job_num_per_db is set to 0.
2024-02-01 19:01:08 +08:00
203daba19d
[fix](outfile) fix outfile csv did not write json column with string ( #29067 )
2024-02-01 19:01:08 +08:00
822f2b1255
[improve](stream-load) add observability on receiving HTTP request #30432
2024-02-01 19:01:08 +08:00
5a0764b288
[log](rpc) print log when offer_failed in internal service ( #30454 )
2024-02-01 19:01:08 +08:00
7935dc9fae
[fix](routine-load) update partition offset cache timely to avoid negative lag #30455
2024-02-01 19:01:08 +08:00
7f0d3d9dcb
[Fix](nereids)Disable getting partition related table and column when self join ( #30650 )
...
* add left anti join ut
* forbidden the self join partition column get
* [Fix](nereids) Disable getting partition related table and column when self join
* fix code style
2024-02-01 19:01:08 +08:00
1ac5b45180
[fix](invert index) fixed the issue of insufficient index idx generation during partial column updates. ( #30678 )
2024-02-01 19:01:08 +08:00
fbb3ece72e
[docs](fix) Fix invalid link and unified name of Doris Streamloader ( #30696 )
2024-02-01 19:01:08 +08:00
1d5471f805
[chore](debug) check the const exprs count in union node ( #30679 )
2024-02-01 19:00:51 +08:00
ecf282ca92
[improve](catalog recycle bin) show data size info when show catalog recycle bin ( #30592 )
2024-02-01 19:00:51 +08:00
379b541494
[enhance](mtmv)use version instead of timestamp ( #30599 )
...
MTMV records snapshot information for each refresh of data, used to compare whether partitions need to be updated
2024-02-01 19:00:51 +08:00
b86bd2672f
[fix](Nereids) add logical project to prevent extra wrong column ( #30459 )
...
Issue Number: close #30264
2024-02-01 19:00:50 +08:00
d024d65384
[doc](partial update) update plan of flexible column updates ( #30682 )
2024-02-01 19:00:50 +08:00
1ab37737ae
[Test](Nereids) Add SSB dataset to test materialized view rewrite ( #30528 )
...
* [Test](Nereids) Add SSB dataset to test materialized view rewrite
* rollback irrelevant code
* fix sort slot 0
2024-02-01 19:00:50 +08:00
2a81ab70e4
[Enhancement](group commit) Optimize WAL insufficient space error messages ( #30614 )
2024-02-01 19:00:50 +08:00
90d3f0d805
[Fix](json) avoid print warn log when parse failed ( #30656 )
2024-02-01 19:00:50 +08:00