Re: avro-tools illegal reflective access warnings

2020-01-17 Thread roger peppe
On Fri, 17 Jan 2020 at 13:35, Ryan Skraba wrote: > Hello! I just created a JIRA for this as an improvement :D > https://issues.apache.org/jira/browse/AVRO-2689 > > To check evolution, we'd probably want to specify the reader schema in > the GenericDatumReader created here: > >

Re: avro-tools illegal reflective access warnings

2020-01-17 Thread Ryan Skraba
Hello! I just created a JIRA for this as an improvement :D https://issues.apache.org/jira/browse/AVRO-2689 To check evolution, we'd probably want to specify the reader schema in the GenericDatumReader created here:

Re: avro-tools illegal reflective access warnings

2020-01-17 Thread roger peppe
On Thu, 16 Jan 2020 at 17:21, Ryan Skraba wrote: > didn't find anything currently in the avro-tools that uses both > reader and writer schemas while deserializing data... It should be a > pretty easy feature to add as an option to the DataFileReadTool > (a.k.a. tojson)! > Thanks for that

Re: avro-tools illegal reflective access warnings

2020-01-17 Thread roger peppe
On Fri, 17 Jan 2020 at 11:45, roger peppe wrote: > > > On Fri, 17 Jan 2020 at 09:17, Driesprong, Fokko > wrote: > >> Hi Roger, >> >> We also have Java11 in our CI, but it might be that there are still some >> issues with it. I haven't battletested Avro with Java 11 at least. For >> skipping the

Re: avro-tools illegal reflective access warnings

2020-01-17 Thread roger peppe
On Fri, 17 Jan 2020 at 09:17, Driesprong, Fokko wrote: > Hi Roger, > > We also have Java11 in our CI, but it might be that there are still some > issues with it. I haven't battletested Avro with Java 11 at least. For > skipping the tests, you can provide a flag to Maven: > > # Make sure that

Re: avro-tools illegal reflective access warnings

2020-01-17 Thread Driesprong, Fokko
Hi Roger, We also have Java11 in our CI, but it might be that there are still some issues with it. I haven't battletested Avro with Java 11 at least. For skipping the tests, you can provide a flag to Maven: # Make sure that you're in the Java project cd lang/java/ mvn clean install -DskipTests