cameronlee314 commented on a change in pull request #934: SAMZA-1935 : Refactor
TaskContextImpl to not include access to objects that are only used internally
URL: https://github.com/apache/samza/pull/934#discussion_r262183033
##########
File path:
samza-core/src/main/java/org/apache/samza/operators/impl/OperatorImplGraph.java
##########
@@ -85,7 +101,7 @@ public OperatorImplGraph(OperatorSpecGraph specGraph,
Context context, Clock clo
this.clock = clock;
StreamConfig streamConfig = new
StreamConfig(context.getJobContext().getConfig());
TaskContextImpl taskContext = (TaskContextImpl) context.getTaskContext();
Review comment:
I think this variable is unused now.
----------------------------------------------------------------
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]
With regards,
Apache Git Services