You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by GitBox <gi...@apache.org> on 2019/04/18 15:12:41 UTC

[GitHub] [calcite] nishantmonu51 commented on a change in pull request #1174: [CALCITE-3001] Upgrade to Apache Druid 0.14.0-incubating

nishantmonu51 commented on a change in pull request #1174: [CALCITE-3001] Upgrade to Apache Druid 0.14.0-incubating
URL: https://github.com/apache/calcite/pull/1174#discussion_r276709067
 
 

 ##########
 File path: druid/src/test/java/org/apache/calcite/test/DruidAdapterIT.java
 ##########
 @@ -3058,15 +3058,15 @@ private void testCountWithApproxDistinct(boolean approx, String sql, String expe
         + "(count(distinct \"user_id\") * 2) from \"wiki\"";
     wikiApprox(sql)
         .queryContains(druidChecker(druid))
-        .returnsUnordered("EXPR$0=-10590");
+        .returnsUnordered("EXPR$0=100");
 
 Review comment:
   will look into it and verify it. 

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services