Aleksey Plekhanov created IGNITE-14849:
------------------------------------------
Summary: 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
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.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)