zabetak commented on code in PR #4591:
URL: https://github.com/apache/calcite/pull/4591#discussion_r2465899135


##########
druid/src/test/java/org/apache/calcite/test/DruidAdapterIT.java:
##########
@@ -3219,7 +3220,7 @@ private void testCountWithApproxDistinct(boolean approx, 
String sql, String expe
             + "and '1997-03-01 00:00:00 UTC' order by t limit 2";
 
     final String druidQuery = 
"{'queryType':'scan','dataSource':'foodmart','intervals':"
-        + 
"['1997-01-01T00:00:00.000Z/1997-04-01T00:00:00.000Z'],'virtualColumns':"
+        + 
"['1997-01-01T00:00:00.000Z/1997-03-01T00:00:00.001Z'],'virtualColumns':"

Review Comment:
   Now that I merged CALCITE-7240 and synced this PR with main 
(https://github.com/apache/calcite/pull/4591/commits/6b76027ceba8ab57580abacafa61ec1a6e9030fb)
 the original plan is restored.



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

Reply via email to