You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Aleksey Plekhanov (Jira)" <ji...@apache.org> on 2021/06/10 08:22:00 UTC

[jira] [Assigned] (IGNITE-14849) Calcite engine. Support '%' operator as alias for 'mod' function

     [ https://issues.apache.org/jira/browse/IGNITE-14849?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Aleksey Plekhanov reassigned IGNITE-14849:
------------------------------------------

    Assignee: Aleksey Plekhanov

> Calcite engine. Support '%' operator as alias for 'mod' function
> ----------------------------------------------------------------
>
>                 Key: IGNITE-14849
>                 URL: https://issues.apache.org/jira/browse/IGNITE-14849
>             Project: Ignite
>          Issue Type: Improvement
>            Reporter: Aleksey Plekhanov
>            Assignee: Aleksey Plekhanov
>            Priority: Major
>
> Currently, the H2-based SQL engine supports both {{a % b}} and {{mod(a, b)}} syntax for the modulo operation. But calcite-based engine supports only {{mod(a, b)}} syntax. Support for {{%}} operator should be added to minimize compatibility issues. 
> Affected tests:
> {{src/test/sql/aggregate/group/test_group_by.test}}
> And many other.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)