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 2022/08/24 08:10:08 UTC

[iotdb] branch opt_thrift created (now cc5cf4d423)

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

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


      at cc5cf4d423 Thrift only generate py and go code for session client

This branch includes the following new commits:

     new cc5cf4d423 Thrift only generate py and go code for session 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: Thrift only generate py and go code for session client

Posted by ha...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit cc5cf4d423bf05a858f1c67a472512acaa5fef0d
Author: HTHou <hh...@outlook.com>
AuthorDate: Wed Aug 24 16:09:48 2022 +0800

    Thrift only generate py and go code for session client
---
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index d0f831bdbe..dd24724a43 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1344,6 +1344,7 @@
                                     <generator>py</generator>
                                     <thriftExecutable>${thrift.exec.absolute.path}</thriftExecutable>
                                     <thriftSourceRoot>${basedir}/src/main/thrift</thriftSourceRoot>
+                                    <includes>**/common.thrift,**/client.thrift</includes>
                                     <outputDirectory>${project.build.directory}/generated-sources-python/</outputDirectory>
                                 </configuration>
                             </execution>
@@ -1357,6 +1358,7 @@
                                     <generator>go</generator>
                                     <thriftExecutable>${thrift.exec.absolute.path}</thriftExecutable>
                                     <thriftSourceRoot>${basedir}/src/main/thrift</thriftSourceRoot>
+                                    <includes>**/common.thrift,**/client.thrift</includes>
                                     <outputDirectory>${project.build.directory}/generated-sources-go</outputDirectory>
                                 </configuration>
                             </execution>