You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Pavel Tupitsyn (JIRA)" <ji...@apache.org> on 2017/06/20 09:50:00 UTC

[jira] [Comment Edited] (IGNITE-5442) .NET: LINQ Conditional statement will fail for some types

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

Pavel Tupitsyn edited comment on IGNITE-5442 at 6/20/17 9:49 AM:
-----------------------------------------------------------------

Looks good.
Merged to master: {{19a78a9d90084e72c194a8cc4017bbdaca0dc761}}


was (Author: ptupitsyn):
Merged to master: {{19a78a9d90084e72c194a8cc4017bbdaca0dc761}}

> .NET: LINQ Conditional statement will fail for some types
> ---------------------------------------------------------
>
>                 Key: IGNITE-5442
>                 URL: https://issues.apache.org/jira/browse/IGNITE-5442
>             Project: Ignite
>          Issue Type: Bug
>          Components: platforms
>    Affects Versions: 2.0
>            Reporter: Sergey Stronchinskiy
>            Assignee: Sergey Stronchinskiy
>            Priority: Minor
>              Labels: .NET, LINQ
>             Fix For: 2.1
>
>
> Next code will fail:
> {code}
> var res = persons.Select(x => new {Foo = x.Key%2 == 0 ? 1 : (int?)null, x.Value}).ToArray();
> {code}
> Fix: strip nullable type in {{SqlTypes}}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)