[spannerchangestreamstobigquery] Spanner Change Stream to BigQuery UUID support#3698
Conversation
Summary of ChangesHello, 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 support for the UUID data type within the Spanner Change Streams to BigQuery data pipeline. The changes ensure that UUID fields, including arrays of UUIDs, are correctly identified, processed, and mapped to compatible STRING types in BigQuery. Additionally, the integration tests were updated to include scenarios for UUID data, and minor configuration improvements were made to the test suite. 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. Footnotes
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3698 +/- ##
============================================
- Coverage 58.55% 55.53% -3.03%
- Complexity 3011 6574 +3563
============================================
Files 581 1103 +522
Lines 34619 67570 +32951
Branches 3756 7581 +3825
============================================
+ Hits 20271 37524 +17253
- Misses 13301 27630 +14329
- Partials 1047 2416 +1369
🚀 New features to boost your workflow:
|
cfb303a to
e4534fa
Compare
e4534fa to
e41d7fa
Compare
1c2ca5d to
29c06c5
Compare
tianz101
left a comment
There was a problem hiding this comment.
Thank you very much for adding this uuid support.
29c06c5 to
0c8016e
Compare
…stead of separate tests
7275f67 to
da23c50
Compare
Fix for #3703