This is an automated email from the ASF dual-hosted git repository.
morrysnow pushed a commit to branch branch-3.1
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-3.1 by this push:
new b96116b0715 branch-3.1: [fix](compile)fix thrift checkstyle compile
error #56354 (#56493)
b96116b0715 is described below
commit b96116b07154763b7877cb34e196653884ba0f3c
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun Sep 28 14:51:37 2025 +0800
branch-3.1: [fix](compile)fix thrift checkstyle compile error #56354
(#56493)
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 238226f184d..3569cd4e007 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]