Re: [jira] [Created] (IGNITE-12852) Comma in field is not supported by COPY command

2020-04-10 Thread akurbanov
Hello, Apologies for missing the thread, I am already working on this issue under the scope of the closed ticket, which I have missed to notify about: https://issues.apache.org/jira/browse/IGNITE-7537. I have already fixed the parsing of quotes/field delimiters but there is a bit more to

Re: Spring Session Ignite plugin

2018-09-24 Thread akurbanov
Hi Denis, I've created pull request: https://github.com/apache/ignite/pull/4820 and filed an JIRA issue: https://issues.apache.org/jira/browse/IGNITE-9676 . An initial review would be highly

Spring Session Ignite plugin

2018-09-24 Thread akurbanov
Hello Igniters, I have implemented small community extension to use Apache Ignite as backing repository for session clustering with Spring Session: github link . I was wondering what would be the best way to share this with community, is there

Re: Atomic caches

2018-04-10 Thread akurbanov
Dmitry, Sorry for confusing topic. I I'm pretty sure that configuration for atomic caches is validated, will double-check this. I was referring only atomic data structures cache. -- Sent from: http://apache-ignite-developers.2346864.n4.nabble.com/

Re: Atomic caches

2018-04-09 Thread akurbanov
I've attached .java file to https://issues.apache.org/jira/browse/IGNITE-2096 Atomic references created with cacheMode=REPLICATED configuration are being lost when first references are created with cacheMode=PARTITIONED, no validation errors. -- Sent from: