flink-cdc icon indicating copy to clipboard operation
flink-cdc copied to clipboard

[oracle] The STRUCT type processing exception

Open wangxiaojing opened this issue 3 years ago • 3 comments

Mappings for Oracle numeric data types

Oracle Data Type Literal type (schema type)
DOUBLE PRECISION STRUCT
-- --
NUMBER[(P[, *])] STRUCT
-- --

When debezium converts struct type(io.debezium.data.VariableScaleDecimal) The cdc does not converts struct type eg: Struct{scale=4,value=[B@61563~

wangxiaojing avatar Dec 02 '22 10:12 wangxiaojing

Hi @wangxiaojing, sorry for the delay of this PR. Could you please rebase it to latest master branch since there’s been lots of changes in Flink CDC repo since your original commit? Kindly reminder that com.ververica.cdc.connectors.oracle package has been moved to org.apache.flink.cdc.connectors.oracle.

Thanks for your contribution!

yuxiqian avatar Apr 25 '24 08:04 yuxiqian

This pull request has been automatically marked as stale because it has not had recent activity for 60 days. It will be closed in 30 days if no further activity occurs.

github-actions[bot] avatar Jul 17 '24 00:07 github-actions[bot]