Skip to content

Commit d08a709

Browse files
author
dujie
committed
[feature-#1955]jdbcConf adds default optimization parameters
1 parent 1e4023f commit d08a709

File tree

1 file changed

+1
-1
lines changed
  • chunjun-connectors/chunjun-connector-oraclelogminer/src/main/java/com/dtstack/chunjun/connector/oraclelogminer/converter

1 file changed

+1
-1
lines changed

chunjun-connectors/chunjun-connector-oraclelogminer/src/main/java/com/dtstack/chunjun/connector/oraclelogminer/converter/OracleRawTypeMapper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public static DataType apply(TypeConfig type) {
7575
if (type.getType().contains("TIME ZONE")) {
7676
return DataTypes.TIMESTAMP_WITH_LOCAL_TIME_ZONE();
7777
} else {
78-
return DataTypes.TIMESTAMP();
78+
return type.toTimestampDataType(0);
7979
}
8080
}
8181
throw new UnsupportedTypeException(type);

0 commit comments

Comments
 (0)