nielm commented on a change in pull request #13762:
URL: https://github.com/apache/beam/pull/13762#discussion_r563066429
##########
File path:
sdks/java/io/google-cloud-platform/src/test/java/org/apache/beam/sdk/io/gcp/spanner/MutationSizeEstimatorTest.java
##########
@@ -81,10 +100,16 @@ public void nullPrimitiveArrays() throws Exception {
.build();
Mutation bool =
Mutation.newInsertOrUpdateBuilder("test").set("one").toBoolArray((boolean[])
null).build();
+ Mutation numeric =
+ Mutation.newInsertOrUpdateBuilder("test")
+ .set("one")
Review comment:
Writing NUMERIC was added in #12818.
Reading is automatically handled by spanner client libraries.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]