Re: [jira] [Commented] (PYLUCENE-41) JArray type issue

2018-06-04 Thread Andi Vajda
On Mon, 4 Jun 2018, Petrus Hyvönen wrote: Hi Andi, Do you have a suggestion of where to start chasing this issue? Is it on the definition of objects in java that makes them uncastable, or... Yes, start by stepping through the JArray::set(...) method, line 187 in jcc/jcc3/sources/JArray.h

Re: [jira] [Commented] (PYLUCENE-41) JArray type issue

2018-06-04 Thread Petrus Hyvönen
Hi Andi, Do you have a suggestion of where to start chasing this issue? Is it on the definition of objects in java that makes them uncastable, or... Seems like others do not use this feature of creating two dimensional arrays, or are there other methods of creating them? All the best, /Petrus