Skip to content

Conversation

@englefly
Copy link
Contributor

Proposed changes

pick #40361
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.

@englefly englefly changed the base branch from master to branch-3.0 October 22, 2024 09:04
…ged profile (apache#40361)

physical plan is already printed in profile.
however, it is hard to compare the estimated rows of sql operator and
the actual rows.
In this pr, we get actual rows from merged profile, and set it to
corresponding physical node in physical plan.
here is an example:
"PhysicalHashJoin[13890]@115 ( stats=17,964.27 actualRows=20499,
type=INNER_JOIN, hashCondition=[(l_suppkey#19 = s_suppkey#33)]"
the estmated rows is 17,964, the actual rows is 20499
Issue Number: close #xxx

<!--Describe your changes.-->
@englefly englefly force-pushed the pick40361-actualRowInProfile-3.0 branch from 113325b to 8545b8e Compare October 22, 2024 09:22
@englefly
Copy link
Contributor Author

run buildall

@englefly englefly changed the title [feat](nereids)set actual row count in physical plan according to merged profile -branch-3.0 [feat](nereids)set actual row count in physical plan according to merged profile (branch-3.0) Oct 22, 2024
@englefly englefly merged commit f1bf64e into apache:branch-3.0 Oct 22, 2024
@englefly englefly deleted the pick40361-actualRowInProfile-3.0 branch October 22, 2024 11:01
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.

2 participants