fgerlits commented on code in PR #1854:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1854#discussion_r1709853340
##########
docker/test/integration/cluster/ImageStore.py:
##########
@@ -164,6 +164,11 @@ def
__build_minifi_cpp_image_with_nifi_python_processors(self, python_option):
COPY SpecialPropertyTypeChecker.py
/opt/minifi/minifi-current/minifi-python/nifi_python_processors/SpecialPropertyTypeChecker.py
COPY ProcessContextInterfaceChecker.py
/opt/minifi/minifi-current/minifi-python/nifi_python_processors/ProcessContextInterfaceChecker.py
COPY CreateFlowFile.py
/opt/minifi/minifi-current/minifi-python/nifi_python_processors/CreateFlowFile.py
+ RUN mkdir -p
/opt/minifi/minifi-current/minifi-python/nifi_python_processors/compute/
+ COPY subtractutils.py
/opt/minifi/minifi-current/minifi-python/nifi_python_processors/compute/subtractutils.py
+ RUN mkdir -p
/opt/minifi/minifi-current/minifi-python/nifi_python_processors/processors/
+ COPY RelativeImporterProcessor.py
/opt/minifi/minifi-current/minifi-python/nifi_python_processors/compute/processors/RelativeImporterProcessor.py
+ COPY multiplierutils.py
/opt/minifi/minifi-current/minifi-python/nifi_python_processors/compute/processors/multiplierutils.py
Review Comment:
This looks weird: why do we create the `nifi_python_processors/processors`
directory if we then copy the files into
`nifi_python_processors/compute/processors` instead?
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]