sers@nifi.apache.org>"
mailto:users@nifi.apache.org>>
Subject: Re: ConvertAvroSchema locale default error
Hi Conrad,
Not very knowledgeable in Avro by any means, but did do a cursory glance over
the code during a build. Based on your snippet of stacktrace, it appears the
culpri
Hi Conrad,
Not very knowledgeable in Avro by any means, but did do a cursory glance
over the code during a build. Based on your snippet of stacktrace, it
appears the culprit is the incorrect use of "==" in lieu of ".equals."
The lines in question are:
final String localeProperty = context.getPr
Hi,
I am seeing this error in my logs (may or may not be linked to upgrade to 0.6.1)
java.lang.IllegalArgumentException: Invalid locale format: default
at org.apache.commons.lang.LocaleUtils.toLocale(LocaleUtils.java:110)
~[na:na]
at
org.apache.nifi.processors.kite.ConvertAvroS