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

Vladimir Ozerov commented on IGNITE-6295:
-----------------------------------------

Failures:
1) .NET: need to add pragmas for warnings 
2) SQL: when switched to replicated mode, query begin to return sums as 
{{Long}} instead of {{BigDecimal}} before. Root cause is double up-cast in 
splitter. Original column type is {{Int}}, then {{SUM}} on mapper upcasts it to 
{{Long}}, then reducer upcasts it further to {{BigDecimal}}. This is wrong - 
INT type should be upcast to LONG, no more. We need to fix splitter.

> SQL: Get rid of "replicatedOnly" flag
> -------------------------------------
>
>                 Key: IGNITE-6295
>                 URL: https://issues.apache.org/jira/browse/IGNITE-6295
>             Project: Ignite
>          Issue Type: Task
>          Components: sql
>            Reporter: Vladimir Ozerov
>            Assignee: Vladimir Ozerov
>            Priority: Major
>              Labels: performance, usability
>             Fix For: 2.8
>
>
> This flag acts as a hint that all tables are reside in {{REPLICATED}} cache. 
> However, we already have this information in runtime! No need to ask users to 
> think about it.
> Let's deprecate that flag.



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

Reply via email to