You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/append-table/incremental-clustering.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,7 @@ To enable Incremental Clustering, the following configuration needs to be set fo
78
78
<td><h5>clustering.strategy</h5></td>
79
79
<td>'zorder' or 'hilbert' or 'order'</td>
80
80
<td style="word-wrap: break-word;">No</td>
81
-
<td>Boolean</td>
81
+
<td>String</td>
82
82
<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>
0 commit comments