LakshSingla commented on code in PR #16800:
URL: https://github.com/apache/druid/pull/16800#discussion_r1692448861
##########
sql/src/test/java/org/apache/druid/sql/calcite/CalciteWindowQueryTest.java:
##########
@@ -222,6 +229,30 @@ public void windowQueryTest(String filename) throws
Exception
}
}
+ @MethodSource("parametersForWindowQueryTest")
+ @ParameterizedTest(name = "{0}")
+ @SuppressWarnings("unchecked")
+ public void windowQueryTestsWithSubqueryBytes(String filename) throws
Exception
Review Comment:
Yes, there were 3 or 4 that failed this test case without my changes being
present. Is there a way to run those test cases without enumerating each test
case?
Before a certain patch, I remember that `CalciteWindowQueryTest` had a
similar method that ran all test cases in this class with the
`maxSubqueryBytes` set. I modelled my changes after that.
--
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]