Skip to content

Commit 829f26a

Browse files
committed
[docs] fix a doc error about incremental clustering
1 parent aaa6019 commit 829f26a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/append-table/incremental-clustering.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ To enable Incremental Clustering, the following configuration needs to be set fo
7878
<td><h5>clustering.strategy</h5></td>
7979
<td>'zorder' or 'hilbert' or 'order'</td>
8080
<td style="word-wrap: break-word;">No</td>
81-
<td>Boolean</td>
81+
<td>String</td>
8282
<td>The ordering algorithm used for clustering. If not set, It'll decided from the number of clustering columns. 'order' is used for 1 column, 'zorder' for less than 5 columns, and 'hilbert' for 5 or more columns.</td>
8383
</tr>
8484
</tbody>

0 commit comments

Comments
 (0)