Uh oh!
There was an error while loading. Please reload this page.
ARROW-5704: [C++] Stop using ARROW_TEMPLATE_EXPORT for SparseTensorImpl - #4670
ARROW-5704: [C++] Stop using ARROW_TEMPLATE_EXPORT for SparseTensorImpl#4670mrkn wants to merge 4 commits into
Conversation
wesm
commented
Jun 24, 2019
Looks OK to me except for the lint issue and linker failure on MSVC |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
wesm
commented
Jun 26, 2019
Sorry to edit the branch, but since the code review comments were minor I went ahead and did them so we can get closer to release-readiness =) |
mrkn
commented
Jun 26, 2019
@wesm No problem. Thank you very much! |
wesm
commented
Jun 26, 2019
We can't merge this until we address the Appveyor failure that's happening, I opened https://issues.apache.org/jira/browse/ARROW-5735 |
03bf578 to
6f98facComparepitrou
commented
Jun 26, 2019
Rebased to integrate CI fixes. |
6f98fac to
a24f78cComparecodecov-io
commented
Jun 26, 2019
Codecov Report
@@ Coverage Diff @@## master #4670 +/- ##
=========================================
Coverage ? 88.79% =========================================
Files ? 604 Lines ? 75277 Branches ? 0 =========================================
Hits ? 66839 Misses ? 8438 Partials ? 0
Continue to review full report at Codecov.
|
pitrou
commented
Jun 26, 2019
Thank you @mrkn ! |
I'd like to stop using ARROW_TEMPLATE_EXPORT for SparseTensorImpl class so that it can be wrapped in Arrow GLib library on the mingw platform.
This is the continuation of #3509.