You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### 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>
…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>
Describe the enhancement requested
It's for readability.
See also the discussion about this: #38708 (comment)
We will also rename
AzurePath::path_to_file
toAzureLoation::path
.Component(s)
C++
The text was updated successfully, but these errors were encountered: