bec7c36c46
[fix](stacktrace) Fix dwarf_location_info_mode is passed as parameter to stack trace ( #33863 )
...
dwarf_location_info_mode is passed as parameter to stack trace
2024-04-19 23:41:46 +08:00
25358564ca
[Fix](compile) Fix gcc compile on master ( #33864 )
...
This is imported by #33511 . wrongly used
ColumnStr<T> ();
which violate C++20 standard(see https://wg21.cmeerw.net/cwg/issue2237 ) but still supported by clang up until now(see llvm/llvm-project#58112 )
2024-04-19 23:41:37 +08:00
74590e4836
[refine](node) Remove the cse DCHECK from the constructor ( #33856 )
...
It's possible that a failure in the fe caused the check to fail, and at that moment, it may not be possible to retrieve the corresponding query ID from be.out.
2024-04-19 23:41:37 +08:00
7e91e69eb9
[fix](compaction) fix single compaction ( #33907 )
...
* [fix](compaction)Fix single compaction to get all local versions #33849
add test and comment
* remove single replica compaction prepare input rowsets
reviesd
2024-04-19 23:30:25 +08:00
439027119e
[fix](schema change) fix schema change check does not calculate reader merged rows ( #33825 ) ( #33908 )
2024-04-19 22:57:25 +08:00
0ac7849a9d
[exec](table_fun) opt bitmap/split vexplode table func performance ( #33876 )
2024-04-19 15:22:14 +08:00
c747714c18
[fix](memory) Fix ExecEnv destroy memory tracking ( #33781 )
...
disable memory tracking when ExecEnv destroy.
fix memory tracker label convert to query id
2024-04-19 15:03:10 +08:00
f4704b3821
[improvement](storage) support glibc <2.21 for system call eventfd ( #33218 )
...
support glibc <2.21 for system call eventfd
2024-04-19 15:03:10 +08:00
175e85d616
[Bug](runtime-filter) fix coredump on no null string type rf ( #33869 )
...
fix coredump on no null string type rf
2024-04-19 15:03:06 +08:00
8b061c7055
[Enhancement](group commit) Add fault injection case for group commit
2024-04-19 15:03:06 +08:00
e38d844d40
[fix](multi-table-load) fix single stream multi table load cannot finish ( #33816 )
2024-04-19 15:03:06 +08:00
659900040f
[Fix](inverted index) fix wrong need read data opt when encounters columnA > columnB predicate ( #33855 )
2024-04-19 15:03:06 +08:00
ffd9da44a2
[fix](move-memtable) fix commit may fail due to duplicated reports ( #32403 )
2024-04-19 15:02:49 +08:00
56eb5ea00c
[enhancement](partial-update) print more log while missed some rowsets ( #33711 )
2024-04-19 15:01:57 +08:00
315f6e44c2
[Branch-2.1](Outfile) Fixed the problem that the concurrent Outfile wrote multiple Success files ( #33870 )
...
backport: #33016
2024-04-19 12:09:53 +08:00
ba05ef4405
[Chore](runtime-filter) add tmp debug info to investigate unknown filter error #33857
2024-04-18 21:03:09 +08:00
1300317723
[Exec](join) Support column string64 to avoid join failed in string size overflow the uint32 ( #33511 ) ( #33850 )
2024-04-18 19:43:08 +08:00
8f6f4cf0eb
[Pick](Variant) pick #33734 #33766 #33707 to branch-2.1 ( #33848 )
...
* [Fix](Variant Type) forbit distribution info contains variant columns (#33707 )
* [Fix](Variant) VariantRootColumnIterator::read_by_rowids with wrong null map size (#33734 )
insert_range_from should start from `size` with `count` elements for null map
* [Fix](Variant) check column index validation for extracted columns (#33766 )
2024-04-18 19:42:44 +08:00
657a29fd9e
[refactor](partitioner) refine get channel id logics ( #33765 )
2024-04-18 19:05:24 +08:00
f17ac173b4
[Improvementation](join) empty_block shall be set true when build block only one row ( #33721 )
...
empty_block shall be set true when build block only one row
2024-04-18 19:05:17 +08:00
ea19224d14
[exec](table_fun) opt numbers table func performance ( #33804 )
2024-04-18 19:04:03 +08:00
ad80a650e4
[fix][mow] segment_creator should not flush data when encouter abnormal exit ( #33802 )
2024-04-18 19:02:58 +08:00
04e30c91a0
[Fix](Variant) VariantRootColumnIterator::read_by_rowids with wrong null map size ( #33734 )
...
insert_range_from should start from `size` with `count` elements for null map
2024-04-18 19:02:58 +08:00
5a5b0c07d7
[fix](inverted index) fix incorrect case test_index_delete ( #33609 )
2024-04-18 19:02:49 +08:00
20b37e7a18
Add workload group id in workload policy's property ( #33483 )
2024-04-17 23:42:14 +08:00
ee3b6fdf58
[fix](conf) make be conf disable_storage_page_cache modifiable ( #33773 )
...
Signed-off-by: freemandealer <freeman.zhang1992@gmail.com >
2024-04-17 23:42:14 +08:00
d72d5c9b5d
[fix](inverted index) normal process query for null condition when index is missing ( #33663 )
2024-04-17 23:42:14 +08:00
520f0f51d1
[improvement](spill) avoid occuping too much memory while spill build block during the hash join build phase ( #33747 )
2024-04-17 23:42:14 +08:00
b518b9dd15
[shuffle](minor) Log error status if exchange is shutdown early ( #33748 )
2024-04-17 23:42:14 +08:00
cb255f688f
[Fix](inverted index) fix memory leak when inverted index writer not close ( #33724 )
2024-04-17 23:42:14 +08:00
2ca4278c42
[refactor](pipelineX) Reduce prepare overhead (PART III) ( #33689 )
2024-04-17 23:42:14 +08:00
9bcb23351c
[Improvement](runtime-filter) make sync rf size work when need_local_merge ( #33717 )
...
make sync rf size work when need_local_merge
2024-04-17 23:42:14 +08:00
6a33067daf
[fix](chore) update some CHECK to CHECK_EQ, to print more details while CHECK failed ( #33709 )
2024-04-17 23:42:13 +08:00
89c4fa5a75
[fix](move-memtable) close wait on all sinks ( #33710 )
2024-04-17 23:42:13 +08:00
11f7d11a96
[branch-2.1](regression-test) fix test_chema_change_fail ( #33753 ) #33788
2024-04-17 23:42:13 +08:00
6976d019a3
[opt](inverted index) topn opt reads only limit number of records ( #33665 )
2024-04-17 23:42:13 +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
3096150d1b
[feature](agg) support aggregate function group_array_intersect ( #33265 )
2024-04-17 23:42:13 +08:00
07a8f44443
[improvement](spill) improve config and fix spill bugs ( #33519 )
2024-04-17 23:42:13 +08:00
b07e0a2f06
[FIX](cast)fix full/right out join for cast array ( #33475 )
...
in some case, we has code
```
if (_join_op == TJoinOp::RIGHT_OUTER_JOIN || _join_op == TJoinOp::FULL_OUTER_JOIN) {
_probe_column_convert_to_null = _convert_block_to_null(*input_block);
}
```
then do next function like cast , but in function cast we assume block column is same with from_type.which will make status error
2024-04-17 23:42:13 +08:00
775022c204
[refactor](pipelineX) Reduce prepare overhead (PART II) ( #33681 )
2024-04-17 23:42:13 +08:00
59de97be5e
[improvement](mow) Add profile for delete_bitmap get_agg function ( #33576 )
2024-04-17 23:42:13 +08:00
4863167f90
[refactor](pipelineX) Reduce prepare overhead (PART I) ( #33550 )
2024-04-17 23:42:12 +08:00
e0ec2da29b
[fix](routine-load) fix get kafka offset timeout may too long ( #33502 )
2024-04-17 23:42:12 +08:00
341cb40693
[Chore](log) adjust output order on PrintInstanceStandardInfo and reduce warning log when rpc finished ( #33652 )
...
adjust output order on PrintInstanceStandardInfo and reduce warning log when rpc finished
2024-04-17 23:42:12 +08:00
7b16cb5a4c
[feature](inverted index) add slop functionality to match_phrase ( #33225 )
...
https://github.com/apache/doris-website/pull/553 doc
2024-04-17 23:42:12 +08:00
5b616da543
[refine](Operator) When _stop_emplace_flag is not set to true, perform batch processing on the block. ( #33173 )
2024-04-17 23:42:12 +08:00
3df8f0cad8
[improve](move-memtable) add more info in LoadStreamStub errors ( #33618 )
2024-04-17 23:42:12 +08:00
46a258dc85
[improvement](binlog)Support inverted index format v2 in CCR ( #33415 )
2024-04-17 23:42:12 +08:00
690bf54346
[runtime filter](fix) Fix wrong results caused by IN_OR_BLOOM filter ( #33701 ) ( #33715 )
2024-04-17 23:42:12 +08:00