[ 
https://issues.apache.org/jira/browse/NIFI-13528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17866502#comment-17866502
 ] 

ASF subversion and git services commented on NIFI-13528:
--------------------------------------------------------

Commit 36fb6f109fd06b61ecaf47d43a40308a1f94f94b in nifi's branch 
refs/heads/main from Mark Bathori
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=36fb6f109f ]

NIFI-13528: fixed Python processor's customValidate function

This closes #9061.

Signed-off-by: Peter Gyori <[email protected]>


> Python processor's customValidate function does not work
> --------------------------------------------------------
>
>                 Key: NIFI-13528
>                 URL: https://issues.apache.org/jira/browse/NIFI-13528
>             Project: Apache NiFi
>          Issue Type: Bug
>            Reporter: Mark Bathori
>            Assignee: Mark Bathori
>            Priority: Major
>          Time Spent: 1h
>  Remaining Estimate: 0h
>
> The Python Processors have support for customValidate function but it doesn't 
> work since the context that is passed to the validation function is a 
> ValidationContext which the PythonProcessorAdapter tries to cast into a 
> ProcessContext. Since the 2 different type of contexts have different methods 
> the initialization will fail.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to