Skip to content

Commit e3cb114

Browse files
committed
fix merge
1 parent 9144d15 commit e3cb114

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

ydb/docs/en/core/reference/ydb-cli/_includes/workload/init_options_tpc.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,7 @@
77
| `--external-s3-endpoint <value>` or `-e <value>` | Relevant only for external tables. Link to the S3 bucket with data. | |
88
| `--string` | Use the `String` type for text fields. | `Utf8` |
99
| `--datetime` | Use for time-related fields of type `Date`, `Datetime`, and `Timestamp`. | `Date32`, `Datetime64`, `Timestamp64` |
10-
<<<<<<< HEAD
11-
| `--float-mode <value>` | Specifies the data type to use for fractional fields. Possible values are `float`, `decimal`, and `decimal_ydb`. `float` uses the `Float` type, `decimal` uses `Decimal` with dimensions specified by the test standard, and `decimal_ydb` uses `Decimal(22,9)` — the only type currently supported by {{ ydb-short-name }}. | `float` |
12-
=======
1310
| `--partition-size` | Maximum partition size in megabytes (AUTO_PARTITIONING_PARTITION_SIZE_MB) for row tables. | 2000 |
1411
| `--float-mode <value>` | Specifies the data type to use for fractional fields. Possible values are `float`, `decimal`, and `decimal_ydb`. `float` uses the `Float` type, `decimal` uses `Decimal` with dimensions specified by the test standard, and `decimal_ydb` uses `Decimal(22,9)`. | `float` |
1512
| `--scale` | Sets the percentage of the benchmark's data size and workload to use, relative to full scale. | 1 |
16-
>>>>>>> bffc067fe7b (Docs: Parameterized decimal (#19482))
1713
| `--clear` | If the table at the specified path already exists, it will be deleted. | |

0 commit comments

Comments
 (0)