Skip to content

Commit d88fc4e

Browse files
committed
fix type in docs
1 parent f078a49 commit d88fc4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/en/engines/table-engines/mergetree-family/part_export.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@ Source and destination tables must be 100% compatible:
4040

4141
- **Type**: `Bool`
4242
- **Default**: `false`
43-
- **Description**: Must be set to `1` to enable the experimental feature.
43+
- **Description**: Must be set to `true` to enable the experimental feature.
4444

4545
### `export_merge_tree_part_overwrite_file_if_exists` (Optional)
4646

4747
- **Type**: `Bool`
4848
- **Default**: `false`
49-
- **Description**: If set to `1`, it will overwrite the file. Otherwise, fails with exception.
49+
- **Description**: If set to `true`, it will overwrite the file. Otherwise, fails with exception.
5050

5151
## Examples
5252

0 commit comments

Comments
 (0)