This is an automated email from the ASF dual-hosted git repository.

haonan pushed a commit to branch remove_useless_python_code_gen
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit 126d2afdf18a02dfe535965c62bae8a7d239f14d
Author: HTHou <[email protected]>
AuthorDate: Mon Apr 10 17:57:25 2023 +0800

    Remove the useless generated python code for python client
---
 client-py/pom.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/client-py/pom.xml b/client-py/pom.xml
index 9b4e3fceb0..39687b7e12 100644
--- a/client-py/pom.xml
+++ b/client-py/pom.xml
@@ -96,6 +96,9 @@
                             <resources>
                                 <resource>
                                     
<directory>${basedir}/../thrift/target/generated-sources-python/iotdb/thrift/</directory>
+                                    <includes>
+                                        <include>**/rpc/*</include>
+                                    </includes>
                                 </resource>
                                 <resource>
                                     
<directory>${basedir}/../thrift-commons/target/generated-sources-python/iotdb/thrift/</directory>

Reply via email to