kgyrtkirk commented on code in PR #16063:
URL: https://github.com/apache/druid/pull/16063#discussion_r1521669709
##########
sql/src/test/java/org/apache/druid/sql/calcite/CalciteWindowQueryTest.java:
##########
@@ -64,11 +63,7 @@ public class CalciteWindowQueryTest extends
BaseCalciteQueryTest
public static final boolean DUMP_ACTUAL_RESULTS = Boolean.parseBoolean(
System.getProperty("druid.tests.sql.dumpActualResults")
- );
-
- static {
- NullHandling.initializeForTests();
- }
+ ) || developerIDEdetected();
Review Comment:
not closely related to this patch - I just had to enable this option every
time I was updating results ....rather than doing that I would prefer to have
it enabled for all IDE runs without having to realize that it needs to set; set
it and re-run the test.
--
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]