rohangarg commented on code in PR #15118:
URL: https://github.com/apache/druid/pull/15118#discussion_r1368318401


##########
sql/src/test/java/org/apache/druid/sql/calcite/QueryTestRunner.java:
##########
@@ -122,15 +123,15 @@ public static class QueryResults
     public final List<Query<?>> recordedQueries;
     public final Set<ResourceAction> resourceActions;
     public final RuntimeException exception;
-    public final PlannerCaptureHook capture;
+    public final PlannerHook capture;
 
     public QueryResults(
         final Map<String, Object> queryContext,
         final String vectorizeOption,
         final RelDataType sqlSignature,
         final List<Object[]> results,
         final List<Query<?>> recordedQueries,
-        final PlannerCaptureHook capture
+        final PlannerHook capture

Review Comment:
   is there a reason to use `PlannerHook` instead of `PlannerCaptureHook` here? 



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