Skip to content

Commit

Permalink
apacheGH-38758: [C++][FS][Azure] Rename AzurePath to AzureLocation (a…
Browse files Browse the repository at this point in the history
…pache#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: apache#38758

Authored-by: Sutou Kouhei <kou@clear-code.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
  • Loading branch information
kou committed Nov 19, 2023
1 parent 8301eb5 commit 46c226e
Showing 1 changed file with 126 additions and 119 deletions.
Loading

0 comments on commit 46c226e

Please sign in to comment.