Skip to content

Conversation

@Gabriel39
Copy link
Contributor

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...

@Gabriel39
Copy link
Contributor Author

run buildall

@github-actions
Copy link
Contributor

clang-tidy review says "All clean, LGTM! 👍"

@doris-robot
Copy link

TeamCity be ut coverage result:
Function Coverage: 36.31% (8151/22447)
Line Coverage: 28.46% (65196/229087)
Region Coverage: 27.38% (33782/123381)
Branch Coverage: 24.06% (17215/71558)
Coverage Report: http://coverage.selectdb-in.cc/coverage/4b6d83c1f5b49743e4f7e55331be5e9b27173ba5_4b6d83c1f5b49743e4f7e55331be5e9b27173ba5/report/index.html

@Gabriel39
Copy link
Contributor Author

run buildall

Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

clang-tidy made some suggestions

return !config::disable_storage_page_cache &&
(_query_options.__isset.enable_page_cache && _query_options.enable_page_cache);
}
bool enable_page_cache() const;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

warning: function 'enable_page_cache' should be marked [[nodiscard]] [modernize-use-nodiscard]

Suggested change
bool enable_page_cache() const;
[[nodiscard]] bool enable_page_cache() const;

@doris-robot
Copy link

TeamCity be ut coverage result:
Function Coverage: 36.34% (8151/22432)
Line Coverage: 28.46% (65195/229044)
Region Coverage: 27.39% (33787/123351)
Branch Coverage: 24.06% (17216/71546)
Coverage Report: http://coverage.selectdb-in.cc/coverage/f7062cceecef9e320407c7b9f9c4bbdfd7ca5e0a_f7062cceecef9e320407c7b9f9c4bbdfd7ca5e0a/report/index.html

@Gabriel39
Copy link
Contributor Author

run buildall

Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

clang-tidy made some suggestions

#include <cstring>
#include <vector>

#include "cctz/civil_time.h"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

warning: 'cctz/civil_time.h' file not found [clang-diagnostic-error]

#include "cctz/civil_time.h"
         ^

@doris-robot
Copy link

TeamCity be ut coverage result:
Function Coverage: 36.34% (8151/22431)
Line Coverage: 28.46% (65187/229030)
Region Coverage: 27.39% (33783/123348)
Branch Coverage: 24.06% (17214/71544)
Coverage Report: http://coverage.selectdb-in.cc/coverage/735865a4f6b46bc3a027e9140fa3435c9f6e6ad3_735865a4f6b46bc3a027e9140fa3435c9f6e6ad3/report/index.html

@doris-robot
Copy link

(From new machine)TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 45.72 seconds
stream load tsv: 554 seconds loaded 74807831229 Bytes, about 128 MB/s
stream load json: 22 seconds loaded 2358488459 Bytes, about 102 MB/s
stream load orc: 64 seconds loaded 1101869774 Bytes, about 16 MB/s
stream load parquet: 31 seconds loaded 861443392 Bytes, about 26 MB/s
insert into select: 28.9 seconds inserted 10000000 Rows, about 346K ops/s
storage size: 17162059429 Bytes

Copy link
Contributor

@HappenLee HappenLee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@github-actions
Copy link
Contributor

PR approved by at least one committer and no changes requested.

@github-actions github-actions bot added approved Indicates a PR has been approved by one committer. reviewed labels Oct 11, 2023
@github-actions
Copy link
Contributor

PR approved by anyone and no changes requested.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by one committer. dev/2.0.3-merged merge_conflict reviewed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants