xueweizhang

Results 18 issues of xueweizhang

# Proposed changes Issue Number: close #12717 ## Problem summary 根据cast传递的DECIMAL类型的精度来处理DECIMAL数据. before: MySQL [test]> select cast('135.759999999' as DECIMAL(10,3)); +----------------------------------------+ | CAST('135.759999999' AS DECIMAL(10,3)) | +----------------------------------------+ | 135.759999999 | +----------------------------------------+ 1...

area/planner

# Proposed changes Issue Number: close #xxx ## Problem summary add restore new property 'reserve_dynamic_partition_enable', which means you can get a table with dynamic_partition_enable property which has the same value...

kind/docs
area/planner
approved
reviewed

Signed-off-by: nextdreamblue # Proposed changes Issue Number: close #xxx ## Problem summary broker load support tencent cos. ## Checklist(Required) 1. Does it affect the original behavior: - [ ] No...

kind/docs
area/planner

# Proposed changes Issue Number: close #17216 ## Problem summary Describe your changes. ## Checklist(Required) * [ ] Does it affect the original behavior * [ ] Has unit tests...

kind/docs
kind/test
area/sql/function
area/vectorization
reviewed

…OPERTIES ( function_column.sequence_col = col_name) # Proposed changes Issue Number: close #16899 ## Problem summary Describe your changes. ## Checklist(Required) * [ ] Does it affect the original behavior *...

area/planner

…t wrong result # Proposed changes Issue Number: close #17183 ## Problem summary Describe your changes. ## Checklist(Required) * [ ] Does it affect the original behavior * [ ]...

kind/test
approved
reviewed
dev/1.2.3

Signed-off-by: nextdreamblue # Proposed changes Issue Number: close #13999 ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Yes - [x]...

# Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) * [ ] Does it affect the original behavior * [ ] Has unit tests...

kind/docs

when replay restore a table with reserve_dynamic_partition_enable=true, must registerOrRemoveDynamicPartitionTable with isReplay=true, or maybe cause OBSERVER can not replay restore auditlog success. # Proposed changes Issue Number: close #17319 ## Problem...

usercase
dev/1.2.3

when replay restore a table with reserve_dynamic_partition_enable=true, must registerOrRemoveDynamicPartitionTable with isReplay=true, or maybe cause OBSERVER can not replay restore auditlog success. # Proposed changes cherry-pick : #https://github.com/apache/doris/pull/17326 ## Problem summary...

dev/1.1.6