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 d5768cf [Bug] Fix create colocate table bug (#5139) add 0d3564c [Feature] Implementation of histogram metric (#5148) No new revisions were added by this update. Summary of changes: LICENSE.txt | 12 +++ be/src/util/CMakeLists.txt | 1 + be/src/util/histogram.cpp | 230 ++++++++++++++++++++++++++++++++++++++++ be/src/util/histogram.h | 113 ++++++++++++++++++++ be/src/util/metrics.cpp | 59 +++++++++++ be/src/util/metrics.h | 30 ++++++ be/test/util/CMakeLists.txt | 1 + be/test/util/histogram_test.cpp | 100 +++++++++++++++++ 8 files changed, 546 insertions(+) create mode 100644 be/src/util/histogram.cpp create mode 100644 be/src/util/histogram.h create mode 100644 be/test/util/histogram_test.cpp --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org