vineetgarg02 commented on a change in pull request #970: Hive 23100
URL: https://github.com/apache/hive/pull/970#discussion_r407823520
 
 

 ##########
 File path: ql/src/java/org/apache/hadoop/hive/ql/parse/type/ExprFactory.java
 ##########
 @@ -50,7 +50,8 @@
    * Generates an expression from the input column. This may not necessarily
    * be a column expression, e.g., if the column is a constant.
    */
-  protected abstract T toExpr(ColumnInfo colInfo);
+  protected abstract T toExpr(ColumnInfo colInfo, RowResolver rowResolver, int 
offset)
 
 Review comment:
   Comment for `offset`

----------------------------------------------------------------
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]


With regards,
Apache Git Services

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

Reply via email to