-
Notifications
You must be signed in to change notification settings - Fork 44
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
Make pf data source map mutable #2616
Conversation
This change is part of the following stack: Change managed by git-spice. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #2616 +/- ##
==========================================
- Coverage 62.80% 62.78% -0.02%
==========================================
Files 389 390 +1
Lines 51939 51953 +14
==========================================
- Hits 32622 32621 -1
- Misses 17509 17524 +15
Partials 1808 1808 ☔ View full report in Codecov by Sentry. |
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.
This looks fine as long as we don't cast out of newSchemaOnlyDataSourceMap(...)
. We are just casting away information.
a25c079
to
5746b33
Compare
e27ced9
to
b91cc6e
Compare
What do you mean here? Which cast are you referring to? |
|
This PR has been shipped in release v3.96.0. |
This change makes the PF datasources map mutable in order to support aliases like we do for resources.
The changes here mimic what we did for resources in #1938
Related to #2585