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 d25ceac commit 8d746baCopy full SHA for 8d746ba
src/test/java/examples/OTSWriterSample.java
@@ -86,7 +86,7 @@ private static void createTable(OTSClient client, String tableName)
86
TableMeta tableMeta = new TableMeta(tableName);
87
tableMeta.addPrimaryKeyColumn(COLUMN_GID_NAME, PrimaryKeyType.INTEGER);
88
tableMeta.addPrimaryKeyColumn(COLUMN_UID_NAME, PrimaryKeyType.INTEGER);
89
- // 将该表的读写CU都设置为100
+ // 将该表的读写CU都设置为0
90
CapacityUnit capacityUnit = new CapacityUnit(0, 0);
91
92
CreateTableRequest request = new CreateTableRequest();
0 commit comments