Skip to content

Commit

Permalink
[hotfix-#1814][chunjun-connector-oracle] Consuming oracle data incorr…
Browse files Browse the repository at this point in the history
…ectly uses jdbc-base module's createInternalConverter logic (#1818)

Co-authored-by: gaoliang <[email protected]>
  • Loading branch information
david-gao1 and gaoliang authored Sep 21, 2023
1 parent 45adcc0 commit 63297e9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ public OracleSqlConverter(RowType rowType) {
wrapIntoNullableInternalConverter(
createAsyncInternalConverter(rowType.getTypeAt(i))));
}
toInternalConverters = toAsyncInternalConverters;
}

protected IDeserializationConverter createAsyncInternalConverter(LogicalType type) {
Expand Down

0 comments on commit 63297e9

Please sign in to comment.