siddharthteotia commented on code in PR #8523:
URL: https://github.com/apache/pinot/pull/8523#discussion_r851505449
##########
pinot-core/src/main/java/org/apache/pinot/core/operator/BaseOperator.java:
##########
@@ -35,7 +35,7 @@ public final T nextBlock() {
if (Thread.interrupted()) {
throw new EarlyTerminationException();
}
- try (InvocationScope execution =
Tracing.getTracer().createScope(getClass())) {
+ try (InvocationScope ignored =
Tracing.getTracer().createScope(getClass())) {
Review Comment:
2nd option seems better but upto you
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]