-
Notifications
You must be signed in to change notification settings - Fork 25
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
Choose output type for a GenericDataContainer #1403
Conversation
…eat/gdc_getoutput_type
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1403 +/- ##
==========================================
- Coverage 87.86% 86.94% -0.92%
==========================================
Files 81 81
Lines 9532 9537 +5
==========================================
- Hits 8375 8292 -83
- Misses 1157 1245 +88 |
…eat/gdc_getoutput_type
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.
Camille, could you briefly explain me this change?
@anseramosfe this allows to query data from a GenericDataContainer as a 'custom' type, for example here as a binary string. |
No description provided.