kgyrtkirk commented on code in PR #15465:
URL: https://github.com/apache/druid/pull/15465#discussion_r1455487014
##########
sql/src/test/java/org/apache/druid/sql/calcite/util/SqlTestFramework.java:
##########
@@ -391,7 +404,13 @@ public Builder catalogResolver(CatalogResolver
catalogResolver)
return this;
}
- public SqlTestFramework build()
+ public Builder withOverrideModule(Module m)
Review Comment:
yes this was needed to be able to change config per test method instead of
per testclass
--
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]