turcsanyip commented on pull request #4550:
URL: https://github.com/apache/nifi/pull/4550#issuecomment-698570188


   @tpalfy, @adenes Thanks for the clarification regarding Parquet.
   
   I tested the following cases and it works properly:
   - Avro and Json readers with explicit schema and schema inference
   - Avro, Json, XML, CSV and FreeFormText writers with explicit schema and 
schema inheritance
   - schemas: simple recursion, recursion in array, indirect recursion
   - processors: ConvertRecord, UpdateRecord
   
   Found only one use case where still getting StackOverflow: both the reader 
and writer schemas defined explicitly, the schemas use the same field names but 
have different schema names.
   As it is quite an unusual setup, I believe we can ignore it.
   
   +1 LGTM


----------------------------------------------------------------
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:
[email protected]


Reply via email to