suneet-s commented on code in PR #12472:
URL: https://github.com/apache/druid/pull/12472#discussion_r856359477
##########
sql/src/main/java/org/apache/druid/sql/calcite/rel/DruidQuery.java:
##########
@@ -822,6 +832,69 @@ private Query computeQuery(final QueryFeatureInspector
queryFeatureInspector)
throw new CannotBuildQueryException("Cannot convert query parts into an
actual query");
}
+ /**
+ * Return this query as a TimeBoundary query, or null if this query is not
compatible with Timeseries.
+ *
+ * @return query
Review Comment:
```suggestion
* @return a TimeBoundaryQuery if possible. null if it is not possible to
construct one.
```
--
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]