cheddar commented on code in PR #14004:
URL: https://github.com/apache/druid/pull/14004#discussion_r1231885115


##########
sql/src/main/java/org/apache/druid/sql/calcite/planner/DruidPlanner.java:
##########
@@ -307,4 +317,186 @@ public PlannerHook hook()
       return hook;
     }
   }
+
+  public static DruidException translateException(Exception e)
+  {
+    try {
+      throw e;
+    }

Review Comment:
   not really, I think I started doing that and then stopped for some reason, I 
don't remember why though.



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