[
https://issues.apache.org/jira/browse/IGNITE-6692?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16216915#comment-16216915
]
ASF GitHub Bot commented on IGNITE-6692:
----------------------------------------
GitHub user NSAmelchev opened a pull request:
https://github.com/apache/ignite/pull/2918
IGNITE-6692
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/NSAmelchev/ignite ignite-6692
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/2918.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2918
----
commit cec27198db24c1f02152296ac1a74d60cfd899d2
Author: NSAmelchev <[email protected]>
Date: 2017-10-24T11:53:53Z
add test and fix
----
> Select query on a client with unused field throws an exception.
> ---------------------------------------------------------------
>
> Key: IGNITE-6692
> URL: https://issues.apache.org/jira/browse/IGNITE-6692
> Project: Ignite
> Issue Type: Bug
> Security Level: Public(Viewable by anyone)
> Reporter: Amelchev Nikita
> Assignee: Amelchev Nikita
> Attachments: IgniteClientQueryTest.java
>
>
> Steps to reproduce:
> 1. Run one server, one client.
> 2. Execute next queries on a client:
> {{CREATE TABLE t1 (name VARCHAR(1), unused LONG, PRIMARY KEY(name))}}
> {{INSERT INTO t1 (name) values ('A')}}
> 3. Run select that throws an exception:
> {{SELECT name FROM t1 ORDER BY name, unused}}
> Test is in attachment.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)