[oracle] The STRUCT type processing exception
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~
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!
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.