bbende opened a new pull request #3665: NIFI-6158 Fix conversion of Avro fixed 
type with logicalType decimal
URL: https://github.com/apache/nifi/pull/3665
 
 
   This fixes an issue reported through the Parquet processors, but was really 
a general problem when reading records with a field that used the "fixed" type 
and a logicalType of decimal. Our type util code was missing the check for the 
logicalType and just converting to byte array.
   
   I added a unit test to FetchParquet to prove that it is resolved, although 
there are no code changes to the Parquert bundle itself. 
   
   Also noticed that unit tests were failing to initialize logging correctly 
due to finding multiple SLF4J bindings, so this PR includes a small change to 
enforce that logback-core is marked as provided which allows tests to use the 
slf4j-simple module which is already on the test classpath of all NARs.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to