3081fc584d
[Improvement](runtime-filter) support sync join node build side's size to init bloom runtime filter ( #32180 )
...
support sync join node build side's size to init bloom runtime filter
2024-04-11 09:31:50 +08:00
58347aa2b7
[branch-2.1](bugfix) fix alter tablet not have memtracker
...
[branch-2.1](memory) Fix EngineAlterTabletTask attach memory tracker #33506
2024-04-11 09:29:42 +08:00
3e7b253e41
[fix](compress) data decompress failed while max_len equals 8M ( #33456 )
...
* fix data decompress failed while max_len equals MAX_COMPRESSION_BUFFER_SIZE_FOR_REUSE
* update code format error
2024-04-11 08:36:44 +08:00
f3a60374b5
[branch-2.1](memory) Fix EngineStorageMigrationTask MemTracker attach thread ( #33509 )
2024-04-11 08:35:13 +08:00
6bef95eb4f
[fix](memory) Fix memory tracker destructor deadlock ( #33497 )
2024-04-10 22:46:53 +08:00
6bf1fa4b63
[branch-2.1](memory) Fix SnapshotManager MemTracker attach thread #33501
2024-04-10 22:22:12 +08:00
90ee9c171e
[bug](mem_tracker) fix mem_tracker dcheck failed as not used correctly ( #33349 ) ( #33486 )
...
* [bug](mem_tracker) fix mem_tracker dcheck failed as not used correctly
2024-04-10 22:22:12 +08:00
75f497976c
[opt](Nereids) auto fallback when query unsupport table type ( #33357 )
2024-04-10 16:24:13 +08:00
e2ad7149c3
[feature](debug point) Add handler to debug point ( #33350 )
2024-04-10 16:24:13 +08:00
ecbd92204d
[fix](Nereids) variant push down not work on slot without table ( #33356 )
2024-04-10 16:23:41 +08:00
53505e903b
[scan](improvement) Adjust parallel scanners num ( #33223 )
2024-04-10 16:23:20 +08:00
0e262ba0e4
[improvement](spill) improve cancel of spill and improve log printing ( #33229 )
...
* [improvement](spill) improve cancel of spill and improve log printing
* fix
2024-04-10 16:23:20 +08:00
28acfaed2b
[fix](pipeline)group by and output is empty ( #33192 )
2024-04-10 16:23:20 +08:00
045dd05f2a
[fix](Nereids): don't transpose agg and join if join is mark join ( #33312 )
2024-04-10 16:23:20 +08:00
0d0a96d097
[fix](test) Fix auto partition dbgen product data ( #33313 )
...
Fix auto partition dbgen product data
2024-04-10 16:23:04 +08:00
6462264e77
[Improvement](materialized-view) adjust priority of materialized view match rule ( #33305 )
...
adjust priority of materialized view match rule
2024-04-10 16:23:04 +08:00
4eee1a1f0d
[fix](nereids) make runtime filter targets in fixed order ( #33191 )
...
* make runtime filter targets in fixed order
2024-04-10 16:22:39 +08:00
159ebc76e7
[fix](npe) fix kafka be id npe ( #33151 )
2024-04-10 16:22:27 +08:00
741d4ff97e
[fix](group commit) Fix syntax error when insert into table which column names contain keyword ( #33322 )
2024-04-10 16:22:09 +08:00
d667df2d06
[improvement](spill) avoid unnecessary spilling in hash join build phase ( #33277 )
2024-04-10 16:21:50 +08:00
4079a7b6ab
[fix](txn insert) Fix txn insert into values for sequence column or column name is keyword ( #33336 )
2024-04-10 16:21:31 +08:00
29777bc3a8
[fix](fe)reduce memory usage in alter ( #32810 ) ( #33474 )
...
Co-authored-by: kylinmac <kylinmac@163.com >
2024-04-10 16:04:50 +08:00
5e73d7a281
[fix](compaction) fix incorrect grouping of vertical compaction columns in tables only with key columns ( #32896 ) ( #33470 )
2024-04-10 16:04:33 +08:00
f8d1fa2be3
[chore](multi-table-load) add context info in log when using single-stream-multi-table load ( #33317 )
2024-04-10 16:03:05 +08:00
d1099852b5
[fix](Nereids) partial update generate column in wrong way ( #33326 )
...
intro by PR #31461
2024-04-10 16:02:54 +08:00
f31e273ae8
[fix](Nereids) variant column prune push down failed on variant literal ( #33328 )
2024-04-10 16:02:54 +08:00
be9fe12b26
Fix compatibility issues with GLIBC(>= 2.34) for prebuilt thirdparty packages ( #33314 )
...
Some symbols changed after GLIBC 2.34 according to the release notes(https://lists.gnu.org/archive/html/info-gnu/2021-08/msg00001.html ).
This may cause linkage errors if we use GLIBC(>= 2.34).
2024-04-10 16:02:34 +08:00
5c0256e4bf
[Bug](case) fix wrong case test_mv_partition ( #33324 )
...
fix wrong case test_mv_partition
2024-04-10 16:02:20 +08:00
93b20f0cc4
[chore](Nereids) create policy always allow fallback ( #33226 )
2024-04-10 16:01:58 +08:00
bcc819ddd9
[fix](Nereids) array_range not support amount without unit ( #33231 )
2024-04-10 16:01:58 +08:00
b8d4a87703
[chore](Nereids) load command always could fallback ( #33233 )
2024-04-10 16:00:53 +08:00
14c5247fb7
[feature](replica) support force set replicate allocation for olap tables ( #32916 )
...
Add a config to force set replication allocation for all OLAP tables and partitions.
2024-04-10 16:00:15 +08:00
6412753517
[improve](exec) reduce copy on store_string_ref ( #33232 )
2024-04-10 16:00:12 +08:00
d61b9f7091
[chore](test) nereids support window function but some cases does not open yet ( #33098 )
2024-04-10 16:00:12 +08:00
e6e2099256
[fix](spill) fix hash join error 'invalid slot id' ( #33273 )
2024-04-10 16:00:12 +08:00
2092a862fc
[Bug](materialized-view) fix wrong result when salias name same with base slot on mv ( #33198 )
...
fix wrong result when salias name same with base slot on mv
2024-04-10 16:00:05 +08:00
0e99926b28
(httpaction) log response of http ( #33270 )
2024-04-10 15:58:14 +08:00
2785269d36
[Improvement](executor)Add BypassWorkloadGroup to pass query queue #33101
2024-04-10 15:56:41 +08:00
febdfb1c63
[fix](inverted index) fix incorrect case test_index_delete ( #33246 )
2024-04-10 15:54:50 +08:00
5ecce2fff2
[fix](plsql) Fix regression test execute the same name procedure in parallel #33234
2024-04-10 15:53:17 +08:00
16f8afc408
[refactor](coordinator) split profile logic and instance report logic ( #32010 )
...
Co-authored-by: yiguolei <yiguolei@gmail.com >
2024-04-10 15:51:32 +08:00
b85bf3b6b0
[test](cast) add test for stream load cast ( #33189 )
2024-04-10 15:26:09 +08:00
7fae123b01
[FIX](inverted_index) fix inverted index write array with _doc is empty ( #33170 )
2024-04-10 15:26:09 +08:00
96867ff3fd
[fix](Nereids) support update without filter ( #33214 )
2024-04-10 15:26:09 +08:00
2b1ab89b5b
[fix](memory) Fix memory log compile by ASAN ( #33162 )
...
ASAN compiles BE, add markers in memory logs
2024-04-10 15:26:09 +08:00
b696909775
[fix](plsql) Fix plsql variable initialization ( #33186 )
2024-04-10 15:26:09 +08:00
edd1701963
[fix](Nereids) convert agg state type failed in some cases ( #33208 )
2024-04-10 15:26:09 +08:00
9670422d61
[fix](inverted index) fix the incorrect result issue of COUNT_ON_INDEX for key columns ( #33164 )
2024-04-10 15:26:09 +08:00
5e59c09a60
[Fix](nereids) modify the binding aggregate function in order by ( #32758 )
...
modify the bind logical to make the order by has same behavior with mysql when sort child is aggregate.
when an order by Expr has aggregate function, all slots in this order by Expr should bind the LogicalAggregate non-AggFunction outputs first, then bind the LogicalAggregate Child
e.g.
select 2*abs(sum(c1)) as c1, c1,sum(c1)+c1 from t_order_by_bind_priority group by c1 order by sum(c1)+c1 asc;
in this sql, the two c1 in order by all bind to the c1 in t_order_by_bind_priority
2024-04-10 15:26:09 +08:00
67bb519613
[Fix](nereids) forward the user define variables to master ( #33013 )
2024-04-10 15:26:08 +08:00