This is an automated email from the ASF dual-hosted git repository.

gavinchou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/master by this push:
     new 56d49623bb8 [fix](compile)fix thrift checkstyle compile error (#56354)
56d49623bb8 is described below

commit 56d49623bb868f7538868d38ef37bc3daaa13f06
Author: koarz <[email protected]>
AuthorDate: Fri Sep 26 13:48:48 2025 +0800

    [fix](compile)fix thrift checkstyle compile error (#56354)
    
    ```text
    ...
    [ERROR] 
doris/fe/fe-common/src/main/java/org/apache/doris/thrift/schema/external/TNestedField.java:258:9:
 'block' child has incorrect indentation level 8, expected level should be 16. 
[Indentation]
    [ERROR] 
doris/fe/fe-common/src/main/java/org/apache/doris/thrift/schema/external/TNestedField.java:259:9:
 'block' child has incorrect indentation level 8, expected level should be 16. 
[Indentation]
    [ERROR] 
doris/fe/fe-common/src/main/java/org/apache/doris/thrift/schema/external/TNestedField.java:260:7:
 'case' child has incorrect indentation level 6, expected level should be 12. 
[Indentation]
    [ERROR] 
doris/fe/fe-common/src/main/java/org/apache/doris/thrift/schema/external/TNestedField.java:261:9:
 'block' child has incorrect indentation level 8, expected level should be 16. 
[Indentation]
    ...
    ```
---
 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]

Reply via email to