Re: Ignite SQL queries's metadata

2017-07-20 Thread Andrey Mashenkov
Hi Menglei, It is fixed in IGNITE-5252 [1] and already merged to master, Fix will available from 2.1 release coming. [1] https://issues.apache.org/jira/browse/IGNITE-5252 On Wed, Jul 19, 2017 at 12:14 AM, menglei wrote: > Hi all, > > Currently we are heavily using the standard SQL query functi

Ignite SQL queries's metadata

2017-07-18 Thread menglei
Hi all, Currently we are heavily using the standard SQL query functionality provided by Ignite. We have a lot join across the cache and need to get many columns from the query. But right now the interface of SQL resultset (QueryCursor in ignite) has limited exposure of the API, which is an iter

Ignite SQL queries's metadata

2017-07-18 Thread menglei
Hi all, Currently we are heavily using the standard SQL query functionality provided by Ignite. We have a lot join across the cache and need to get many columns from the query. But right now the interface of SQL resultset (QueryCursor in ignite) has limited exposure of the API, which is an iter