-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Fix get edges transform rule. #4328
Fix get edges transform rule. #4328
Conversation
1. Input/Ouput variables. 2. Keep column names of Limit same with input plan node.
Nice fix. But since it is a bug fix, is there any corresponding issue to track? For the current pr, it is also necessary to add test cases to constrain subsequent development. |
Thanks, I would like to learn how some of the fixes (addressing my previous faults I think) cover wrong behaviors, too! Silly questions from my side
|
In fact, the CI job in Debug building will report error, but now it always compile to OOM |
|
Codecov Report
@@ Coverage Diff @@
## master #4328 +/- ##
==========================================
- Coverage 84.88% 84.87% -0.01%
==========================================
Files 1343 1343
Lines 133363 133509 +146
==========================================
+ Hits 113199 113317 +118
- Misses 20164 20192 +28
Continue to review full report at Codecov.
|
1. Input/Ouput variables. 2. Keep column names of Limit same with input plan node. Co-authored-by: Sophie <[email protected]>
1. Input/Ouput variables. 2. Keep column names of Limit same with input plan node. Co-authored-by: Sophie <[email protected]>
* force cache the docker layer (#4331) * check god role exist when meta init (#4330) * check god role exist when meta init * return error if kv fail Co-authored-by: Doodle <[email protected]> * Fix object pool mtsafe. (#4332) * Fix object pool mtsafe. * Fix lock. * Fixed web service crash (#4334) Co-authored-by: Sophie <[email protected]> * Fix get edges transform rule. (#4328) 1. Input/Ouput variables. 2. Keep column names of Limit same with input plan node. Co-authored-by: Sophie <[email protected]> * fix rc docker (#4336) * add lock (#4352) * fix map concurrency issue (#4344) * fix mutex in map * add test * move the order Co-authored-by: Sophie <[email protected]> * add stats under index conditions (#4353) Co-authored-by: Harris.Chu <[email protected]> Co-authored-by: jimingquan <[email protected]> Co-authored-by: Doodle <[email protected]> Co-authored-by: shylock <[email protected]> Co-authored-by: dutor <[email protected]> Co-authored-by: panda-sheep <[email protected]>
What type of PR is this?
What problem(s) does this PR solve?
Issue(s) number:
Description:
How do you solve it?
Special notes for your reviewer, ex. impact of this fix, design document, etc:
Checklist:
Tests:
Affects:
Release notes:
Please confirm whether to be reflected in release notes and how to describe: