JoshInnis commented on a change in pull request #149:
URL: https://github.com/apache/incubator-age/pull/149#discussion_r768202024



##########
File path: src/backend/parser/cypher_clause.c
##########
@@ -2443,19 +2647,15 @@ static transform_entity 
*transform_VLE_edge_entity(cypher_parsestate *cpstate,
     TargetEntry *te = NULL;
     RangeFunction *rf = NULL;
     RangeTblEntry *rte = NULL;
-    FuncCall *func = NULL;
     Alias *alias = NULL;
     Node *var = NULL;
     transform_entity *vle_entity = NULL;
 
     /* it better be a function call node */
     Assert(IsA(rel->varlen, FuncCall));
 
-    /* get the function */
-    func = (FuncCall*)rel->varlen;

Review comment:
       Needs to be removed. The updated VLE patch will take care of this




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to