Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[env](compile)open compile check in pipeline op #42202

Closed
wants to merge 2 commits into from

Conversation

Mryange
Copy link
Contributor

@Mryange Mryange commented Oct 21, 2024

Proposed changes

Issue Number: close #xxx

@doris-robot
Copy link

Thank you for your contribution to Apache Doris.
Don't know what should be done next? See How to process your PR

Since 2024-03-18, the Document has been moved to doris-website.
See Doris Document.

@Mryange
Copy link
Contributor Author

Mryange commented Oct 21, 2024

run buildall

1 similar comment
@Mryange
Copy link
Contributor Author

Mryange commented Oct 21, 2024

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

#error The handling of compile_check_begin.h and compile_check_end.h is not done correctly.
#endif

#define COMPILE_CHECK
Copy link
Contributor

Choose a reason for hiding this comment

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

warning: macro is not used [clang-diagnostic-unused-macros]

#define COMPILE_CHECK
        ^

@doris-robot
Copy link

TeamCity be ut coverage result:
Function Coverage: 37.46% (9699/25891)
Line Coverage: 28.70% (80492/280478)
Region Coverage: 28.14% (41645/147996)
Branch Coverage: 24.71% (21163/85640)
Coverage Report: http://coverage.selectdb-in.cc/coverage/5c4feafdd19cf608b96047727baeb0203c5c948d_5c4feafdd19cf608b96047727baeb0203c5c948d/report/index.html

@Mryange
Copy link
Contributor Author

Mryange commented Oct 21, 2024

run buildall

@doris-robot
Copy link

TeamCity be ut coverage result:
Function Coverage: 37.46% (9699/25891)
Line Coverage: 28.70% (80494/280478)
Region Coverage: 28.14% (41649/147996)
Branch Coverage: 24.72% (21169/85640)
Coverage Report: http://coverage.selectdb-in.cc/coverage/fbbca2c107fdbdec69fd59c9d570fb2d1447928e_fbbca2c107fdbdec69fd59c9d570fb2d1447928e/report/index.html

@@ -43,7 +44,7 @@ namespace doris::pipeline {
* RowRefListWithFlags is a list of many RowRefWithFlags. This means each row will have different visited flags. It's used for join operation which has `other_conjuncts`.
*/
struct RowRef {
uint32_t row_num = 0;
size_t row_num = 0;
Copy link
Contributor

@HappenLee HappenLee Oct 22, 2024

Choose a reason for hiding this comment

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

The change would affect performance; it cannot be done. should use uint32_t

@@ -288,7 +290,7 @@ Status TableFunctionOperatorX::open(doris::RuntimeState* state) {
}
}

for (size_t i = 0; i < _child_slots.size(); i++) {
Copy link
Contributor

Choose a reason for hiding this comment

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

the _child_slot.size() is size_t why not change to int

@Mryange
Copy link
Contributor Author

Mryange commented Oct 22, 2024

run buildall

@doris-robot
Copy link

TeamCity be ut coverage result:
Function Coverage: 37.45% (9703/25907)
Line Coverage: 28.69% (80496/280534)
Region Coverage: 28.14% (41657/148019)
Branch Coverage: 24.71% (21160/85646)
Coverage Report: http://coverage.selectdb-in.cc/coverage/e67b46a8c2b9f85485e0e61fb67c13c4fe60bf2c_e67b46a8c2b9f85485e0e61fb67c13c4fe60bf2c/report/index.html

@Mryange
Copy link
Contributor Author

Mryange commented Oct 22, 2024

run buildall

@doris-robot
Copy link

TeamCity be ut coverage result:
Function Coverage: 37.45% (9703/25907)
Line Coverage: 28.69% (80499/280534)
Region Coverage: 28.15% (41661/148019)
Branch Coverage: 24.70% (21156/85646)
Coverage Report: http://coverage.selectdb-in.cc/coverage/8a6449cf872a86a6de823f4e1040e43fe6e624a1_8a6449cf872a86a6de823f4e1040e43fe6e624a1/report/index.html

@Mryange
Copy link
Contributor Author

Mryange commented Oct 23, 2024

run buildall

@doris-robot
Copy link

TeamCity be ut coverage result:
Function Coverage: 37.49% (9712/25905)
Line Coverage: 28.74% (80536/280246)
Region Coverage: 28.17% (41642/147844)
Branch Coverage: 24.72% (21153/85578)
Coverage Report: http://coverage.selectdb-in.cc/coverage/e9c814d0dc5769353617bfe41423789403325191_e9c814d0dc5769353617bfe41423789403325191/report/index.html

@Mryange Mryange closed this Dec 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants