Commits


Felipe Oliveira Carvalho authored and GitHub committed 621f707f62b
GH-40085: [C++][FS][Azure] Validate containers in AzureFileSystem::Impl::MovePaths() (#40086) ### Rationale for this change Cross container moves aren't supported yet (and might never be). ### What changes are included in this PR? - Check that containers are the same before calling a `Rename` that assumes `src` and `dest` are on the same container ### Are these changes tested? Yes, new tests were added. * Closes: #40085 Authored-by: Felipe Oliveira Carvalho <felipekde@gmail.com> Signed-off-by: Felipe Oliveira Carvalho <felipekde@gmail.com>