-
-
Notifications
You must be signed in to change notification settings - Fork 64
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
feat: add new schema builder methods which allow GC to collect built schemas #334
base: main
Are you sure you want to change the base?
Conversation
6ad0d0b
to
cd43170
Compare
@@ -164,6 +164,22 @@ func (sp *SchemaProxy) BuildSchema() (*Schema, error) { | |||
return schema, er | |||
} | |||
|
|||
func (sp *SchemaProxy) BuildTempSchema() (*Schema, error) { |
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.
Can you add docs to this method? Just so folks know what it is and why it is there.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #334 +/- ##
==========================================
- Coverage 99.65% 99.58% -0.07%
==========================================
Files 164 164
Lines 16674 16687 +13
==========================================
+ Hits 16616 16618 +2
- Misses 53 64 +11
Partials 5 5
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
No description provided.