Commits


Felipe Oliveira Carvalho authored and GitHub committed d2970e1d047
GH-40405: [C++] Produce better error message when Move is attempted on flat-namespace accounts (#40406) ### Rationale for this change To guide users that might try to `Move` on accounts without HNS. ### What changes are included in this PR? The rewrite of the error message. ### Are these changes tested? Covered by existing tests. * GitHub Issue: #40405 Authored-by: Felipe Oliveira Carvalho <felipekde@gmail.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>