File tree 2 files changed +2
-7
lines changed
mysql/mysql-sink/src/main/java/com/dtstack/flink/sql/sink/mysql
rdb/rdb-sink/src/main/java/com/dtstack/flink/sql/sink/rdb/format
2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -78,10 +78,5 @@ public String getDriverName() {
78
78
return MYSQL_DRIVER ;
79
79
}
80
80
81
- @ Override
82
- public RetractJDBCOutputFormat getOutputFormat () {
83
- return new RetractJDBCOutputFormat ();
84
- }
85
-
86
81
87
82
}
Original file line number Diff line number Diff line change 16
16
* limitations under the License.
17
17
*/
18
18
19
- package com .dtstack .flink .sql .sink .rdb ;
19
+ package com .dtstack .flink .sql .sink .rdb . format ;
20
20
21
+ import com .dtstack .flink .sql .sink .rdb .RdbSink ;
21
22
import org .apache .commons .lang3 .StringUtils ;
22
23
import org .apache .flink .api .java .tuple .Tuple ;
23
24
import org .apache .flink .api .java .tuple .Tuple2 ;
27
28
import org .apache .flink .types .Row ;
28
29
import org .slf4j .Logger ;
29
30
import org .slf4j .LoggerFactory ;
30
-
31
31
import java .sql .*;
32
32
import java .util .*;
33
33
import java .io .IOException ;
You can’t perform that action at this time.
0 commit comments