Commits


David Li authored and Sutou Kouhei committed 8b3e067b1af
ARROW-15424: [C++][GLib] Fix CUDA bindings ARROW-15373 changed MemoryManager::AllocateBuffer to return unique_ptr; the GLib bindings needed updating for this, however. Also, tweaked the C++ since some compilers don't implicitly convert unique_ptr to shared_ptr on return. Closes #12237 from lidavidm/arrow-15424 Authored-by: David Li <li.davidm96@gmail.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>