felipecrv commented on code in PR #39298:
URL: https://github.com/apache/arrow/pull/39298#discussion_r1432056848
##########
cpp/src/arrow/filesystem/azurefs.h:
##########
@@ -117,6 +118,54 @@ struct ARROW_EXPORT AzureOptions {
MakeDataLakeServiceClient() const;
};
+namespace internal {
+
+enum class HNSSupport {
Review Comment:
I abbreviated the enum class because it gets repeated a lot, but kept the
function names with the full name :-)
HNS is used in Microsoft documentation together with NFS, SFTP... so it's
not so bad.
https://learn.microsoft.com/en-us/azure/storage/blobs/storage-feature-support-in-storage-accounts
--
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]