-
Notifications
You must be signed in to change notification settings - Fork 463
refactor(interactive): Support ScanEarlyStopRule for Query Optimization
#4431
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
Conversation
|
Please check the preview of the documentation changes at |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4431 +/- ##
=======================================
Coverage 35.73% 35.73%
=======================================
Files 126 126
Lines 13261 13261
=======================================
Hits 4739 4739
Misses 8522 8522 Continue to review full report in Codecov by Sentry.
|
...e/compiler/src/test/java/com/alibaba/graphscope/common/ir/planner/rbo/ScanEarlyStopTest.java
Outdated
Show resolved
Hide resolved
|
added in 971025a |
ScanEarlyStopRule for Query OptimizationScanEarlyStopRule for Query Optimization
Committed-by: xiaolei.zl from Dev container
Committed-by: xiaolei.zl from Dev container
|
@shirly121 When running |
zhanglei1949
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
fixed in 86fe502 |
zhanglei1949
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
What do these changes do?
Leverage 3 rules for
Scan Early StopOptimization:Related issue number
Fixes #4356