You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2023/04/10 09:57:48 UTC

[iotdb] branch remove_useless_python_code_gen created (now 126d2afdf1)

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

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


      at 126d2afdf1 Remove the useless generated python code for python client

This branch includes the following new commits:

     new 126d2afdf1 Remove the useless generated python code for python client

The 1 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.



[iotdb] 01/01: Remove the useless generated python code for python client

Posted by ha...@apache.org.
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 <hh...@outlook.com>
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>