This is an automated email from the ASF dual-hosted git repository.
technoboy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/master by this push:
new b0909aba539 [fix][python client]Fix python producer test run failed.
(#17223)
b0909aba539 is described below
commit b0909aba5398481278f27f185955fb820502e402
Author: Baodi Shi <[email protected]>
AuthorDate: Wed Aug 24 14:04:49 2022 +0800
[fix][python client]Fix python producer test run failed. (#17223)
---
pulsar-client-cpp/python/test_producer.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/pulsar-client-cpp/python/test_producer.py
b/pulsar-client-cpp/python/test_producer.py
index c3f7eaeb7c0..c9c8ca1f83d 100755
--- a/pulsar-client-cpp/python/test_producer.py
+++ b/pulsar-client-cpp/python/test_producer.py
@@ -18,6 +18,7 @@
# under the License.
#
+from pulsar import BatchingType
import pulsar