-
Notifications
You must be signed in to change notification settings - Fork 34
PLUGIN-1535 : Oracle decimal type Backward Compatibility Fix #365
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-1535 : Oracle decimal type Backward Compatibility Fix #365
Conversation
tivv
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.
Please add a unit test for the fallback and refer respective JIRA in the PR title
Added Unit Test to validate if the schema is Decimal and does not match with the expected String type. |
624c82a to
1a47e7d
Compare
oracle-plugin/src/main/java/io/cdap/plugin/oracle/OracleSource.java
Outdated
Show resolved
Hide resolved
oracle-plugin/src/test/java/io/cdap/plugin/oracle/OracleSourceDBRecordUnitTest.java
Outdated
Show resolved
Hide resolved
oracle-plugin/src/test/java/io/cdap/plugin/oracle/OracleSourceDBRecordUnitTest.java
Outdated
Show resolved
Hide resolved
oracle-plugin/src/test/java/io/cdap/plugin/oracle/OracleSourceDBRecordUnitTest.java
Show resolved
Hide resolved
c78eb6e to
5ddedea
Compare
fernst
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.
Small nitpick
oracle-plugin/src/main/java/io/cdap/plugin/oracle/OracleSourceDBRecord.java
Outdated
Show resolved
Hide resolved
90e3e08 to
6f3056e
Compare
author Rahul Sharma <112750762+MrRahulSharma@users.noreply.github.com> 1678782133 +0530 committer nikitapaliwal <nikitapaliwal@google.com> 1679646615 +0530 parent 3fb6a10 author Rahul Sharma <112750762+MrRahulSharma@users.noreply.github.com> 1678782133 +0530 committer nikitapaliwal <nikitapaliwal@google.com> 1679646564 +0530 Backward Compatibility Fix for Oracle Number type without precision and scale. (#365) Created basic infra of e2e tests for SQL Server plugin (#363) * Created basic infra of e2e tests for SQL Server plugin * Created basic infra of e2e tests for SQL Server plugin * Created basic infra of e2e tests for SQL Server plugin * Created basic infra of e2e tests for SQL Server plugin * Created basic infra of e2e tests for SQL Server plugin * Basic e2e infra for mssql * e2e infra sanity tests sanity tests sanity tests sanity tests sanity tests sanity tests sanity tests sanity tests
Backward compatibility fix for Oracle number type with undefined precision and scale.
JIRA : https://cdap.atlassian.net/browse/PLUGIN-1535