vdiravka commented on a change in pull request #2310:
URL: https://github.com/apache/drill/pull/2310#discussion_r705478068
##########
File path:
exec/java-exec/src/main/java/org/apache/drill/exec/store/base/filter/FilterPushDownListener.java
##########
@@ -43,7 +43,7 @@
* <dl>
* <p>
* In both cases, the conditions are in the form of a
- * {@link ColRelOpConst} in which one side refers to a column in the scan
+ * {@link } in which one side refers to a column in the scan
Review comment:
```suggestion
* {@link ExprNode.ColRelOpConstNode} in which one side refers to a column
in the scan
```
--
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]