-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Support for Bool as a primary key #3045
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
Support for Bool as a primary key #3045
Conversation
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
Summary of ChangesHello @gpalanisamyYopp, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request introduces the capability to handle MySQL Highlights
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
5434b95 to
0302648
Compare
v2/sourcedb-to-spanner/src/test/resources/DataTypesIT/mysql-spanner-schema.sql
Show resolved
Hide resolved
...urcedb-to-spanner/src/test/java/com/google/cloud/teleport/v2/templates/MySQLDataTypesIT.java
Outdated
Show resolved
Hide resolved
...urcedb-to-spanner/src/test/java/com/google/cloud/teleport/v2/templates/MySQLDataTypesIT.java
Outdated
Show resolved
Hide resolved
|
Please resolve the merge conflicts and fix the spotless and checksyle issues. |
VardhanThigle
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 good to me.
Do you think the PR could be titled Adding support for Bool as a parimary key or Bool as a parimary key by mapping it to IndexType.Numeric
This removed confusion with other interpretations of Numeric.
|
Spotless still needs to be fixed. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3045 +/- ##
============================================
+ Coverage 50.41% 55.65% +5.24%
+ Complexity 5022 1614 -3408
============================================
Files 970 468 -502
Lines 59606 26362 -33244
Branches 6506 2771 -3735
============================================
- Hits 30051 14673 -15378
+ Misses 27434 10798 -16636
+ Partials 2121 891 -1230
🚀 New features to boost your workflow:
|
|
Spotless still needs to be fixed. |
v2/sourcedb-to-spanner/src/test/resources/DataTypesIT/mysql-spanner-schema.sql
Show resolved
Hide resolved
|
PLease fix the integration test. |
|
Please rebase the PR on top of the tree to get the integration tests to passing state. |
|
I unfortunately don't have permissions to push to the fork and the developer that owns this is out of office for the rest of the year. I've re-created the PR but up-to-date with main in #3112. |
|
Closing this as #3112 is raised to cover this. |
No description provided.