kou commented on code in PR #39904:
URL: https://github.com/apache/arrow/pull/39904#discussion_r1482431646
##########
cpp/src/arrow/filesystem/azurefs.cc:
##########
@@ -1115,6 +1332,22 @@ class AzureFileSystem::Impl {
}
}
+ Result<FileInfo> GetFileInfoOfPathWithinContainer(const AzureLocation&
location) {
Review Comment:
It seems that most codes are same as `AzureFileSystem::GetFileInfo()`.
How about renaming this to `GetFileInfo(const AzureLocation& location)` and
move `AzureFileSystem::GetFileInfo()` implementation to here?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]