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: flink-cdc-connect/flink-cdc-source-connectors/flink-connector-mysql-cdc/src/main/java/org/apache/flink/cdc/connectors/mysql/source/utils/StatementUtils.java
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -80,7 +80,8 @@ public static long queryApproximateRowCnt(JdbcConnection jdbc, TableId tableId)
80
80
81
81
// PreparedStatement#setObject method will be converted to long type when handling bigint
82
82
// unsigned, which poses a data overflow issue.
83
-
// Therefore, we need to handle the overflow issue by converting the bigint unsigned to BigDecimal.
83
+
// Therefore, we need to handle the overflow issue by converting the bigint unsigned to
Copy file name to clipboardExpand all lines: flink-cdc-connect/flink-cdc-source-connectors/flink-connector-mysql-cdc/src/test/java/org/apache/flink/cdc/connectors/mysql/source/utils/StatementUtilsTest.java
0 commit comments