ramesh0201 commented on a change in pull request #2278:
URL: https://github.com/apache/hive/pull/2278#discussion_r656722407



##########
File path: ql/src/java/org/apache/hadoop/hive/ql/plan/VectorPTFDesc.java
##########
@@ -172,8 +179,8 @@ public VectorPTFDesc() {
 
   // We provide this public method to help EXPLAIN VECTORIZATION show the 
evaluator classes.
   public static VectorPTFEvaluatorBase getEvaluator(SupportedFunctionType 
functionType,
-      boolean isDistinct, WindowFrameDef windowFrameDef, Type columnVectorType,
-      VectorExpression inputVectorExpression, int outputColumnNum) {
+      List<ExprNodeDesc> evaluatorParameters, boolean isDistinct, 
WindowFrameDef windowFrameDef,

Review comment:
       I think we dont need the evaluatorParameters argument passed to this 
function




-- 
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:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to