Mark Bathori created NIFI-13528:
-----------------------------------
Summary: 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
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)