zabetak commented on code in PR #4591:
URL: https://github.com/apache/calcite/pull/4591#discussion_r2452401784
##########
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:
Once we tackle https://issues.apache.org/jira/browse/CALCITE-7240 this
problem will go away.
--
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]