gianm commented on a change in pull request #12325:
URL: https://github.com/apache/druid/pull/12325#discussion_r822863561



##########
File path: 
processing/src/main/java/org/apache/druid/query/groupby/epinephelinae/GroupByMergingQueryRunnerV2.java
##########
@@ -249,6 +250,7 @@ public AggregateResult call()
                                       }
                                       catch (Exception e) {
                                         log.error(e, "Exception with one of 
the sequences!");
+                                        Throwables.propagateIfPossible(e);

Review comment:
       FYI: purpose of this line is to avoid wrapping exceptions when not 
necessary. I noticed the extra wrapper exception when writing the unit test.




-- 
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]

Reply via email to