You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/07/11 09:29:00 UTC

[jira] [Commented] (IGNITE-5437) SQL: Incorrect partition is derived from query when argument type differs from column type

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

ASF GitHub Bot commented on IGNITE-5437:
----------------------------------------

Github user asfgit closed the pull request at:

    https://github.com/apache/ignite/pull/2107


> SQL: Incorrect partition is derived from query when argument type differs from column type
> ------------------------------------------------------------------------------------------
>
>                 Key: IGNITE-5437
>                 URL: https://issues.apache.org/jira/browse/IGNITE-5437
>             Project: Ignite
>          Issue Type: Bug
>          Components: sql
>    Affects Versions: 2.1
>            Reporter: Sergey Kalashnikov
>            Assignee: Sergey Kalashnikov
>             Fix For: 2.1
>
>         Attachments: BugReproducer5437.java
>
>
> Ignite SQL attempts to derive partition from the query in certain cases and sends the map queries only to nodes which have those calculated partitions.
> Such queries are limited to contain equality conditions over key or affinity key columns at the left and constant or parameter at the right.
> When the type of argument does not match the column type, the calculation leads to wrong result.
> For example, the following query produces incomplete results when _key column is INTEGER and the argument is CHAR. 
> select * from test where _key = ?
> However, this is valid and resultive query for H2, which does implicit conversion in such cases.



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