Open amorynan opened 2 days ago
Thank you for your contribution to Apache Doris. Don't know what should be done next? See How to process your PR.
Please clearly describe your PR:
run buildall
run buildall
clang-tidy review says "All clean, LGTM! :+1:"
Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
Load test result on commit 6cb6a8db91e9edebdf5c75d0ee2ea47c8e5a3b95 with default session variables
Stream load json: 20 seconds loaded 2358488459 Bytes, about 112 MB/s
Stream load orc: 58 seconds loaded 1101869774 Bytes, about 18 MB/s
Stream load parquet: 31 seconds loaded 861443392 Bytes, about 26 MB/s
Insert into select: 21.5 seconds inserted 10000000 Rows, about 465K ops/s
TeamCity be ut coverage result: Function Coverage: 38.57% (8312/21550) Line Coverage: 30.27% (68717/227047) Region Coverage: 29.69% (35389/119192) Branch Coverage: 25.45% (18198/71496) Coverage Report: http://coverage.selectdb-in.cc/coverage/6cb6a8db91e9edebdf5c75d0ee2ea47c8e5a3b95_6cb6a8db91e9edebdf5c75d0ee2ea47c8e5a3b95/report/index.html
PR approved by at least one committer and no changes requested.
PR approved by anyone and no changes requested.
do not do it in branch-2.0
What problem does this PR solve?
Issue Number: close #xxx
Related PR: #xxx
Problem Summary: replace_column_data is only for column which is not variable_length column like column_vector... set is_variable_length = true such as column_string|array|map|struct should not impl this function, when in agg situation for replace_if_not_null : we should use
insert_from
!Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)