Docs: Change single-dim to hashed in example for index task (#15529)

This commit is contained in:
Benjamin Hopp 2024-02-25 20:46:10 -07:00 committed by GitHub
parent 06deda9415
commit ebb7190545
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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
}
}