Skip to content

Commit e158a37

Browse files
committed
fix docs
1 parent 5e26c8f commit e158a37

File tree

2 files changed

+14
-8
lines changed

2 files changed

+14
-8
lines changed

docs/layouts/shortcodes/generated/core_configuration.html

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -57,22 +57,22 @@
5757
<td>Write blob field using blob descriptor rather than blob bytes.</td>
5858
</tr>
5959
<tr>
60-
<td><h5>blob-external-storage-field</h5></td>
60+
<td><h5>blob-descriptor-field</h5></td>
6161
<td style="word-wrap: break-word;">(none)</td>
6262
<td>String</td>
63-
<td>Comma-separated BLOB field names (must be a subset of 'blob-descriptor-field') whose raw data will be written to external storage at write time. The external storage path is configured via 'blob-external-storage-path'. Orphan file cleanup is not applied to that path.</td>
63+
<td>Comma-separated BLOB field names to store as serialized BlobDescriptor bytes inline in data files.</td>
6464
</tr>
6565
<tr>
66-
<td><h5>blob-external-storage-path</h5></td>
66+
<td><h5>blob-external-storage-field</h5></td>
6767
<td style="word-wrap: break-word;">(none)</td>
6868
<td>String</td>
69-
<td>The external storage path where raw BLOB data from fields configured by 'blob-external-storage-field' is written at write time. Orphan file cleanup is not applied to this path.</td>
69+
<td>Comma-separated BLOB field names (must be a subset of 'blob-descriptor-field') whose raw data will be written to external storage at write time. The external storage path is configured via 'blob-external-storage-path'. Orphan file cleanup is not applied to that path.</td>
7070
</tr>
7171
<tr>
72-
<td><h5>blob-descriptor-field</h5></td>
72+
<td><h5>blob-external-storage-path</h5></td>
7373
<td style="word-wrap: break-word;">(none)</td>
7474
<td>String</td>
75-
<td>Comma-separated BLOB field names to store as serialized BlobDescriptor bytes inline in data files.</td>
75+
<td>The external storage path where raw BLOB data from fields configured by 'blob-external-storage-field' is written at write time. Orphan file cleanup is not applied to this path.</td>
7676
</tr>
7777
<tr>
7878
<td><h5>blob-field</h5></td>
@@ -426,7 +426,13 @@
426426
<td><h5>data-file.external-paths.strategy</h5></td>
427427
<td style="word-wrap: break-word;">none</td>
428428
<td><p>Enum</p></td>
429-
<td>The strategy of selecting an external path when writing data.<br /><br />Possible values:<ul><li>"none": Do not choose any external storage, data will still be written to the default warehouse path.</li><li>"specific-fs": Select a specific file system as the external path. Currently supported are S3 and OSS.</li><li>"round-robin": When writing a new file, a path is chosen from data-file.external-paths in turn.</li><li>"entropy-inject": When writing a new file, a path is chosen based on the hash value of the file's content.</li></ul></td>
429+
<td>The strategy of selecting an external path when writing data.<br /><br />Possible values:<ul><li>"none": Do not choose any external storage, data will still be written to the default warehouse path.</li><li>"specific-fs": Select a specific file system as the external path. Currently supported are S3 and OSS.</li><li>"round-robin": When writing a new file, a path is chosen from data-file.external-paths in turn.</li><li>"entropy-inject": When writing a new file, a path is chosen based on the hash value of the file's content.</li><li>"weight-robin": When writing a new file, a path is chosen based on configured weights.</li></ul></td>
430+
</tr>
431+
<tr>
432+
<td><h5>data-file.external-paths.weights</h5></td>
433+
<td style="word-wrap: break-word;">(none)</td>
434+
<td>String</td>
435+
<td>The weights for external paths when data-file.external-paths.strategy is set to weight-robin. Format: 'weight1,weight2,...' with weights corresponding to paths in data-file.external-paths by order. Example: '10,5,15' means first path has weight 10, second 5, third 15. Weights must be positive integers.</td>
430436
</tr>
431437
<tr>
432438
<td><h5>data-file.path-directory</h5></td>

docs/layouts/shortcodes/generated/orc_configuration.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<td><h5>orc.timestamp-ltz.legacy.type</h5></td>
4343
<td style="word-wrap: break-word;">true</td>
4444
<td>Boolean</td>
45-
<td>This option is used to be compatible with the paimon-orcs old behavior for the `timestamp_ltz` data type.</td>
45+
<td>This option is used to be compatible with the paimon-orc's old behavior for the `timestamp_ltz` data type.</td>
4646
</tr>
4747
</tbody>
4848
</table>

0 commit comments

Comments
 (0)