suneet-s commented on code in PR #12439:
URL: https://github.com/apache/druid/pull/12439#discussion_r857257165
##########
sql/src/test/java/org/apache/druid/sql/calcite/CalciteQueryTest.java:
##########
@@ -836,7 +868,7 @@ public void testAnyAggregatorsOffHeapNumericNulls() throws
Exception
public void testPrimitiveLatestInSubquery() throws Exception
{
// Cannot vectorize LATEST aggregator.
- skipVectorize();
+ //skipVectorize();
Review Comment:
Please remove the method call and the comment above from the tests that have
now been vectorized.
```suggestion
```
--
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]