Re: Ignite SqlFieldQuery Unicode Characters Support

2020-06-17 Thread Ravi Makwana
Hi, We have started our ignite nodes (server & client) with mentioned jvm parameter and it works fine. Thanks for the quick response. Regards, Ravi Makwana On Mon, 8 Jun 2020 at 18:49, Ilya Kasnacheev wrote: > Hello! > > I have met an error like this one, and my recommendation is that on all

Re: Ignite SqlFieldQuery Unicode Characters Support

2020-06-08 Thread Ilya Kasnacheev
Hello! I have met an error like this one, and my recommendation is that on all nodes, client and server, you should set file.encoding to the same value (UTF-8 usually, however CJK multi-byte encodings should also work). Make sure all of your JVMs are launched with -Dfile.encoding=UTF-8. ignite.sh

Ignite SqlFieldQuery Unicode Characters Support

2020-06-05 Thread Ravi Makwana
Hi, We are using Apache ignite version 2.7 and we have one node cluster with 150 caches out of 150 We have 1 cache which contains Unicode characters like Chinese language. Server node is running on Linux OS & Client node is running on Windows OS. Client side we are using sqlquery & sqlfieldquery