未验证 提交 d37b7232 编写于 作者: sangshuduo's avatar sangshuduo 提交者: GitHub

docs: replace a few Chinese words in connector docs-en (#12730)

* docs: connector in English

[TD-15544]

* docs: connector doc in English

[TD-15544]

* fix format issues

* fix format issues

* translate rest and node in English

* fix extra columns

* fix title format

* docs: repalce a few Chinese words
上级 58f35229
......@@ -565,7 +565,7 @@ public class ParameterBindingDemo {
// set table name
pstmt.setTableName("t5_" + i);
// set tags
pstmt.setTagNString(0, "北京-abc");
pstmt.setTagNString(0, "Beijing-abc");
// set columns
ArrayList<Long> tsList = new ArrayList<>();
......@@ -576,7 +576,7 @@ public class ParameterBindingDemo {
ArrayList<String> f1List = new ArrayList<>();
for (int j = 0; j < numOfRow; j++) {
f1List.add("北京-abc");
f1List.add("Beijing-abc");
}
pstmt.setNString(1, f1List, BINARY_COLUMN_SIZE);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册