[MTCGA]: new failures in builds [6103543] needs to be handled

2021-07-26 Thread dpavlov . tasks
Hi Igniters, I've detected some new issue on TeamCity to be handled. You are more than welcomed to help. *New Critical Failure in master Cache (Restarts) 1 https://ci.ignite.apache.org/buildConfiguration/IgniteTests24Java8_CacheRestarts1?branch=%3Cdefault%3E No changes in the build

Re: [Announcement] Apache Ignite 2.11 Code Freeze started

2021-07-26 Thread Maxim Muzafarov
Folks, The issues mentioned above were successfully resolved and cherry-picked to the ignite-2.11 branch. Sorry for the delay. I think we can proceed with the release. On Thu, 22 Jul 2021 at 15:44, Maxim Muzafarov wrote: > > Folks, > > Yes, both the fixes [1] [2] will not require performance tes

Re: Ignite 3.0 IgniteTables API Improvement Suggestion

2021-07-26 Thread Pavel Tupitsyn
Igniters, I've made the changes to the Tuple interface, please have a look: https://github.com/apache/ignite-3/pull/245 https://issues.apache.org/jira/browse/IGNITE-14342 On Thu, Jul 1, 2021 at 12:25 PM Pavel Tupitsyn wrote: > Val, agreed. > Let's add length(), value(index), and Iterable to th

Re: Apache Ignite 3 Alpha 2 webinar follow up questions

2021-07-26 Thread Valentin Kulichenko
Hi Courtney, Generally speaking, query caching certainly makes sense. As far as I know, Ignite 2.x actually does that, but most likely there might be room for improvement as well. We will look into this. As for the SQL API - the answer is yes. The requirement for a dummy cache is an artifact of t

Re: [VOTE] Release pyignite 0.5.1-rc0

2021-07-26 Thread Pavel Tupitsyn
+1 On Mon, Jul 26, 2021 at 11:36 AM Igor Sapego wrote: > +1 from me > > Best Regards, > Igor > > > On Fri, Jul 23, 2021 at 3:32 PM Ivan Daschinsky > wrote: > > > +1 From me > > 1. Checked binary packages, c module and examples on windows 10 amd64 for > > pythons 3.6, 3.7, 3.8, 3.9 > > 2. Checke

Re: Text Queries Support

2021-07-26 Thread Courtney Robinson
+1 we're all saying the same thing here. My example from before select x from T0 where term(args to solr term query) AND .. term(xxx) was meant to indicate a lucene term query and so there'd be a list of lucene functions exposed in a similar way. On Mon, Jul 26, 2021 at 5:45 PM Atri Sharma wrot

Re: Text Queries Support

2021-07-26 Thread Atri Sharma
+1 Lets expose custom functions in Ignite SQL which allows us to use the full capabilities that Lucene offers On Mon, 26 Jul 2021, 21:51 Andrey Mashenkov, wrote: > Val, > > > I believe this is something we can look into in the scope of Ignite 3. > > Andrey, does Calcite have any support for thi

Re: Text Queries Support

2021-07-26 Thread Andrey Mashenkov
Val, > I believe this is something we can look into in the scope of Ignite 3. > Andrey, does Calcite have any support for this? What's your view on this? As Atri already mentioned, SQL 92 standard declares "LIKE" operator for pattern matching. Calcite supports LIKE operator. I've found it is a R

Checking generated sources with PMD

2021-07-26 Thread Petr Ivanov
Hi, Igniters! While working with Semyon on IGNITE-15182 [1] we've stumbled upon the following dilemma, that I would like to discuss. Currently, `mvn compile pmd:check` command (as mentioned in Devnotes) also adds to check generated sources and fails on them, while mvn install && mvn pmd:check

Re: [VOTE] Release pyignite 0.5.1-rc0

2021-07-26 Thread Igor Sapego
+1 from me Best Regards, Igor On Fri, Jul 23, 2021 at 3:32 PM Ivan Daschinsky wrote: > +1 From me > 1. Checked binary packages, c module and examples on windows 10 amd64 for > pythons 3.6, 3.7, 3.8, 3.9 > 2. Checked binary packages, c module and examples on ubuntu 20.04 amd64 for > pythons 3.6