We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f078a49 commit d88fc4eCopy full SHA for d88fc4e
docs/en/engines/table-engines/mergetree-family/part_export.md
@@ -40,13 +40,13 @@ Source and destination tables must be 100% compatible:
40
41
- **Type**: `Bool`
42
- **Default**: `false`
43
-- **Description**: Must be set to `1` to enable the experimental feature.
+- **Description**: Must be set to `true` to enable the experimental feature.
44
45
### `export_merge_tree_part_overwrite_file_if_exists` (Optional)
46
47
48
49
-- **Description**: If set to `1`, it will overwrite the file. Otherwise, fails with exception.
+- **Description**: If set to `true`, it will overwrite the file. Otherwise, fails with exception.
50
51
## Examples
52
0 commit comments