-
Notifications
You must be signed in to change notification settings - Fork 289
DOC-6088 RDI: supported data types page #2531
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
|
||
| ### XMLTYPE | ||
|
|
||
| Oracle `XMLTYPE` is backed by LOBs and **needs extra setup**: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need to verify with R&D if we have this jars already included in RDI
CC: @ZdravkoDonev-redis
yaronp68
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks v good. had one comment to verify
| **Required config (RDI / Debezium side):** | ||
|
|
||
| ```properties | ||
| # In the Oracle source connector / RDI advanced properties |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| # In the Oracle source connector / RDI advanced properties | |
| # In the Oracle source connector / RDI source advanced properties |
|
|
||
| - Integers & floats: string in Hash, numeric in JSON. | ||
| - `DECIMAL` / `NUMERIC`: | ||
| - Default: preserved precision via `decimal.handling.mode`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Our RDI default for this is:
debezium.source.decimal.handling.mode=string
Note: this is nowhere near a finished doc page yet. The PR at this stage is mainly to share the info and get feedback.