asolimando commented on code in PR #4227:
URL: https://github.com/apache/calcite/pull/4227#discussion_r1984963231
##########
druid/src/main/java/org/apache/calcite/adapter/druid/DruidQuery.java:
##########
@@ -101,7 +101,7 @@ public class DruidQuery extends AbstractRelNode implements
BindableRel {
/**
* Provides a standard list of supported Calcite operators that can be
converted to
* Druid Expressions. This can be used as is or re-adapted based on underline
- * engine operator syntax.
+ * engine operator syntax.Methods can refer to
https://druid.apache.org/docs/latest/querying/
Review Comment:
Nit: missing whitespace
```suggestion
* engine operator syntax. Methods can refer to
https://druid.apache.org/docs/latest/querying/
```
--
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]