-
Notifications
You must be signed in to change notification settings - Fork 30
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
[PLUGIN-1812] Added fix for date datatype in oracle sink #516
[PLUGIN-1812] Added fix for date datatype in oracle sink #516
Conversation
a99f062
to
918759d
Compare
oracle-plugin/src/main/java/io/cdap/plugin/oracle/OracleSourceDBRecord.java
Outdated
Show resolved
Hide resolved
918759d
to
cbaf779
Compare
Added fix for date datatype
cbaf779
to
ca328a2
Compare
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.
LGTM
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.
Please add a jira with the description.
oracle-plugin/src/main/java/io/cdap/plugin/oracle/OracleSourceDBRecord.java
Show resolved
Hide resolved
The JIRA contains almost no description like when can the issue occur, how was it identified and what change caused it? |
Added more details to JIRA ticket.
Added fix for date datatype in oracle sink. Added handling for logical type Date.
https://cdap.atlassian.net/browse/PLUGIN-1812