Skip to content
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 FLOAT32 type in Spanner Migration Tool. #872

Merged
merged 1 commit into from
Jul 25, 2024

Commits on Jul 25, 2024

  1. Support FLOAT32 type in Spanner Migration Tool.

    This changes the existing behavior of widening a source float32 type into float64 in spanner, and instead mapping the source float32 type to spanner's new float32 type.
    We still allow float32 to be manually mapped to float64 if the customer intends to do that.
    arawind committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    f28aefc View commit details
    Browse the repository at this point in the history