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: hologres-connector-examples/hologres-connector-flink-examples/src/main/java/com/alibaba/ververica/connectors/hologres/example/FlinkDSAndSQLToHoloExample.java
Copy file name to clipboardExpand all lines: hologres-connector-examples/hologres-connector-flink-examples/src/main/java/com/alibaba/ververica/connectors/hologres/example/FlinkDataStreamToHoloExample.java
+9-5Lines changed: 9 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,9 @@
24
24
importjava.math.BigDecimal;
25
25
importjava.sql.Timestamp;
26
26
27
-
/** A Flink data streak example sinking data to Hologres. */
27
+
/**
28
+
* A Flink data streak example sinking data to Hologres.
Copy file name to clipboardExpand all lines: hologres-connector-examples/hologres-connector-flink-examples/src/main/java/com/alibaba/ververica/connectors/hologres/example/FlinkSQLSourceAndSinkExample.java
Copy file name to clipboardExpand all lines: hologres-connector-examples/hologres-connector-flink-examples/src/main/java/com/alibaba/ververica/connectors/hologres/example/FlinkSQLToHoloExample.java
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,9 @@
19
19
importjava.util.ArrayList;
20
20
importjava.util.List;
21
21
22
-
/** A Flink sql example sinking data to Hologres. */
Copy file name to clipboardExpand all lines: hologres-connector-examples/hologres-connector-flink-examples/src/main/java/com/alibaba/ververica/connectors/hologres/example/FlinkSQLToHoloRePartitionExample.java
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,9 @@
13
13
importorg.slf4j.Logger;
14
14
importorg.slf4j.LoggerFactory;
15
15
16
-
/** A Flink data stream demo sink data to hologres and do custom partition. */
16
+
/**
17
+
* A Flink data stream demo sink data to hologres and do custom partition.
0 commit comments