techdocsmith commented on a change in pull request #11153:
URL: https://github.com/apache/druid/pull/11153#discussion_r621687801



##########
File path: docs/ingestion/native-batch.md
##########
@@ -1066,17 +1064,17 @@ Sample specs:
 |property|description|default|required?|
 |--------|-----------|-------|---------|
 |type|This should be `azure`.|None|yes|
-|uris|JSON array of URIs where Azure Blob objects to be ingested are located. 
Should be in form "azure://\<container>/\<path-to-file\>"|None|`uris` or 
`prefixes` or `objects` must be set|
-|prefixes|JSON array of URI prefixes for the locations of Azure Blob objects 
to be ingested. Should be in the form "azure://\<container>/\<prefix\>". Empty 
objects starting with one of the given prefixes will be skipped.|None|`uris` or 
`prefixes` or `objects` must be set|
-|objects|JSON array of Azure Blob objects to be ingested.|None|`uris` or 
`prefixes` or `objects` must be set|
+|uris|JSON array of URIs where the Azure objects to be ingested are located, 
in the form "azure://\<container>/\<path-to-file\>"|None|`uris` or `prefixes` 
or `objects` must be set|
+|prefixes|JSON array of URI prefixes for the locations of Azure objects to be 
ingested, in the form "azure://\<container>/\<prefix\>". Empty objects starting 
with one of the given prefixes are skipped.|None|`uris` or `prefixes` or 
`objects` must be set|

Review comment:
       ```suggestion
   |prefixes|JSON array of URI prefixes for the locations of Azure objects to 
ingest, in the form "azure://\<container>/\<prefix\>". Empty objects starting 
with one of the given prefixes are skipped.|None|`uris` or `prefixes` or 
`objects` must be set|
   ```
   nit

##########
File path: docs/ingestion/native-batch.md
##########
@@ -1066,17 +1064,17 @@ Sample specs:
 |property|description|default|required?|
 |--------|-----------|-------|---------|
 |type|This should be `azure`.|None|yes|
-|uris|JSON array of URIs where Azure Blob objects to be ingested are located. 
Should be in form "azure://\<container>/\<path-to-file\>"|None|`uris` or 
`prefixes` or `objects` must be set|
-|prefixes|JSON array of URI prefixes for the locations of Azure Blob objects 
to be ingested. Should be in the form "azure://\<container>/\<prefix\>". Empty 
objects starting with one of the given prefixes will be skipped.|None|`uris` or 
`prefixes` or `objects` must be set|
-|objects|JSON array of Azure Blob objects to be ingested.|None|`uris` or 
`prefixes` or `objects` must be set|
+|uris|JSON array of URIs where the Azure objects to be ingested are located, 
in the form "azure://\<container>/\<path-to-file\>"|None|`uris` or `prefixes` 
or `objects` must be set|
+|prefixes|JSON array of URI prefixes for the locations of Azure objects to be 
ingested, in the form "azure://\<container>/\<prefix\>". Empty objects starting 
with one of the given prefixes are skipped.|None|`uris` or `prefixes` or 
`objects` must be set|
+|objects|JSON array of Azure objects to be ingested.|None|`uris` or `prefixes` 
or `objects` must be set|

Review comment:
       ```suggestion
   |objects|JSON array of Azure objects to ingest.|None|`uris` or `prefixes` or 
`objects` must be set|
   ```
   nit




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

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