This is an automated email from the ASF dual-hosted git repository.

karan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git


The following commit(s) were added to refs/heads/master by this push:
     new c21221a1994 Add missing column to markdown table (#18417)
c21221a1994 is described below

commit c21221a199496f2277fcff565ed07760985fbdb2
Author: rasmusselsmark <[email protected]>
AuthorDate: Tue Aug 19 19:09:57 2025 +0200

    Add missing column to markdown table (#18417)
---
 docs/multi-stage-query/reference.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/multi-stage-query/reference.md 
b/docs/multi-stage-query/reference.md
index 64e31a8bb0b..1b6aa7f7dd6 100644
--- a/docs/multi-stage-query/reference.md
+++ b/docs/multi-stage-query/reference.md
@@ -531,7 +531,7 @@ There are common configurations that control the behavior 
regardless of which st
 Common properties to configure the behavior of durable storage
 
 |Parameter          | Required | Description          | Default | 
-|--|--|--|
+|--|--|--|--|
 |`druid.msq.intermediate.storage.enable`  | Yes |  Whether to enable durable 
storage for the cluster. Set it to true to enable durable storage. For more 
information about enabling durable storage, see [Durable 
storage](../operations/durable-storage.md). | false | 
 |`druid.msq.intermediate.storage.type` |  Yes | The type of storage to use. 
Set it to `s3` for S3, `azure` for Azure and `google` for Google | n/a |
 |`druid.msq.intermediate.storage.tempDir`| Yes |  Directory path on the local 
disk to store temporary files required while uploading and downloading the 
data. If the property is not configured on the indexer or middle manager, it 
defaults to using the task temporary directory. | n/a |


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

Reply via email to