[regression-test](Variant) add compaction case for variant and fix bugs#28066
[regression-test](Variant) add compaction case for variant and fix bugs#28066eldenmoon merged 3 commits intoapache:masterfrom
Conversation
|
run buildall |
be/src/vec/json/path_in_data.cpp
Outdated
| return pop_nfront(1); | ||
| } | ||
|
|
||
| PathInData PathInData::pop_nfront(size_t n) const { |
There was a problem hiding this comment.
warning: method 'pop_nfront' can be made static [readability-convert-member-functions-to-static]
be/src/vec/json/path_in_data.h:78:
- PathInData pop_nfront(size_t n) const;
+ static PathInData pop_nfront(size_t n) ;| PathInData PathInData::pop_nfront(size_t n) const { | |
| PathInData PathInData::pop_nfront(size_t n) { |
|
(From new machine)TeamCity pipeline, clickbench performance test result: |
TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' |
|
run buildall |
|
(From new machine)TeamCity pipeline, clickbench performance test result: |
TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' |
5969450 to
855187f
Compare
|
run buildall |
| return copy_pop_nfront(1); | ||
| } | ||
|
|
||
| PathInData PathInData::copy_pop_nfront(size_t n) const { |
There was a problem hiding this comment.
warning: method 'copy_pop_nfront' can be made static [readability-convert-member-functions-to-static]
be/src/vec/json/path_in_data.h:78:
- PathInData copy_pop_nfront(size_t n) const;
+ static PathInData copy_pop_nfront(size_t n) ;| PathInData PathInData::copy_pop_nfront(size_t n) const { | |
| PathInData PathInData::copy_pop_nfront(size_t n) { |
855187f to
c6b475a
Compare
|
run buildall |
|
(From new machine)TeamCity pipeline, clickbench performance test result: |
TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' |
|
PR approved by at least one committer and no changes requested. |
|
PR approved by anyone and no changes requested. |
Proposed changes
Issue Number: close #xxx
Further comments
If this is a relatively large or complex change, kick off the discussion at dev@doris.apache.org by explaining why you chose the solution you did and what alternatives you considered, etc...