somu-imply commented on code in PR #14510:
URL: https://github.com/apache/druid/pull/14510#discussion_r1272627469


##########
sql/src/test/java/org/apache/druid/sql/calcite/DecoupledPlanningCalciteQueryTest.java:
##########
@@ -337,5 +337,25 @@ public void 
testFilterOnCurrentTimestampWithIntervalArithmetic()
   public void testFilterOnCurrentTimestampOnView()
   {
 
+  }
+  @Override
+  @Ignore
+  public void testExactCountDistinctWithGroupingAndOtherAggregators()
+  {
+
+  }

Review Comment:
   It's a weird case that when run through the Decoupled planner the order of 
the dimensions changes in setDimensions. The rest of the plan remains the same. 
This has been ignored for that reason, I'll put a comment to revisit this



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

Reply via email to