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


##########
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);

Review Comment:
   not a 100% sure how I want to have this in the end - for now I've removed 
the possibility to process class level annotations; I'll get back to that when 
that will be needed..



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