This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris-spark-connector.git
commit 031aac040ba1c26f782c73b2325c36d1481146c4 Author: tinkerrrr <62875019+tinker...@users.noreply.github.com> AuthorDate: Sat Nov 13 17:09:52 2021 +0800 [SparkConnector] Add thrift dir for spark connector (#7074) Add thrift dir for spark connector, to fix error when building spark-doris-connector --- pom.xml | 1 + pom_3.0.xml | 1 + 2 files changed, 2 insertions(+) diff --git a/pom.xml b/pom.xml index d756bfb..2c41bfc 100644 --- a/pom.xml +++ b/pom.xml @@ -199,6 +199,7 @@ <artifactId>maven-thrift-plugin</artifactId> <version>0.1.11</version> <configuration> + <thriftExecutable>${doris.thirdparty}/installed/bin/thrift</thriftExecutable> <generator>java:fullcamel</generator> </configuration> <executions> diff --git a/pom_3.0.xml b/pom_3.0.xml index d09e81a..25aa355 100644 --- a/pom_3.0.xml +++ b/pom_3.0.xml @@ -198,6 +198,7 @@ <artifactId>maven-thrift-plugin</artifactId> <version>0.1.11</version> <configuration> + <thriftExecutable>${doris.thirdparty}/installed/bin/thrift</thriftExecutable> <generator>java:fullcamel</generator> </configuration> <executions> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org