This is an automated email from the ASF dual-hosted git repository.

morningman pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git.


    from 09409e4  [docs] update team.md (#8749)
     add d24735e  [refactor] add some clang-tidy checks && some code style fix 
(#8752)

No new revisions were added by this update.

Summary of changes:
 .clang-tidy                                        | 10 ++-
 .../vec/aggregate_functions/aggregate_function.h   | 11 +--
 .../aggregate_function_approx_count_distinct.cpp   |  2 +-
 .../aggregate_functions/aggregate_function_avg.cpp |  5 +-
 .../aggregate_functions/aggregate_function_avg.h   | 11 +--
 .../aggregate_function_bitmap.cpp                  | 12 ++--
 .../aggregate_function_combinator.h                |  2 +-
 .../aggregate_functions/aggregate_function_count.h |  4 +-
 .../aggregate_function_distinct.cpp                | 28 +++++---
 .../aggregate_function_distinct.h                  | 24 +++++--
 .../aggregate_function_min_max.h                   | 73 +++++++++++++-------
 .../aggregate_function_null.cpp                    | 32 +++++----
 .../aggregate_functions/aggregate_function_null.h  | 33 ++++++---
 .../aggregate_function_percentile_approx.h         | 28 +++++---
 .../aggregate_function_stddev.h                    | 14 ++--
 .../aggregate_functions/aggregate_function_sum.cpp |  5 +-
 .../aggregate_functions/aggregate_function_sum.h   |  5 +-
 .../aggregate_function_uniq.cpp                    | 10 +--
 .../aggregate_function_window.cpp                  |  3 +-
 .../aggregate_function_window.h                    | 32 ++++-----
 be/src/vec/aggregate_functions/factory_helpers.h   |  4 +-
 be/src/vec/aggregate_functions/helpers.h           | 79 +++++++++++++++-------
 .../vec/aggregate_functions/key_holder_helpers.h   |  9 +--
 23 files changed, 282 insertions(+), 154 deletions(-)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to