clintropolis commented on a change in pull request #11115:
URL: https://github.com/apache/druid/pull/11115#discussion_r615152018
##########
File path:
extensions-core/datasketches/src/test/java/org/apache/druid/query/aggregation/datasketches/hll/sql/HllSketchSqlAggregatorTest.java
##########
@@ -207,6 +234,9 @@ public void tearDown() throws Exception
@Test
public void testApproxCountDistinctHllSketch() throws Exception
{
+ // Can't vectorize due to CONCAT expression.
Review comment:
btw, I definitely don't think this is worth fixing in this PR, we can
just fix whenever we remove this when we add more vectorized string expressions
--
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]