felipecrv commented on code in PR #39340:
URL: https://github.com/apache/arrow/pull/39340#discussion_r1434276687
##########
cpp/src/arrow/filesystem/azurefs.h:
##########
@@ -154,6 +154,9 @@ class ARROW_EXPORT AzureFileSystem : public FileSystem {
explicit AzureFileSystem(std::unique_ptr<Impl>&& impl);
+ protected:
+ AzureFileSystem* ForceCachedHierarchicalNamespaceSupport(int hns_support);
Review Comment:
I can take it out and restrict it to the code in tests.
--
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]