87023d3b7a
[Fix](inverted index) fix memory leak in inverted index when encountering fault ( #29676 )
2024-01-12 11:44:21 +08:00
9f73f77d12
[fix](pipeline) incorrect result caused by missing output block of union operator ( #29677 )
2024-01-12 11:44:21 +08:00
aa4de6f39a
(feature)[pipelineX]Make operator_id negative in pipelineX ( #29649 )
...
"operator_id" should be invisible, but the local shuffle is a planned operator in the BE (Backend), without a plan node ID. We use it in profiles and other places, and there might be duplicates. Therefore, we switch it to a negative number here to distinguish it as a plan node ID.
2024-01-12 11:44:21 +08:00
8fc9c18c85
[improvement](jdbc catalog) Put the jdbc connection pool parameters into catalog properties ( #29195 )
2024-01-12 11:40:28 +08:00
c9e2f1934a
[opt](file cache) make the cache queue percentage configurable ( #29537 )
2024-01-12 11:36:58 +08:00
9791a63212
[opt](match_phrase) Optimizing match_phrase with a new algorithm ( #29444 )
...
Based on the latest Lucene algorithm
2024-01-12 11:33:44 +08:00
53f1521308
[feature](inverted index)Support failover when index compaction failed ( #29553 )
2024-01-12 11:33:15 +08:00
9ef4e49307
[bugfix](scannerdeadloop) there is a dead loop in scanner ctx ( #29794 )
...
Co-authored-by: yiguolei <yiguolei@gmail.com >
2024-01-11 16:47:54 +08:00
01a91a482e
[pipelineX](fix) fix StreamingAggSource crash due to empty data block ( #29769 )
2024-01-10 17:13:24 +08:00
fae7a395de
[Bug](FS) Fix S3FileSystem::file_size_impl #29720
2024-01-10 10:34:10 +08:00
e2ccca6290
[pipelineX](bug) Fix runtime filter timeout ( #29738 )
2024-01-10 10:32:57 +08:00
767de7afe8
Revert "[feature](pipelineX) control exchange sink by memory usage ( #28814 )" ( #29652 )
...
This reverts commit e326ebb63e4e07d8ee6595561ab19dc5d411f592.
2024-01-08 21:48:51 +08:00
59d7f64360
[Fix](Nereids) fix pipelineX distribute expr list with child output expr ids ( #29621 )
2024-01-08 10:46:27 +08:00
e556536de1
[Refactor](join) split SetHashTableVariants out from HashTableVariants ( #29519 )
...
split SetHashTableVariants out from HashTableVariants
2024-01-08 10:37:00 +08:00
c58d18147b
[refactor](resultwriter) rename append_block to write method is more meaningful ( #29635 )
...
---------
Co-authored-by: yiguolei <yiguolei@gmail.com >
2024-01-08 00:00:33 +08:00
c497f749ce
[debug](timeout) debug select timeout ( #29627 )
...
---------
Co-authored-by: yiguolei <yiguolei@gmail.com >
2024-01-07 19:54:02 +08:00
eb2b22bff1
[improve](cooldown) skip empty tablet ( #29620 )
2024-01-07 18:57:06 +08:00
0b731800a0
[enhancement](group_commit) refector wal manager code ( #29560 )
2024-01-07 18:54:41 +08:00
eb4c389b0b
[feature](function) support ip functions isipv4string and isipv6string ( #28556 )
2024-01-07 13:03:11 +08:00
b0cac0014d
[enhance](FS) Improve FS error code ( #29432 )
2024-01-06 21:17:22 +08:00
d61fec3ff8
(feature)(LOG) Support to change be vlog level dynamically using http ( #28785 )
2024-01-06 20:12:35 +08:00
28f18a33ea
[improve](config) print value in error message ( #29207 )
2024-01-06 18:43:52 +08:00
1ae23a3206
[Fix](group commit) Fix wal mem back pressure fault injection case ( #29493 )
2024-01-06 18:39:26 +08:00
db17f5fe79
[improve](move-memtbale) enable move memtable in routine load ( #28974 )
2024-01-06 18:22:01 +08:00
85dd606fd1
[fix](group_commit) Fix group_commit ut ( #29587 )
2024-01-06 18:11:13 +08:00
2adb0fcc50
[opt](hive) support orc generated from hive 1.x for all file scan node ( #28806 )
2024-01-06 17:33:16 +08:00
e62573448a
[fix](snapshot) Restore convert rowset meta tablet id ( #29478 )
2024-01-06 17:17:14 +08:00
2c888667ed
[improvement](function) standardize some ip functions' signatures #29614
...
The signatures of functions in these PRs should be more standard:
#27342 ,
#25510 ,
#20936 ,
including the following:
ipv4numtostring,
ipv4stringtonum,
ipv4stringtonumordefault,
ipv4stringtonumornull,
ipv6numtostring.
This PR will add necessary underscores between the words of each of them,
like changing ipv4numtostring to ipv4_num_to_string.
2024-01-06 16:16:38 +08:00
5789b7e380
[fix](jin) add datetimev2 precision ( #29528 )
2024-01-06 13:35:26 +08:00
cbcb81f381
[FIX](complextype)fix compare_at base function support nested types ( #29297 )
2024-01-06 12:05:43 +08:00
a0c3ddf902
[fix](memory) Fix LRUCacheType::NUMBER charge ( #29588 )
...
if LRUCacheType::NUMBER, charge not add handle_size, because charge at this time is no longer the memory size, but an independent weight.
2024-01-06 10:37:56 +08:00
88323c73fd
[Fix](wal) Fix update wal dir core ( #29583 )
2024-01-05 21:39:23 +08:00
f40cce1406
[Fix](partition) Skip rowset partition id eq 0 smaller than config wh… ( #29510 )
2024-01-05 19:39:51 +08:00
7402fee1fc
[feature](function) support ip function ipv6_string_to_num(_or_default, _or_null), inet6_aton ( #28361 )
2024-01-05 19:24:45 +08:00
2a6150b057
[optimize](cooldown)If cooldowned_rowsets is empty, there is no need to follow the logic of traversing the files ( #27324 )
...
Co-authored-by: xingying01 <xingying01@corp.netease.com >
2024-01-05 18:59:09 +08:00
eea6219920
[improvement](group commit) Add an option of enable relay wal on all regression test ( #28757 )
2024-01-05 18:27:31 +08:00
e2e9b9d8a3
[improve](insert-into) record rows info in log for check ( #29581 )
2024-01-05 17:28:07 +08:00
fa4721125e
[Fix](show data) Inverted index size not added to data size after index build ( #29568 )
2024-01-05 16:21:45 +08:00
d86277c2c2
[optimize](cooldown)Improved filtering conditions for cooldown tablet ( #27338 )
...
Co-authored-by: xingying01 <xingying01@corp.netease.com >
2024-01-05 15:03:54 +08:00
e8e1a6ff03
[refactor](fold) refactor fold executor could get error status ( #29541 )
...
before _get_result return std::string, so ignore the error status.
2024-01-05 14:23:56 +08:00
fb13943a10
[Fix](Variant) fix heap use after free when updating tablet schema ( #29554 )
...
`_context->tablet_schema` maybe updated so use `_context->original_tablet_schema` instead
2024-01-05 11:42:39 +08:00
46ccbebfb0
[improve](function) get result from constant_col when expr is const ( #29403 )
2024-01-05 11:26:17 +08:00
8c40f04f2b
[Opt](parquet-reader) Opt ColumnSelectVector::set_run_length_null_map() in parquet reader. ( #28954 ) ( #29527 )
2024-01-05 11:13:40 +08:00
a04911a93f
[fix](pipelinex) coredump caused by null pointer of Dependency::_shared_state ( #29559 )
2024-01-05 10:40:32 +08:00
08f2b83b81
[fix](profile) Fix row distribution timer in loadv1 ( #29495 )
...
Fix row distribution timer in loadv1
2024-01-05 10:02:18 +08:00
99edbaf3cf
[improve](move-memtable) add stream sink file writer finalize fault injection ( #29552 )
2024-01-04 23:02:58 +08:00
bfd23e30f6
[improve](load) handle EAGAIN in load stream ( #29437 )
2024-01-04 23:02:11 +08:00
35150bbc22
[improve](move-memtable) log rpc failures in stream file writer ( #29267 )
2024-01-04 23:00:46 +08:00
96acef908a
[fix](move-memtable) check eos when close stream ( #29547 )
2024-01-04 22:56:52 +08:00
d8ad6ebff2
[enhancement](disk) log disk path when creating tablet ( #29464 )
2024-01-04 20:36:37 +08:00