Re: Apache Ignite 2.4+ Go language client

2018-05-17 Thread Aleksandr Sokolovskii
tory. ))) > >> >> Complex object is marshalled in different way than described in > >> >> documentation. > >> >> > >> >> Example how to unmarshall complex object of several formats: > >> >> https://github.com/amsokol/ignite

Re: Apache Ignite 2.4+ Go language client

2018-05-17 Thread Vyacheslav Daradur
er/bina >> >> ry/v1/types.go#L969 >> >> >> >> Unit test for OP_QUERY_SQL: >> >> https://github.com/amsokol/ignite-go-client/blob/master/bina >> >> ry/v1/client-sql-and-scan-queries_test.go#L9 >> >> >> >> Unit test for

Re: Apache Ignite 2.4+ Go language client

2018-05-17 Thread Aleksandr Sokolovskii
com/amsokol/ignite-go-client/blob/master/bina > >> ry/v1/client-sql-and-scan-queries_test.go#L9 > >> > >> Unit test for OP_QUERY_SQL_CURSOR_GET_PAGE: > >> https://github.com/amsokol/ignite-go-client/blob/master/bina > >> ry/v1/client-sql-and-scan-queries_test.go#L80

Re: Apache Ignite 2.4+ Go language client

2018-05-17 Thread Igor Sapego
nt/blob/master/bina >> ry/v1/client-sql-and-scan-queries_test.go#L80 >> >> Thanks, >> Aleksandr >> >> From: Alexey Kosenchuk >> Sent: 25 апреля 2018 г. 16:33 >> To: dev@ignite.apache.org >> Subject: Re: Apache Ignite 2.4+ Go language client >&g

Re: Apache Ignite 2.4+ Go language client

2018-05-10 Thread Igor Sapego
Aleksandr > > From: Alexey Kosenchuk > Sent: 25 апреля 2018 г. 16:33 > To: dev@ignite.apache.org > Subject: Re: Apache Ignite 2.4+ Go language client > > No problem with OP_QUERY_SQL_FIELDS. > I mean OP_QUERY_SQL. > But I overlooked "OP_QUERY_SQL - Done without unit test. Need he

RE: Apache Ignite 2.4+ Go language client

2018-05-08 Thread Aleksandr Sokolovskii
e mistakes in binary protocol documentation. > So I spent a lot of time in Apache Ignite server source code analyzing ))) > > Thanks, > Aleksandr > > From: Alexey Kosenchuk > Sent: 25 апреля 2018 г. 12:05 > To: dev@ignite.apache.org > Subject: Re: Apache Ignite 2.4+ Go lan

Re: Apache Ignite 2.4+ Go language client

2018-04-30 Thread Aleksandr Sokolovskii
l? >> >> Thanks, >> >> Aleksandr >> >> *From: *Aleksandr Sokolovskii <mailto:amso...@gmail.com> >> *Sent: *25 апреля 2018 г. 16:37 >> *To: *dev@ignite.apache.org <mailto:dev@ignite.apache.org> >> *Subject: *RE: Apache Ignite 2.4

Re: Apache Ignite 2.4+ Go language client

2018-04-30 Thread Alexey Kosenchuk
org> *Subject: *RE: Apache Ignite 2.4+ Go language client Yes, it’s really challenge to write unit test for OP_QUERY_SQL. ))) Thanks, Aleksandr *From: *Alexey Kosenchuk <mailto:alexey.kosenc...@nobitlost.com> *Sent: *25 апреля 2018 г. 16:33 *To: *dev@ignite.apache.org <mailto:dev@ig

RE: Apache Ignite 2.4+ Go language client

2018-04-30 Thread Aleksandr Sokolovskii
: Apache Ignite 2.4+ Go language client Yes, it’s really challenge to write unit test for OP_QUERY_SQL. ))) Thanks, Aleksandr From: Alexey Kosenchuk Sent: 25 апреля 2018 г. 16:33 To: dev@ignite.apache.org Subject: Re: Apache Ignite 2.4+ Go language client No problem with OP_QUERY_SQL_FIELDS. I mean

RE: Apache Ignite 2.4+ Go language client

2018-04-25 Thread Aleksandr Sokolovskii
Yes, it’s really challenge to write unit test for OP_QUERY_SQL. ))) Thanks, Aleksandr From: Alexey Kosenchuk Sent: 25 апреля 2018 г. 16:33 To: dev@ignite.apache.org Subject: Re: Apache Ignite 2.4+ Go language client No problem with OP_QUERY_SQL_FIELDS. I mean OP_QUERY_SQL. But I overlooked

Re: Apache Ignite 2.4+ Go language client

2018-04-25 Thread Alexey Kosenchuk
Aleksandr From: Alexey Kosenchuk Sent: 25 апреля 2018 г. 12:05 To: dev@ignite.apache.org Subject: Re: Apache Ignite 2.4+ Go language client Hi Aleksandr, Seems an important missed part is complex objects support. And it's the most difficult part. Actually, it is not possible to implement it correc

RE: Apache Ignite 2.4+ Go language client

2018-04-25 Thread Aleksandr Sokolovskii
n Apache Ignite server source code analyzing ))) Thanks, Aleksandr From: Alexey Kosenchuk Sent: 25 апреля 2018 г. 12:05 To: dev@ignite.apache.org Subject: Re: Apache Ignite 2.4+ Go language client Hi Aleksandr, Seems an important missed part is complex objects support. And it's the most difficult

Re: Apache Ignite 2.4+ Go language client

2018-04-25 Thread Alexey Kosenchuk
m: Vladimir Ozerov Sent: 23 апреля 2018 г. 22:35 To: dev@ignite.apache.org Subject: Re: Apache Ignite 2.4+ Go language client Hi Alexander, Awesome thing! Please note that before accepting the client we need to make sure it is operational. Community is currently working on formal test specificati

Re: Apache Ignite 2.4+ Go language client

2018-04-24 Thread Aleksandr Sokolovskii
>> > > On Mon, Apr 23, 2018 at 10:41 PM, Aleksandr Sokolovskii < >> > amso...@gmail.com >> > > > >> > > wrote: >> > > >> > > > Hi Oleg, >> > > > >> > > > Thanks for your answer. >> > > > >>

Re: Apache Ignite 2.4+ Go language client

2018-04-24 Thread Aleksandr Sokolovskii
> > > > Community is currently working on formal test specification. > > > > Great. Waiting for this one. > > > > > > > > > As far as NodeJS please note that it is already being developed by > > > > community at the moment [1]. > > > > Cool.

Re: Apache Ignite 2.4+ Go language client

2018-04-24 Thread Igor Sapego
t it is already being developed by > > > community at the moment [1]. > > > Cool. I stop my initiatives. > > > > > > Thanks, > > > Aleksandr > > > > > > From: Vladimir Ozerov > > > Sent: 23 апреля 2018 г. 22:35 > > > To: de

Re: Apache Ignite 2.4+ Go language client

2018-04-24 Thread Dmitriy Setrakyan
ecification. > > Great. Waiting for this one. > > > > > As far as NodeJS please note that it is already being developed by > > community at the moment [1]. > > Cool. I stop my initiatives. > > > > Thanks, > > Aleksandr > > > > From: Vladimir

Re: Apache Ignite 2.4+ Go language client

2018-04-24 Thread Pavel Tupitsyn
dr > > From: Vladimir Ozerov > Sent: 23 апреля 2018 г. 22:35 > To: dev@ignite.apache.org > Subject: Re: Apache Ignite 2.4+ Go language client > > Hi Alexander, > > Awesome thing! Please note that before accepting the client we need to make > sure it is o

RE: Apache Ignite 2.4+ Go language client

2018-04-23 Thread Aleksandr Sokolovskii
Vladimir Ozerov Sent: 23 апреля 2018 г. 22:35 To: dev@ignite.apache.org Subject: Re: Apache Ignite 2.4+ Go language client Hi Alexander, Awesome thing! Please note that before accepting the client we need to make sure it is operational. Community is currently working on formal test specificatio

Re: Apache Ignite 2.4+ Go language client

2018-04-23 Thread Vladimir Ozerov
[1]. We hope to have it in Apache Ignite 2.6. [1] https://issues.apache.org/jira/browse/IGNITE- пн, 23 апр. 2018 г. в 22:24, Aleksandr Sokolovskii <amso...@gmail.com>: > Hi All, > > I hope you are well. > > I released Apache Ignite 2.4+ Go language client: > https://

Apache Ignite 2.4+ Go language client

2018-04-23 Thread Aleksandr Sokolovskii
Hi All, I hope you are well. I released Apache Ignite 2.4+ Go language client: https://github.com/apache-ignite/go-client I updated link here: https://github.com/golang/go/wiki/SQLDrivers Is it possible to add link to my repo to this page?: https://apacheignite.readme.io/docs/binary-client