File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
rdb/rdb-side/src/main/java/com/dtstack/flink/sql/side/rdb/all Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 2929import org .apache .calcite .sql .JoinType ;
3030import org .apache .commons .collections .CollectionUtils ;
3131import org .apache .commons .lang3 .StringUtils ;
32- import org .apache .flink .api .common .typeinfo .TypeInformation ;
3332import org .apache .flink .configuration .Configuration ;
3433import org .apache .flink .table .dataformat .BaseRow ;
35- import org .apache .flink .table .typeutils .TimeIndicatorTypeInfo ;
3634import org .apache .flink .types .Row ;
3735import org .apache .flink .util .Collector ;
3836import org .slf4j .Logger ;
3937import org .slf4j .LoggerFactory ;
4038
41- import java .sql .*;
42- import java .time .LocalDateTime ;
39+ import java .sql .Connection ;
40+ import java .sql .ResultSet ;
41+ import java .sql .SQLException ;
42+ import java .sql .Statement ;
4343import java .util .ArrayList ;
4444import java .util .Calendar ;
45- import java .util .HashMap ;
4645import java .util .List ;
4746import java .util .Map ;
4847import java .util .Objects ;
You can’t perform that action at this time.
0 commit comments