tomstepp commented on code in PR #33596:
URL: https://github.com/apache/beam/pull/33596#discussion_r1929284238
##########
sdks/java/core/src/main/java/org/apache/beam/sdk/coders/Coder.java:
##########
@@ -198,7 +198,8 @@ public static void verifyDeterministic(Coder<?> target,
String message, Iterable
}
}
- public static <T> long getEncodedElementByteSizeUsingCoder(Coder<T> target,
T value) throws Exception {
+ public static <T> long getEncodedElementByteSizeUsingCoder(Coder<T> target,
T value)
+ throws Exception {
Review Comment:
FYI this keeps getting auto-formatted when running locally, so just leaving
it instead of reverting all the time. Looks like there was a recent change that
merged without the auto-formatting.
--
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]