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<[email protected]>; 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

