Description
Currently in AbfsRestOperationType, there are a lot of enums added and some of them corresponds to same operation but going to differentazure storage endpoint.
It makes sense to group these Enums into following Categories:
Global enum: AbfsGlobalRestOperationType
dfs enum: AbfsDFSRestOperationType
blob enum: AbfsBlobRestOperationType
Each of these sub-enums can hold operations used for that particular service endpoint.
Attachments
Issue Links
- is a child of
-
HADOOP-19179 ABFS: Support FNS Accounts over BlobEndpoint
- Open