pmcfadin opened a new pull request, #3810:
URL: https://github.com/apache/cassandra/pull/3810

   Add alias (AS) support to Accord LET SELECT statement
   
   When creating tuples inside an Accord transaction block, the LET statement 
currently does not allow for aliases( AS )  in the column select. Example not 
allowed:
   
   LET tuple_data = (SELECT col1 AS firstName, col2 AS lastName FROM ks.t);
   
   It's a simple patch in the Parser.g to fix that. 
   
   patch by Patrick McFadin<patr...@apache.org>; 
   reviewed by <Reviewers> for CASSANDRA-20224
   
   
   


-- 
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: pr-unsubscr...@cassandra.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscr...@cassandra.apache.org
For additional commands, e-mail: pr-h...@cassandra.apache.org

Reply via email to