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

kfaraz 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 ccadfd071d0 Docs: Update partitioning.md to fix a typo (#17555)
ccadfd071d0 is described below

commit ccadfd071d04da763ea9e3c1d01243defca26ecd
Author: Peter Marshall <[email protected]>
AuthorDate: Thu Dec 12 03:26:05 2024 +0000

    Docs: Update partitioning.md to fix a typo (#17555)
    
    Quick fix to point the links to `dimensionsSpec` to the correct section of 
the ingestion spec doc.
---
 docs/ingestion/partitioning.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/ingestion/partitioning.md b/docs/ingestion/partitioning.md
index d1501f5fe0f..22fb253314c 100644
--- a/docs/ingestion/partitioning.md
+++ b/docs/ingestion/partitioning.md
@@ -81,8 +81,8 @@ The following table describes how to configure sorting.
 |Method|Configuration|
 |------|------------|
 |[SQL](../multi-stage-query/index.md)|Uses order of fields in [`CLUSTERED 
BY`](../multi-stage-query/concepts.md#clustering) or 
[`segmentSortOrder`](../multi-stage-query/reference.md#context) in the query 
context|
-|[Kafka](../ingestion/kafka-ingestion.md) or 
[Kinesis](../ingestion/kinesis-ingestion.md)|Uses order of fields in 
[`dimensionsSpec`](ingestion-spec.md#granularityspec)|
-|[Native batch](native-batch.md) or [Hadoop](hadoop.md)|Uses order of fields 
in [`dimensionsSpec`](ingestion-spec.md#granularityspec)|
+|[Kafka](../ingestion/kafka-ingestion.md) or 
[Kinesis](../ingestion/kinesis-ingestion.md)|Uses order of fields in 
[`dimensionsSpec`](ingestion-spec.md#dimensionsspec)|
+|[Native batch](native-batch.md) or [Hadoop](hadoop.md)|Uses order of fields 
in [`dimensionsSpec`](ingestion-spec.md#dimensionsspec)|
 
 :::info
 Druid implicitly sorts rows within a segment by `__time` first before any 
`dimensions` or `CLUSTERED BY` fields, unless


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

Reply via email to