[ 
https://issues.apache.org/jira/browse/CASSANDRA-11935?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16635912#comment-16635912
 ] 

Joshua McKenzie commented on CASSANDRA-11935:
---------------------------------------------

{quote}It's harsh to reopen a ticket that's been quiet for nearly two years 
with a justification like _I *personally* prefer this default behaviour_
{quote}
 
{quote} it's still unreasonable to expect everyone on the project to keep tabs 
on everything that happens in every single JIRA and commit. Everyone comes 
across issues with changes as they are doing other work and it's fine to 
address them as they are discovered.
{quote}
Just as a matter of hygiene and process, I strongly recommend we open new 
tickets for these types of post-hoc discussions rather than re-opening tickets. 
If everyone re-opened a ticket every time they found something in the code-base 
they didn't agree with or wanted to debate, well, that kind of chaos wouldn't 
be sustainable.

> Add support for arithmetic operators
> ------------------------------------
>
>                 Key: CASSANDRA-11935
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-11935
>             Project: Cassandra
>          Issue Type: Sub-task
>          Components: CQL
>            Reporter: Benjamin Lerer
>            Priority: Major
>             Fix For: 4.0
>
>
> The goal of this ticket is to add support for arithmetic operators:
> * {{-}}: Change the sign of the argument
> * {{+}}: Addition operator
> * {{-}}: Minus operator
> * {{*}}: Multiplication operator
> * {{/}}: Division operator
> * {{%}}: Modulo operator
> This ticket we should focus on adding operator only for numeric types to keep 
> the scope as small as possible. Dates and string operations will be adressed 
> in follow up tickets.
> The operation precedence should be:
> # {{*}}, {{/}}, {{%}}
> # {{+}}, {{-}}
> Some implicit data conversion should be performed when operations are 
> performed on different types (e.g. double + int).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

Reply via email to