Commits


Sanjiban Sengupta authored and GitHub committed c74540f2fff
GH-34753: [C++] Nightly builds failing with EnsureAlignment (#34754) This PR should fix the nightly builds CI error which occurred after merging #14758. In the EnsureAlignment utility for a Buffer, the modified buffer should be returned by `std::move`. * Closes: #34753 Authored-by: Sanjiban Sengupta <sanjiban.sg@gmail.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>