[Chore](build) upgrade clang-format version to 16 && move thrift to fe-common (#19155)

upgrade clang-format version to 16
move thrift to fe-common
fix core dump on pipeline engine when operator canceled and not prepared
This commit is contained in:
Pxl
2023-04-28 14:14:51 +08:00
committed by GitHub
parent ffe27baeaf
commit ec517a53a8
54 changed files with 115 additions and 123 deletions

View File

@ -99,26 +99,6 @@ under the License.
<build>
<finalName>doris-fe-common</finalName>
<plugins>
<!--thrift-->
<plugin>
<groupId>org.apache.thrift.tools</groupId>
<artifactId>maven-thrift-plugin</artifactId>
<version>0.1.11</version>
<configuration>
<thriftExecutable>${doris.thirdparty}/installed/bin/thrift</thriftExecutable>
<thriftSourceRoot>${doris.home}/gensrc/thrift</thriftSourceRoot>
<generator>java:fullcamel</generator>
</configuration>
<executions>
<execution>
<id>thrift-sources</id>
<phase>generate-sources</phase>
<goals>
<goal>compile</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>