[jira] [Created] (IGNITE-5442) Linq Conditional statement will fail for some types

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (IGNITE-5442) Linq Conditional statement will fail for some types

Anton Vinogradov (Jira)
Sergey Stronchinskiy created IGNITE-5442:
--------------------------------------------

             Summary: 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
            Reporter: Sergey Stronchinskiy
            Priority: Minor


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.3.15#6346)