This is an automated email from the ASF dual-hosted git repository.
mmerli pushed a change to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/incubator-pulsar.git.
from b18a268 Fixed shading on generated protobuf backported from master
new 7b0703d Include functions in pulsar-client Python package (#1893)
new fd47532 Make Python code work with Pulsar Function localrun (#1930)
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
pulsar-client-cpp/python/{pulsar.py => pulsar/__init__.py} | 0
pulsar-client-cpp/python/{ => pulsar}/functions/__init__.py | 0
pulsar-client-cpp/python/{ => pulsar}/functions/context.py | 0
pulsar-client-cpp/python/{ => pulsar}/functions/function.py | 0
pulsar-client-cpp/python/{ => pulsar}/functions/serde.py | 0
pulsar-functions/instance/src/main/python/python_instance_main.py | 4 ++--
pulsar-functions/instance/src/main/python/util.py | 5 +++--
pulsar-functions/runtime/pom.xml | 5 ++---
8 files changed, 7 insertions(+), 7 deletions(-)
rename pulsar-client-cpp/python/{pulsar.py => pulsar/__init__.py} (100%)
rename pulsar-client-cpp/python/{ => pulsar}/functions/__init__.py (100%)
rename pulsar-client-cpp/python/{ => pulsar}/functions/context.py (100%)
rename pulsar-client-cpp/python/{ => pulsar}/functions/function.py (100%)
rename pulsar-client-cpp/python/{ => pulsar}/functions/serde.py (100%)
--
To stop receiving notification emails like this one, please contact
[email protected].