-
Notifications
You must be signed in to change notification settings - Fork 19
Add dictionary c data integration tests #451
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
base: main
Are you sure you want to change the base?
Add dictionary c data integration tests #451
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #451 +/- ##
=======================================
Coverage 88.30% 88.30%
=======================================
Files 96 96
Lines 7302 7302
=======================================
Hits 6448 6448
Misses 854 854
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
// ); | ||
// } | ||
// } | ||
// } |
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.
Why commenting this?
@@ -40,8 +40,6 @@ namespace sparrow::c_data_integration | |||
std::vector<sparrow::array> | |||
get_children_arrays(const nlohmann::json& array, const nlohmann::json& schema, const nlohmann::json& root); | |||
|
|||
void read_schema_from_json(const nlohmann::json& data); |
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.
Why dropping this one?
No description provided.