gianm commented on a change in pull request #11115:
URL: https://github.com/apache/druid/pull/11115#discussion_r615082494



##########
File path: 
extensions-core/datasketches/src/test/java/org/apache/druid/query/aggregation/datasketches/theta/sql/ThetaSketchSqlAggregatorTest.java
##########
@@ -423,6 +477,9 @@ public void testAvgDailyCountDistinctThetaSketch() throws 
Exception
   @Test
   public void testThetaSketchPostAggs() throws Exception
   {
+    // Can't vectorize due to CONCAT expression.
+    cannotVectorize();

Review comment:
       Adding the context parameter enabled this test to pass — thanks.




-- 
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.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to