Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GH-38782: [C++][FS][Azure] Do nothing for CreateDir("/container", tru…
…e) (#38783) ### Rationale for this change It's failed with hierarchical namespace support. And we don't need to do nothing for the case because container must exist in the case. ### What changes are included in this PR? Add a missing `location.path.empty()` check. ### Are these changes tested? Yes. ### Are there any user-facing changes? Yes. * Closes: #38782 Authored-by: Sutou Kouhei <kou@clear-code.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>
- Loading branch information