Skip to content

Commit 8d746ba

Browse files
committed
Refine comment of sample code of ots writer.
1 parent d25ceac commit 8d746ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/examples/OTSWriterSample.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ private static void createTable(OTSClient client, String tableName)
8686
TableMeta tableMeta = new TableMeta(tableName);
8787
tableMeta.addPrimaryKeyColumn(COLUMN_GID_NAME, PrimaryKeyType.INTEGER);
8888
tableMeta.addPrimaryKeyColumn(COLUMN_UID_NAME, PrimaryKeyType.INTEGER);
89-
// 将该表的读写CU都设置为100
89+
// 将该表的读写CU都设置为0
9090
CapacityUnit capacityUnit = new CapacityUnit(0, 0);
9191

9292
CreateTableRequest request = new CreateTableRequest();

0 commit comments

Comments
 (0)