Commits


Kenta Murata authored and Antoine Pitrou committed 7586a65b1e4
ARROW-5704: [C++] Stop using ARROW_TEMPLATE_EXPORT for SparseTensorImpl 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. Author: Kenta Murata <mrkn@mrkn.jp> Author: Wes McKinney <wesm+git@apache.org> Closes #4670 from mrkn/stop_arrow_template_export_sparse_tensor_impl and squashes the following commits: a24f78c94 <Wes McKinney> Code review feedback 819cce53e <Kenta Murata> Remove ARROW_EXPORT from SparseTensorImpl 5a6468fe7 <Kenta Murata> Replace nullptr with NULLPTR 6a14b96f8 <Kenta Murata> Stop using ARROW_TEMPLATE_EXPORT for SparseTensorImpl