From 33819639eb8daa533a2dad2e82dd78c9359ae513 Mon Sep 17 00:00:00 2001 From: HTHou Date: Wed, 17 Jul 2024 09:45:10 +0800 Subject: [PATCH] Upgrade thrift plugin and optimize codegen for go client --- pom.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index 1d18212af7b59..bc62daccb7699 100644 --- a/pom.xml +++ b/pom.xml @@ -939,9 +939,9 @@ 3.6.0 - org.apache.thrift.tools - maven-thrift-plugin - 0.1.11 + org.apache.thrift + thrift-maven-plugin + 0.10.0 com.bazaarvoice.maven.plugins @@ -1608,8 +1608,8 @@ - org.apache.thrift.tools - maven-thrift-plugin + org.apache.thrift + thrift-maven-plugin ${thrift.exec.absolute.path} ${project.basedir}/src/main/thrift @@ -1644,7 +1644,7 @@ generate-sources - go + go:package_prefix=github.com/apache/iotdb-client-go/ **/common.thrift,**/client.thrift ${project.build.directory}/generated-sources-go