LakshSingla commented on code in PR #16068:
URL: https://github.com/apache/druid/pull/16068#discussion_r1533344570
##########
sql/src/test/java/org/apache/druid/sql/calcite/QueryTestRunner.java:
##########
@@ -380,7 +380,7 @@ public VerifyNativeQueries(BaseExecuteQuery execStep)
public void verify()
{
for (QueryResults queryResults : execStep.results()) {
- verifyQuery(queryResults);
+// verifyQuery(queryResults);
Review Comment:
Yep, I didn't wanna write the query to verify that it was working. That's
why I have also commented it out with Intellij style comment (s.t. it'd fail
during checkstyle).
--
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]