Skip to content

Commit 5a757cf

Browse files
authored
Update starrocks-sink data type mapping (#2097)
1 parent 95acfb9 commit 5a757cf

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

docs/guides/sink-to-starrocks.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
id: sink-to-starrocks
33
title: Sink data from RisingWave to StarRocks
44
description: Sink data from RisingWave to StarRocks.
5-
slug: /sink-to-starrocks
5+
slug: /sink-to-starrocks
66
---
77

88
This guide describes how to sink data from RisingWave to StarRocks.
99

1010
StarRocks is an open-source, massively parallel processing (MPP) database. For details on how to get started with StarRocks, see the [Quick start](https://docs.starrocks.io/docs/quick_start/) guide.
1111

12-
The StarRocks stream load does not support sinking `struct` and `json` types.
12+
The StarRocks stream load does not support sinking `struct` type.
1313

1414
## Prerequisites
1515

@@ -86,7 +86,7 @@ The following table shows the corresponding data type in RisingWave that should
8686
| DATETIME | TIMESTAMP WITHOUT TIME ZONE |
8787
| No support | TIMESTAMP WITH TIME ZONE(Can be converted to timestamp in RisingWave then sinked into StarRocks )|
8888
| No support | INTERVAL |
89-
| JSON | STRUCT |
89+
| No support | STRUCT |
9090
| ARRAY | ARRAY |
9191
| No support | BYTEA |
9292
| JSON | JSONB |

versioned_docs/version-1.8/guides/sink-to-starrocks.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
id: sink-to-starrocks
33
title: Sink data from RisingWave to StarRocks
44
description: Sink data from RisingWave to StarRocks.
5-
slug: /sink-to-starrocks
5+
slug: /sink-to-starrocks
66
---
77

88
This guide describes how to sink data from RisingWave to StarRocks.
99

1010
StarRocks is an open-source, massively parallel processing (MPP) database. For details on how to get started with StarRocks, see the [Quick start](https://docs.starrocks.io/docs/quick_start/) guide.
1111

12-
The StarRocks stream load does not support sinking `struct` and `json` types.
12+
The StarRocks stream load does not support sinking `struct` type.
1313

1414
## Prerequisites
1515

@@ -86,8 +86,8 @@ The following table shows the corresponding data type in RisingWave that should
8686
| DATETIME | TIMESTAMP WITHOUT TIME ZONE |
8787
| No support | TIMESTAMP WITH TIME ZONE(Can be converted to timestamp in RisingWave then sinked into StarRocks )|
8888
| No support | INTERVAL |
89-
| JSON | STRUCT |
89+
| No support | STRUCT |
9090
| ARRAY | ARRAY |
9191
| No support | BYTEA |
9292
| JSON | JSONB |
93-
| BIGINT | SERIAL |
93+
| BIGINT | SERIAL |

0 commit comments

Comments
 (0)