[
https://issues.apache.org/jira/browse/BEAM-11936?focusedWorklogId=665458&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-665458
]
ASF GitHub Bot logged work on BEAM-11936:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 14/Oct/21 00:28
Start Date: 14/Oct/21 00:28
Worklog Time Spent: 10m
Work Description: benWize commented on a change in pull request #15648:
URL: https://github.com/apache/beam/pull/15648#discussion_r728539578
##########
File path:
runners/core-construction-java/src/test/java/org/apache/beam/runners/core/construction/CommonCoderTest.java
##########
@@ -514,20 +511,4 @@ private void verifyDecodedValue(CommonCoder coder, Object
expectedValue, Object
throw new IllegalStateException("Unknown coder URN: " + coder.getUrn());
}
}
-
- /**
- * Utility for adding new entries to the common coder spec -- prints the
serialized bytes of the
- * given value in the given context using JSON-escaped strings.
- */
- private static <T> String jsonByteString(Coder<T> coder, T value, Context
context)
Review comment:
Yes, done!
--
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]
Issue Time Tracking
-------------------
Worklog Id: (was: 665458)
Time Spent: 7h (was: 6h 50m)
> Fix errorprone 2.3.4 ignored warnings
> -------------------------------------
>
> Key: BEAM-11936
> URL: https://issues.apache.org/jira/browse/BEAM-11936
> Project: Beam
> Issue Type: Task
> Components: build-system, runner-core, sdk-java-core,
> sdk-java-harness
> Reporter: Brian Hulette
> Assignee: Benjamin Gonzalez
> Priority: P3
> Time Spent: 7h
> Remaining Estimate: 0h
>
> Upgrading to errorprone 2.3.4 (https://github.com/apache/beam/pull/14148)
> required ignoring a lot of new warnings. We should fix the offending code and
> re-enable these warnings.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)