diff --git a/docs/ingestion/native-batch-simple-task.md b/docs/ingestion/native-batch-simple-task.md index ca6c28c7d00..6b93d119ec8 100644 --- a/docs/ingestion/native-batch-simple-task.md +++ b/docs/ingestion/native-batch-simple-task.md @@ -90,8 +90,8 @@ A sample task is shown below: "tuningConfig" : { "type" : "index", "partitionsSpec": { - "type": "single_dim", - "partitionDimension": "country", + "type": "hashed", + "partitionDimensions": ["country"], "targetRowsPerSegment": 5000000 } }