[
https://issues.apache.org/jira/browse/IGNITE-25942?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andrey Mashenkov reassigned IGNITE-25942:
-----------------------------------------
Assignee: Andrey Mashenkov
> Sql. Support LITERAL_AGG for literals of types other than boolean.
> ------------------------------------------------------------------
>
> Key: IGNITE-25942
> URL: https://issues.apache.org/jira/browse/IGNITE-25942
> Project: Ignite
> Issue Type: Improvement
> Components: sql ai3
> Reporter: Andrey Mashenkov
> Assignee: Andrey Mashenkov
> Priority: Major
> Labels: ignite-3
>
> 1. LiteralValAccumulatorTest contains a test for string (?) literal only.
> 2. Actually, it is impossible to run a query with LITERAL_AGG for types other
> than boolean. See Accumulators.accumulatorFunctionFactory.
> {noformat}
> assert lit.getType().getSqlTypeName() == BOOLEAN :{noformat}
> Let's enable LITERAL_AGG for all supported types and add more tests
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)