-
Notifications
You must be signed in to change notification settings - Fork 120
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 bug when adding custom object to FileSystemSink if the object type hasn't been registered #431
Conversation
... if the object type hasn't been registered. Related: #439.
Codecov Report
@@ Coverage Diff @@
## master #431 +/- ##
=======================================
Coverage 98.37% 98.37%
=======================================
Files 130 131 +1
Lines 14886 14936 +50
=======================================
+ Hits 14644 14694 +50
Misses 242 242
Continue to review full report at Codecov.
|
General comment for this PR is that serialization logic being removed from This would also remove the them from the |
While you're at it... what about the |
Agree @chisholm, will make the change |
update tests that call specific methods from this area
These changes look good to me! |
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 with overall changes.
Related: #429.