georgew5656 commented on code in PR #16561:
URL: https://github.com/apache/druid/pull/16561#discussion_r1631457937


##########
extensions-core/azure-extensions/src/main/java/org/apache/druid/storage/azure/AzureDataSegmentConfig.java:
##########
@@ -21,12 +21,15 @@
 
 import com.fasterxml.jackson.annotation.JsonProperty;
 
+import javax.validation.constraints.NotNull;
+
 /**
- * Stores the configuration for segments written to Azure deep storage
+ * Stores the configuration for segments written to Azure deep storage.
  */
 public class AzureDataSegmentConfig
 {
   @JsonProperty
+  @NotNull
   private String container;

Review Comment:
   what happens if someone wants to just load the azure extension for 
ingestion, will this break on start?



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to