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

Aleksey Plekhanov updated IGNITE-14849:
---------------------------------------
    Description: 
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.

  was:
Currently, 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.


> Calcite engine. Support '%' 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
>            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)

Reply via email to