olegbevz opened a new pull request #8999: URL: https://github.com/apache/ignite/pull/8999
Currently Apache Ignite does not support string comparison for LINQ provider (Apache.Ignite.Linq project). For example following modified query insideThinClientQueryExample.ScanQueryExample method will throw Exception: var employees = cache.AsCacheQueryable().Select(x => x.Value).Where(x => string.Compare(x.Name, "Daniel Adams") >= 0); Business case: in our project we use DevExteme.AspNet.Data library to build LINQ queries for Apache Ignite and in some cases the library builds complex queries with string.Compare method call. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
