Spanner bulk data migration: Support Bool as a primary key by mapping it to IndexType.Numeric#3112
Merged
VardhanThigle merged 9 commits intoGoogleCloudPlatform:mainfrom Dec 16, 2025
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3112 +/- ##
============================================
+ Coverage 50.48% 55.83% +5.35%
+ Complexity 5040 1634 -3406
============================================
Files 973 471 -502
Lines 59721 26474 -33247
Branches 6511 2775 -3736
============================================
- Hits 30149 14783 -15366
+ Misses 27443 10794 -16649
+ Partials 2129 897 -1232
🚀 New features to boost your workflow:
|
VardhanThigle
approved these changes
Dec 16, 2025
35cf127
into
GoogleCloudPlatform:main
15 of 17 checks passed
aasthabharill
pushed a commit
to aasthabharill/DataflowTemplates
that referenced
this pull request
Dec 17, 2025
… it to IndexType.Numeric (GoogleCloudPlatform#3112) * support BOOL type mapped as NUMERIC (Int64) * update Spanner schema and expected data for BOOL columns * fix spotless error * fix Spotless error * Update mysql-spanner-schema.sql * Fix bool_pk expected data to use boolean values --------- Co-authored-by: gpalanisamyYopp <gayathri.palanisamy@improving.com>
MnkyGns
pushed a commit
to MnkyGns/DataflowTemplates
that referenced
this pull request
Feb 12, 2026
… it to IndexType.Numeric (GoogleCloudPlatform#3112) * support BOOL type mapped as NUMERIC (Int64) * update Spanner schema and expected data for BOOL columns * fix spotless error * fix Spotless error * Update mysql-spanner-schema.sql * Fix bool_pk expected data to use boolean values --------- Co-authored-by: gpalanisamyYopp <gayathri.palanisamy@improving.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is a copy of #3045 but up-to-date with main, because that developer is out of office for the rest of the year and I don't have permissions to push to their fork.