This is an automated email from the ASF dual-hosted git repository.
lincoln pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/master by this push:
new a865836543d [hotfix][table] Suppress FileLength for
BuiltInFunctionDefinitions
a865836543d is described below
commit a865836543df01e5d0c16af2f0960bfc6a9b34ac
Author: dylanhz <[email protected]>
AuthorDate: Mon Mar 23 18:29:51 2026 +0800
[hotfix][table] Suppress FileLength for BuiltInFunctionDefinitions
This closes #27808.
---
tools/maven/suppressions.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/tools/maven/suppressions.xml b/tools/maven/suppressions.xml
index f01e84b5211..9688d8ffb91 100644
--- a/tools/maven/suppressions.xml
+++ b/tools/maven/suppressions.xml
@@ -40,6 +40,7 @@ under the License.
<suppress files="WindowOperatorContractTest.java"
checks="FileLength"/>
<suppress files="NFAITCase.java" checks="FileLength"/>
<suppress files="HyperLogLogPlusPlus.java" checks="FileLength"/>
+ <suppress files="BuiltInFunctionDefinitions.java"
checks="FileLength"/>
<!-- Legacy mockito usages -->
<!-- Updated this suppress files section due to FLINK-36063,
which migrated many classes from flink-streaming-java to flink-runtime. This
allows runtime access to stream graph. -->