robertwb commented on code in PR #33626:
URL: https://github.com/apache/beam/pull/33626#discussion_r1928916229
##########
sdks/java/core/src/main/java/org/apache/beam/sdk/coders/Coder.java:
##########
@@ -198,6 +198,9 @@ public static void verifyDeterministic(Coder<?> target,
String message, Iterable
}
}
+ public static <T> long getEncodedElementByteSizeUsingCoder(Coder<T> target,
T value) throws Exception {
Review Comment:
We probably don't need the UsingCoder suffix, the signature is different so
the overload will be unambiguous.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]