leonardBang commented on a change in pull request #17676:
URL: https://github.com/apache/flink/pull/17676#discussion_r768405875
##########
File path:
flink-connectors/flink-connector-jdbc/src/main/java/org/apache/flink/connector/jdbc/internal/converter/OracleRowConverter.java
##########
@@ -33,6 +52,103 @@ public OracleRowConverter(RowType rowType) {
super(rowType);
}
+ @Override
+ public JdbcDeserializationConverter createInternalConverter(LogicalType
type) {
+ // TODO: please consider all Oracle Data Types like
oracle.sql.OracleBlob,
Review comment:
@eskabetxe I didn't finish all types here, I just made a basic draft.
and I think we need support all oracle data type and update the datatype
mapping as well
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]