kgyrtkirk commented on code in PR #15465:
URL: https://github.com/apache/druid/pull/15465#discussion_r1455559676


##########
sql/src/test/java/org/apache/druid/sql/calcite/SqlTestFrameworkConfig.java:
##########
@@ -103,24 +106,63 @@ public SqlTestFrameworkConfig defaultConfig()
     public Statement apply(Statement base, Description description)
     {
       config = description.getAnnotation(SqlTestFrameworkConfig.class);
+      if (config == null) {
+        config = 
description.getTestClass().getAnnotation(SqlTestFrameworkConfig.class);
+      }
       if (config == null) {
         config = defaultConfig();
       }
-      return base;
+      return new Statement()

Review Comment:
   oh..not needed anymore - thank 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]

Reply via email to