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 2019/07/04 18:03:59 UTC

[GitHub] [drill] vvysotskyi commented on a change in pull request #1820: DRILL-7307: casthigh for decimal type can lead to the issues with VarDecimalHolder

vvysotskyi commented on a change in pull request #1820: DRILL-7307: casthigh for decimal type can lead to the issues with VarDecimalHolder
URL: https://github.com/apache/drill/pull/1820#discussion_r300471567
 
 

 ##########
 File path: exec/java-exec/src/main/java/org/apache/drill/exec/expr/EvaluationVisitor.java
 ##########
 @@ -1111,6 +1112,10 @@ public HoldingContainer visitConvertExpression(ConvertExpression e, ClassGenerat
     }
   }
 
+  private interface GetHolderCall {
+    HoldingContainer call();
 
 Review comment:
   Please rename this method to reflect its purpose, for example, to something like `constructHolder`

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services