dimas-b commented on code in PR #3347:
URL: https://github.com/apache/polaris/pull/3347#discussion_r2677178398


##########
polaris-core/src/main/java/org/apache/polaris/core/storage/azure/AzureStorageConfigurationInfo.java:
##########
@@ -58,6 +58,10 @@ public StorageType getStorageType() {
   @Nullable
   public abstract String getConsentUrl();
 
+  /** The flag indicating whether the storage account supports hierarchical 
namespaces. */
+  @Nullable
+  public abstract Boolean isHierarchical();

Review Comment:
   An object `Boolean` is meant to allow distinguishing unset from `false` in 
the (generated) `AzureStorageConfigInfo` class. A simple `boolean` would be 
exposed to clients even it it was not explicitly set.
   
   I'd rather not change `AzureStorageConfigInfo` serialization in this PR :)



-- 
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]

Reply via email to