Skip to content
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

[WIP] oraclelogminer: support simple LOB and timezone types #1111

Open
wants to merge 5 commits into
base: oracle-source-0826
Choose a base branch
from

Conversation

ryanluu12345
Copy link
Contributor

@ryanluu12345 ryanluu12345 commented Jan 14, 2025

Timezones need to be handled in a custom manner because of how the data comes in as TO_TIMSTAMPTZ which will need the function applied to the data inside.

Additionally, we need to process simple LOBs so that we replace EMPTY_CLOB or EMPTY_BLOB directives with empty strings so they insert empty BLOB/CLOB types; this also needs specialized processing for us to handle the HEX2RAW case which will need to turn the data to a bytestring.

Resolves: CC-31049, CC-31048 (partially)
Release Note: None


This change is Reviewable

@ZhouXing19
Copy link
Contributor

ZhouXing19 commented Jan 17, 2025

The logic LGTM! Thanks for adding the tests too

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants