-
-
Notifications
You must be signed in to change notification settings - Fork 141
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(tianmu): fix endless loop occurs during data_cache (#1352) #1353
Conversation
Thanks for the contribution! Please review the labels and make any necessary changes. |
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## stonedb-5.7-dev #1353 +/- ##
===================================================
+ Coverage 43.12% 43.14% +0.02%
===================================================
Files 1830 1830
Lines 396395 396392 -3
===================================================
+ Hits 170935 171020 +85
+ Misses 225460 225372 -88
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
1. The CACHE_ITEM type does not recurse by making a direct comparison 2. When two referenced variables have the same address, they are considered to be the same value
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
Summary about this PR
Issue Number: close #1352
Tests Check List
Changelog
Documentation