-
Notifications
You must be signed in to change notification settings - Fork 22
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
DBZ-8043 Support FLOAT32 type #92
Conversation
Welcome as a new contributor to Debezium, @arawind. Reviewers, please add missing author name(s) and alias name(s) to the COPYRIGHT.txt and Aliases.txt respectively. |
Hi @arawind, thanks for your first contribution 🎉. Would you mind also opening a PR in the main https://github.com/debezium/debezium repository with the same issue tag, adding the |
Thanks for the quick response @Naros! I've raised debezium/debezium#5668 to update the documentation. |
@arawind Applied, thanks! |
@nancyxu123 I guess next time we need better use draft functionality. But TBH you're the one who convinced me this is done by asking me for the review :-). |
Sorry for the confusion! I'm working on the integration test. I'll create a follow up PR with the test |
This mapping is needed to read the FLOAT32 value from spanner's response. This was missed in debezium#92.
This is a continuation of debezium#92. This IT does not support verifying the float32 values as it is dependent on a change in Cloud Spanner Emulator, and it should be available in the next few emulator releases. This is a test-only issue; running this against production should pass the assertion.
This is a continuation of debezium#92. This IT does not support verifying the float32 values as it is dependent on a change in Cloud Spanner Emulator, and it should be available in the next few emulator releases. This is a test-only issue; running this against production should pass the assertion.
This is a continuation of debezium#92. This IT does not support verifying the float32 values as it is dependent on a change in Cloud Spanner Emulator, and it should be available in the next few emulator releases. This is a test-only issue; running this against production should pass the assertion.
This is a continuation of debezium#92. This IT does not support verifying the float32 values as it is dependent on a change in Cloud Spanner Emulator, and it should be available in the next few emulator releases. This is a test-only issue; running this against production should pass the assertion.
This is a continuation of debezium#92. This IT does not support verifying the float32 values as it is dependent on a change in Cloud Spanner Emulator, and it should be available in the next few emulator releases. This is a test-only issue; running this against production should pass the assertion.
This mapping is needed to read the FLOAT32 value from spanner's response. This was missed in #92.
This is a continuation of #92. This IT does not support verifying the float32 values as it is dependent on a change in Cloud Spanner Emulator, and it should be available in the next few emulator releases. This is a test-only issue; running this against production should pass the assertion.
Spanner now supports the FLOAT32 type. This change creates a mapping between "FLOAT32" / "REAL" to Kafka's FLOAT32_SCHEMA