You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by GitBox <gi...@apache.org> on 2021/09/09 15:51:33 UTC

[GitHub] [drill] vdiravka commented on a change in pull request #2310: DRILL-7993: LGTM Code Cleanup-Fixed Javadoc param tags and type conversions

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: dev-unsubscribe@drill.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org