-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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 partial parsing issue not working for changing semantic model name #8865
Conversation
Thank you for your pull request! We could not find a changelog entry for this change. For details on how to document a change, see the contributing guide. |
Codecov ReportAll modified lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #8865 +/- ##
=======================================
Coverage 86.35% 86.36%
=======================================
Files 177 177
Lines 26383 26385 +2
=======================================
+ Hits 22784 22787 +3
+ Misses 3599 3598 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
🎉 We should check if this also resolves #8872 |
#8865) * fix * test * changelog
resolves #8859
Problem
Solution
Checklist