Github user bbende commented on the issue:

    https://github.com/apache/nifi/pull/706
  
    Latest update is looking good... one thing I noticed, if you send in an 
Avro file that does not have the partition columns of the table, it throws an 
IOException around line 435 when trying to extract the partition fields from 
the Avro schema, but then it gets wrapped in a ProcessException and thrown out 
of onTrigger so the flow file sits in the incoming queue but can never be 
processed. 
    
    Could we look for ProcessException with a cause of IOException and route to 
failure (similar to the connection error handling)? or maybe create a specific 
exception type to look for since there could be other IOExceptions that we want 
to bounce out of onTrigger?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to