Skip to content

Commit 46c226e

Browse files
authored
GH-38758: [C++][FS][Azure] Rename AzurePath to AzureLocation (#38773)
### Rationale for this change It's for readability. `AzurePath::path_to_file` may refer a directory but its name includes `file`. ### What changes are included in this PR? Rename `AzurePath` to `AzureLocation`: * `AzurePath::path_to_file` -> `AzureLocation::path` * `AzurePath::path_to_file_parts` -> `AzureLocation::path_parts` * `AzurePath::full_path` -> `AzureLocation::all` ### Are these changes tested? Yes. ### Are there any user-facing changes? No. * Closes: #38758 Authored-by: Sutou Kouhei <kou@clear-code.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>
1 parent 8301eb5 commit 46c226e

File tree

1 file changed

+126
-119
lines changed

1 file changed

+126
-119
lines changed

0 commit comments

Comments
 (0)