You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -106,6 +106,8 @@ And after that just wire your DataStream with Sink
106
106
data.sinkTo(csvSink);
107
107
```
108
108
109
+
More examples and snippets can be found in our tests [flink-connector-clickhouse-1.17](flink-connector-clickhouse-1.17/src/test/java/org/apache/flink/connector/clickhouse/sink) and [flink-connector-clickhouse-2.0.0](flink-connector-clickhouse-2.0.0/src/test/java/org/apache/flink/connector/clickhouse/sink)
110
+
109
111
### Example
110
112
111
113
## Table API
@@ -114,7 +116,6 @@ data.sinkTo(csvSink);
114
116
115
117
### Example
116
118
117
-
118
119
## Supported ClickHouse Types
119
120
120
121
| Java Type | ClickHouse Type | Supported | Serialize Method |
0 commit comments