Skip to content

Commit 5372303

Browse files
authored
Merge branch 'main' into table-time-column-user-defined
2 parents 044b64d + ce17504 commit 5372303

230 files changed

Lines changed: 15063 additions & 10410 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

src/.vuepress/sidebar/V2.0.x/en-Table.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@ export const enSidebar = {
189189
collapsible: true,
190190
children: [
191191
{ text: 'Apache Spark', link: 'Spark-IoTDB' },
192+
{ text: 'Apache SeaTunnel', link: 'SeaTunnel_apache' },
192193
],
193194
},
194195
{
@@ -215,6 +216,7 @@ export const enSidebar = {
215216
collapsible: true,
216217
prefix: 'SQL-Manual/',
217218
children: [
219+
{ text: 'QuickStart Only SQL', link: 'QuickStart-Only-Sql_apache' },
218220
{ text: 'Metadata Operations', link: 'SQL-Metadata-Operations_apache' },
219221
{ text: 'Data Addition&Deletion', link: 'SQL-Data-Addition-Deletion_apache' },
220222
{

src/.vuepress/sidebar/V2.0.x/en-Tree.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,7 @@ export const enSidebar = {
235235
children: [
236236
{ text: 'Apache Flink', link: 'Flink-IoTDB' },
237237
{ text: 'Apache Spark', link: 'Spark-IoTDB' },
238+
{ text: 'Apache SeaTunnel', link: 'SeaTunnel_apache' },
238239
],
239240
},
240241
{
@@ -268,6 +269,7 @@ export const enSidebar = {
268269
collapsible: true,
269270
prefix: 'SQL-Manual/',
270271
children: [
272+
{ text: 'QuickStart Only SQL', link: 'QuickStart-Only-Sql_apache' },
271273
{ text: 'Identifiers', link: 'Syntax-Rule' },
272274
{ text: 'Keywords', link: 'Keywords' },
273275
{ text: 'SQL Manual', link: 'SQL-Manual_apache' },

src/.vuepress/sidebar/V2.0.x/zh-Table.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ export const zhSidebar = {
186186
collapsible: true,
187187
children: [
188188
{ text: 'Apache Spark', link: 'Spark-IoTDB' },
189+
{ text: 'Apache SeaTunnel', link: 'SeaTunnel_apache' },
189190
],
190191
},
191192
{
@@ -212,6 +213,7 @@ export const zhSidebar = {
212213
collapsible: true,
213214
prefix: 'SQL-Manual/',
214215
children: [
216+
{ text: '快速 SQL 体验', link: 'QuickStart-Only-Sql_apache' },
215217
{ text: '元数据操作', link: 'SQL-Metadata-Operations_apache' },
216218
{ text: '数据增删', link: 'SQL-Data-Addition-Deletion_apache' },
217219
{

src/.vuepress/sidebar/V2.0.x/zh-Tree.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,7 @@ export const zhSidebar = {
226226
children: [
227227
{ text: 'Apache Flink', link: 'Flink-IoTDB' },
228228
{ text: 'Apache Spark', link: 'Spark-IoTDB' },
229+
{ text: 'Apache SeaTunnel', link: 'SeaTunnel_apache' },
229230
],
230231
},
231232
{
@@ -259,6 +260,7 @@ export const zhSidebar = {
259260
collapsible: true,
260261
prefix: 'SQL-Manual/',
261262
children: [
263+
{ text: '快速 SQL 体验', link: 'QuickStart-Only-Sql_apache' },
262264
{ text: '标识符', link: 'Syntax-Rule' },
263265
{ text: '关键字', link: 'Keywords' },
264266
{ text: 'SQL手册', link: 'SQL-Manual_apache' },

src/.vuepress/sidebar_timecho/V2.0.x/en-Table.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,7 @@ export const enSidebar = {
217217
collapsible: true,
218218
children: [
219219
{ text: 'Apache Spark', link: 'Spark-IoTDB' },
220+
{ text: 'Apache SeaTunnel', link: 'SeaTunnel_timecho' },
220221
],
221222
},
222223
{
@@ -243,6 +244,7 @@ export const enSidebar = {
243244
collapsible: true,
244245
prefix: 'SQL-Manual/',
245246
children: [
247+
{ text: 'QuickStart Only SQL', link: 'QuickStart-Only-Sql_timecho' },
246248
{ text: 'Metadata Operations', link: 'SQL-Metadata-Operations_timecho' },
247249
{ text: 'Data Addition&Deletion', link: 'SQL-Data-Addition-Deletion_timecho' },
248250
{

src/.vuepress/sidebar_timecho/V2.0.x/en-Tree.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,7 @@ export const enSidebar = {
262262
children: [
263263
{ text: 'Apache Flink', link: 'Flink-IoTDB' },
264264
{ text: 'Apache Spark', link: 'Spark-IoTDB' },
265+
{ text: 'Apache SeaTunnel', link: 'SeaTunnel_timecho' },
265266
],
266267
},
267268
{
@@ -296,6 +297,7 @@ export const enSidebar = {
296297
collapsible: true,
297298
prefix: 'SQL-Manual/',
298299
children: [
300+
{ text: 'QuickStart Only SQL', link: 'QuickStart-Only-Sql_timecho' },
299301
{ text: 'Identifiers', link: 'Syntax-Rule' },
300302
{ text: 'Keywords', link: 'Keywords' },
301303
{ text: 'SQL Manual', link: 'SQL-Manual_timecho' },

src/.vuepress/sidebar_timecho/V2.0.x/zh-Table.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ export const zhSidebar = {
208208
collapsible: true,
209209
children: [
210210
{ text: 'Apache Spark', link: 'Spark-IoTDB' },
211+
{ text: 'Apache SeaTunnel', link: 'SeaTunnel_timecho' },
211212
],
212213
},
213214
{
@@ -234,6 +235,7 @@ export const zhSidebar = {
234235
collapsible: true,
235236
prefix: 'SQL-Manual/',
236237
children: [
238+
{ text: '快速 SQL 体验', link: 'QuickStart-Only-Sql_timecho' },
237239
{ text: '元数据操作', link: 'SQL-Metadata-Operations_timecho' },
238240
{ text: '数据增删', link: 'SQL-Data-Addition-Deletion_timecho' },
239241
{

src/.vuepress/sidebar_timecho/V2.0.x/zh-Tree.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,7 @@ export const zhSidebar = {
244244
children: [
245245
{ text: 'Apache Flink', link: 'Flink-IoTDB' },
246246
{ text: 'Apache Spark', link: 'Spark-IoTDB' },
247+
{ text: 'Apache SeaTunnel', link: 'SeaTunnel_timecho' },
247248
],
248249
},
249250
{
@@ -278,6 +279,7 @@ export const zhSidebar = {
278279
collapsible: true,
279280
prefix: 'SQL-Manual/',
280281
children: [
282+
{ text: '快速 SQL 体验', link: 'QuickStart-Only-Sql_timecho' },
281283
{ text: '标识符', link: 'Syntax-Rule' },
282284
{ text: '关键字', link: 'Keywords' },
283285
{ text: 'SQL手册', link: 'SQL-Manual_timecho' },

src/Download/README.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -27,109 +27,109 @@
2727
<th>release notes</th>
2828
</tr>
2929
<tr>
30-
<td rowspan="2">2.0.6</td>
30+
<td rowspan="2">2.0.7</td>
3131
<td>
3232
<a
33-
href="https://www.apache.org/dyn/closer.cgi/iotdb/2.0.6/apache-iotdb-2.0.6-all-bin.zip"
33+
href="https://www.apache.org/dyn/closer.cgi/iotdb/2.0.7/apache-iotdb-2.0.7-all-bin.zip"
3434
>All-in-one</a
3535
>
3636
</td>
3737
<td>
3838
<a
39-
href="https://downloads.apache.org/iotdb/2.0.6/apache-iotdb-2.0.6-all-bin.zip.sha512"
39+
href="https://downloads.apache.org/iotdb/2.0.7/apache-iotdb-2.0.7-all-bin.zip.sha512"
4040
>SHA512</a
4141
>
4242
</td>
4343
<td>
4444
<a
45-
href="https://downloads.apache.org/iotdb/2.0.6/apache-iotdb-2.0.6-all-bin.zip.asc"
45+
href="https://downloads.apache.org/iotdb/2.0.7/apache-iotdb-2.0.7-all-bin.zip.asc"
4646
>ASC</a
4747
>
4848
</td>
4949
<td rowspan="2">
5050
<a
51-
href="https://www.apache.org/dyn/closer.cgi/iotdb/2.0.6/apache-iotdb-2.0.6-source-release.zip"
51+
href="https://www.apache.org/dyn/closer.cgi/iotdb/2.0.7/apache-iotdb-2.0.7-source-release.zip"
5252
>Sources</a
5353
>
5454
</td>
5555
<td rowspan="2">
5656
<a
57-
href="https://downloads.apache.org/iotdb/2.0.6/apache-iotdb-2.0.6-source-release.zip.sha512"
57+
href="https://downloads.apache.org/iotdb/2.0.7/apache-iotdb-2.0.7-source-release.zip.sha512"
5858
>SHA512</a
5959
>
6060
</td>
6161
<td rowspan="2">
6262
<a
63-
href="https://downloads.apache.org/iotdb/2.0.6/apache-iotdb-2.0.6-source-release.zip.asc"
63+
href="https://downloads.apache.org/iotdb/2.0.7/apache-iotdb-2.0.7-source-release.zip.asc"
6464
>ASC</a
6565
>
6666
</td>
6767
<td rowspan="2">
68-
<a href="https://downloads.apache.org/iotdb/2.0.6/RELEASE_NOTES.md"
68+
<a href="https://downloads.apache.org/iotdb/2.0.7/RELEASE_NOTES.md"
6969
>release notes</a
7070
>
7171
</td>
7272
</tr>
7373
<tr>
7474
<td>
7575
<a
76-
href="https://www.apache.org/dyn/closer.cgi/iotdb/2.0.6/apache-iotdb-2.0.6-ainode-linux-aarch64-bin.zip"
76+
href="https://www.apache.org/dyn/closer.cgi/iotdb/2.0.7/apache-iotdb-2.0.7-ainode-linux-aarch64-bin.zip"
7777
>AINode linux-aarch64</a
7878
>
7979
</td>
8080
<td>
8181
<a
82-
href="https://downloads.apache.org/iotdb/2.0.6/apache-iotdb-2.0.6-ainode-linux-aarch64-bin.zip.sha512"
82+
href="https://downloads.apache.org/iotdb/2.0.7/apache-iotdb-2.0.7-ainode-linux-aarch64-bin.zip.sha512"
8383
>SHA512</a
8484
>
8585
</td>
8686
<td>
8787
<a
88-
href="https://downloads.apache.org/iotdb/2.0.6/apache-iotdb-2.0.6-ainode-linux-aarch64-bin.zip.asc"
88+
href="https://downloads.apache.org/iotdb/2.0.7/apache-iotdb-2.0.7-ainode-linux-aarch64-bin.zip.asc"
8989
>ASC</a
9090
>
9191
</td>
9292
</tr>
9393
<tr>
94-
<td rowspan="1">1.3.6</td>
94+
<td rowspan="1">1.3.7</td>
9595
<td>
9696
<a
97-
href="https://www.apache.org/dyn/closer.cgi/iotdb/1.3.6/apache-iotdb-1.3.6-all-bin.zip"
97+
href="https://www.apache.org/dyn/closer.cgi/iotdb/1.3.7/apache-iotdb-1.3.7-all-bin.zip"
9898
>All-in-one</a
9999
>
100100
</td>
101101
<td>
102102
<a
103-
href="https://downloads.apache.org/iotdb/1.3.6/apache-iotdb-1.3.6-all-bin.zip.sha512"
103+
href="https://downloads.apache.org/iotdb/1.3.7/apache-iotdb-1.3.7-all-bin.zip.sha512"
104104
>SHA512</a
105105
>
106106
</td>
107107
<td>
108108
<a
109-
href="https://downloads.apache.org/iotdb/1.3.6/apache-iotdb-1.3.6-all-bin.zip.asc"
109+
href="https://downloads.apache.org/iotdb/1.3.7/apache-iotdb-1.3.7-all-bin.zip.asc"
110110
>ASC</a
111111
>
112112
</td>
113113
<td rowspan="1">
114114
<a
115-
href="https://www.apache.org/dyn/closer.cgi/iotdb/1.3.6/apache-iotdb-1.3.6-source-release.zip"
115+
href="https://www.apache.org/dyn/closer.cgi/iotdb/1.3.7/apache-iotdb-1.3.7-source-release.zip"
116116
>Sources</a
117117
>
118118
</td>
119119
<td rowspan="1">
120120
<a
121-
href="https://downloads.apache.org/iotdb/1.3.6/apache-iotdb-1.3.6-source-release.zip.sha512"
121+
href="https://downloads.apache.org/iotdb/1.3.7/apache-iotdb-1.3.7-source-release.zip.sha512"
122122
>SHA512</a
123123
>
124124
</td>
125125
<td rowspan="1">
126126
<a
127-
href="https://downloads.apache.org/iotdb/1.3.6/apache-iotdb-1.3.6-source-release.zip.asc"
127+
href="https://downloads.apache.org/iotdb/1.3.7/apache-iotdb-1.3.7-source-release.zip.asc"
128128
>ASC</a
129129
>
130130
</td>
131131
<td rowspan="1">
132-
<a href="https://downloads.apache.org/iotdb/1.3.6/RELEASE_NOTES.md"
132+
<a href="https://downloads.apache.org/iotdb/1.3.7/RELEASE_NOTES.md"
133133
>release notes</a
134134
>
135135
</td>

src/UserGuide/Master/Table/API/Programming-CSharp-Native-API_apache.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ If using .NET 5.0 or a later version of the SDK, enter the following command to
4141
```Plain
4242
dotnet add package Apache.IoTDB
4343
```
44+
Note: Do not use a newer client to connect to an older server, as this may cause connection failures or unexpected errors.
4445

4546
## 3. Read/Write Operations
4647

0 commit comments

Comments
 (0)