This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch branch-4.0
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-4.0 by this push:
new eb47c25fa20 branch-4.0: [fix](compile)fix thrift checkstyle compile
error #56354 (#56494)
eb47c25fa20 is described below
commit eb47c25fa20b188f4574d3992e8e487d209924c8
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Sep 27 09:54:48 2025 +0800
branch-4.0: [fix](compile)fix thrift checkstyle compile error #56354
(#56494)
Cherry-picked from #56354
Co-authored-by: koarz <[email protected]>
---
fe/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fe/pom.xml b/fe/pom.xml
index ba5953dcbd3..b168cf8bd88 100644
--- a/fe/pom.xml
+++ b/fe/pom.xml
@@ -172,7 +172,7 @@ under the License.
<linkXRef>false</linkXRef>
<includeTestSourceDirectory>true</includeTestSourceDirectory>
<excludes>
- **/apache/doris/thrift/*,
+ **/apache/doris/thrift/**/*,
**/apache/parquet/**/*
</excludes>
</configuration>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]