merlimat commented on code in PR #17881:
URL: https://github.com/apache/pulsar/pull/17881#discussion_r983948274
##########
pulsar-functions/instance/pom.xml:
##########
@@ -238,9 +238,6 @@
<echo>building python instance</echo>
<mkdir dir="${basedir}/target/python-instance"/>
<copydir src="${basedir}/src/main/python"
dest="${basedir}/target/python-instance"/>
- <mkdir dir="${basedir}/target/python-instance/pulsar"/>
- <copydir src="${basedir}/../../pulsar-client-cpp/python/pulsar"
- dest="${basedir}/target/python-instance/pulsar"/>
Review Comment:
No, this is just to avoid copying the Pulsar python lib files directly in
the Pulsar functions directory, which was not needed anyway.
--
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]