ea71472d64
[fix](build index) fix core when build index for a new column which without data ( #32550 ) ( #32669 )
...
Co-authored-by: Luennng <luennng@gmail.com >
Co-authored-by: Tanya-W <tanya1218w@163,com>
2024-03-22 15:05:19 +08:00
a4a191fe56
[fix](index compaction)Fix MOW index compaction core ( #32121 ) ( #32657 )
2024-03-22 14:20:19 +08:00
2e25b0079b
fix compile
2024-03-22 09:17:40 +08:00
23c12fd68f
[fix](join) core caused by null-safe-equal join ( #32623 )
2024-03-22 08:53:47 +08:00
921fab2196
[fix](memory) Fix thread context not initialized in MacOS ( #32570 )
2024-03-22 08:53:47 +08:00
e5d7ff64aa
[fix](backup) clear snapshot info for cancelled backup job to reduce log size ( #32604 )
2024-03-22 08:53:17 +08:00
6b54171778
[bugfix](deadlock) pipelinex map lock should only scope in map not about pipelinectx's cancel method ( #32622 )
...
both global lock in fragment mgr should only protect the map logic, could not use it to protect cancel method.
fragment ctx cancel method should be protected by a lock.
query ctx cancel --> pipelinex fragment cancel ---> query ctx cancel will dead lock.
2024-03-22 08:52:38 +08:00
6462d913ca
[Improvement](brpc) log error message when AutoReleaseClosure meet brpc error or response… ( #32628 )
...
log error message when AutoReleaseClosure meet brpc error or response with error status
2024-03-22 08:52:38 +08:00
d3bdda6071
[fix](partial update) fix data correctness risk when load delete sign data into a table with sequence col ( #32574 )
2024-03-22 08:52:38 +08:00
55b7f7f019
[fix](inverted index) skip read index column data only for DUP and MOW table ( #32594 )
2024-03-22 08:52:16 +08:00
26efde2925
[test](Nereids) refine group by eliminate regression test ( #32543 )
2024-03-22 08:52:16 +08:00
06026b2f46
[opt](paimon) add split num and partition num ( #32597 )
...
1. And selected partition number indicator in PaimonScanNode in explain result.
2. Add raw file split and total split indicator in PaimonScanNode in explain result.
3. Opt the error msg of table valued function, print the error msg first to avoid the long msg be truncated.
2024-03-22 08:52:16 +08:00
8d6561b32d
[opt](jdbc catalog) set jdbc test_connection default true ( #32546 )
2024-03-22 08:52:16 +08:00
60eeff8e18
[enhance](mtmv)refresh mtmv must add auto ( #32522 )
2024-03-22 08:52:16 +08:00
e7919ab1b6
Add DISABLE_BUILD_UI/DISABLE_BUILD_SPARK_DPP/DISABLE_BUILD_HIVE_UDF in build.sh ( #32595 )
2024-03-22 08:52:16 +08:00
2cb652a7fa
[FIX](compile)fix for gcc compile ( #32508 )
...
* fix for gcc compile
2024-03-22 08:52:16 +08:00
d7a3ff1ddf
[Fix](Outfile) Fix the column type mapping in the orc/parquet file format ( #32281 )
...
| Doris Type | Orc Type | Parquet Type |
|---------------------|--------------------|------------------------|
| Date | Long (logical: DATE) | int32 (Logical: Date) |
| DateTime | TIMESTAMP (logical: TIMESTAMP) | int96 |
2024-03-22 08:52:16 +08:00
ca05129fa1
[fix](auth)node priv can login web ui ( #32521 )
2024-03-22 08:52:16 +08:00
c1d42eaa86
[fix](mtmv)resolve the issue of table version updates in concurrent situations ( #32487 )
...
Move the logic for version+1 from `unprotectedCommitTransaction `to`FinishTransaction`, as the write lock for the table was obtained in `FinishTransaction`
2024-03-22 08:52:16 +08:00
fe1b7a7b0a
Improve analyze stats case, avoid cluster delay caused failure. ( #32507 )
2024-03-22 08:52:16 +08:00
fd0bc720e9
[opt](information_schema) Add DEFAULT_ENCRYPTION column to schemata table ( #32501 )
2024-03-22 08:52:16 +08:00
6888e52365
[pipelineX](fix) Fix illegal memory access ( #32602 )
2024-03-22 08:52:16 +08:00
886aabda31
[Fix](executor) Fix insert select not close coordinator #32571
2024-03-22 08:52:16 +08:00
844dd8b2ce
[fix](spill) should wait for merging done before read agg result ( #32537 )
2024-03-22 08:52:16 +08:00
0537952573
[Fix](auto-inc) Fix auto inc unique table case ( #32393 )
2024-03-22 08:52:16 +08:00
fd62af82d2
[enhancement](mow) Add bvar for bloom filter and segment ( #32355 )
2024-03-22 08:52:12 +08:00
b727fd6594
(kerberos)fix hive keberos principal usage
2024-03-22 08:16:59 +08:00
4e653b0baa
(Nereids): remove test infer_set_operator_distinct(CBO)
2024-03-22 08:16:49 +08:00
0cde0cbf19
(invert index) modify of time series compaction policy
2024-03-22 08:16:30 +08:00
4c8aaa156a
[fix](jni) remove 'push_down_predicates' and fix BE crash with decimal predicate ( #32253 ) ( #32599 )
2024-03-21 14:07:50 +08:00
a7fa9f290c
[fix](test)change stream load of auto partition ( #32544 )
2024-03-21 14:07:50 +08:00
48d7585d85
[enhancement](test) unique model by modify a value type from INT or BIGINT to other type ( #32553 )
2024-03-21 14:07:50 +08:00
dea6859e0d
[refactor](jdbc catalog) refactor jdbc catalog get databases logic ( #32579 )
2024-03-21 14:07:50 +08:00
043113c89e
[enhancement](test) unique model by modify a key type from SMALLINT to other type ( #32033 )
2024-03-21 14:07:50 +08:00
617cc667fe
[Fix](Variant) fix variant serialize root node ( #31769 )
2024-03-21 14:07:50 +08:00
02ef02402a
[pipelineX](debug) Add debug logs for long-running load task ( #32534 )
2024-03-21 14:07:50 +08:00
2c87238504
[enhance](S3) Print the oss request id for each error s3 request ( #32491 )
2024-03-21 14:07:50 +08:00
60a673979e
[case](Cloud) Add ssb case for hdfs vault ( #32567 )
2024-03-21 14:07:50 +08:00
02430e6e53
[enhance](S3) Print the oss request id for each error s3 request ( #32499 )
2024-03-21 14:07:50 +08:00
d2968dcf99
[fix](jdbc catalog) Fixed the problem that the metadata_refresh_interval_sec properties cannot be set ( #32516 )
2024-03-21 14:07:49 +08:00
085696744d
[Enhancement] when partition column is datetime, date can work in create table command ( #32335 )
2024-03-21 14:07:49 +08:00
7486e96b12
[improve](function) add error msg if exceeded maximum default value in repeat function ( #32219 )
...
add some error msg from repeat function, so the user could know the count is greater than default value.
2024-03-21 14:07:49 +08:00
8e3d28b93a
[Feature] Support Array Type compare function for nereids planner ( #31701 )
...
Support Array Type compare function for nereids planner
2024-03-21 14:07:49 +08:00
6d076f9947
[improvement](group_comit) Add bvar to monitor the total wal count on disk ( #31646 )
2024-03-21 14:07:49 +08:00
09be4dc7ee
[fix](random-bucket) tabletindex when there is no cached value in memory ( #32336 )
...
1. In cloud mode, get visible version is a rpc to metaservice, while
loads would get visible version for all partitions.
2. VunionNode should follow batch size.
2024-03-21 14:07:49 +08:00
06bf5541f2
[pipelineX](fix) Fix running tasks API core dump ( #32503 )
2024-03-21 14:07:49 +08:00
0db402e154
[expr](fix) Not to throw exception when close failed ( #32287 )
2024-03-21 14:07:49 +08:00
a40463617e
[feature](cpu cores) get the cores when running within a cgroup. ( #32370 )
...
get the cores when running within a cgroup
2024-03-21 14:07:49 +08:00
95322e2ebe
[opt](variable) user variable support expression rather than literal ( #32492 )
2024-03-21 14:07:49 +08:00
2a1d2ad647
[fix](Nereids) decimalv2 and int/date bit arithmetic need cast to bigint ( #32311 )
2024-03-21 14:07:49 +08:00