Github user arina-ielchiieva commented on a diff in the pull request:
https://github.com/apache/drill/pull/835#discussion_r116682290
--- Diff:
logical/src/main/java/org/apache/drill/common/expression/FunctionHolderExpression.java
---
@@ -80,4 +81,16 @@ public String getName() {
/** Return the underlying function implementation holder. */
public abstract FuncHolder getHolder();
+ public FieldReference getReference() {
--- End diff --
Please rename method to `getFieldReference` and variable to
`fieldReference`.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---