[
https://issues.apache.org/jira/browse/IGNITE-6692?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16331975#comment-16331975
]
Vladimir Ozerov commented on IGNITE-6692:
-----------------------------------------
Duplicates IGNITE-7293 which is targeted for 2.5 release (some unexplained
hangs in IGFS/Hadoop modules appeared in response to the change).
> 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
> Components: binary
> Affects Versions: 2.2
> Reporter: Amelchev Nikita
> Assignee: Amelchev Nikita
> Priority: Major
> Fix For: 2.5
>
> 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
(v7.6.3#76005)