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

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


The following commit(s) were added to refs/heads/master by this push:
     new 49eb6d2ef2 Thrift only generate py and go code for session client 
(#7109)
49eb6d2ef2 is described below

commit 49eb6d2ef2dd464211e23120d78b54b04f808602
Author: Haonan <[email protected]>
AuthorDate: Wed Aug 24 20:19:09 2022 +0800

    Thrift only generate py and go code for session client (#7109)
---
 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>

Reply via email to