From 7a5a032c1557ee79e43ec8e92d877fed19da489f Mon Sep 17 00:00:00 2001 From: yunhong <337361684@qq.com> Date: Mon, 14 Sep 2026 11:16:22 +0800 Subject: [PATCH] [build] Exempt coordinator event processor files from FileLength Temporarily suppress FileLength for CoordinatorEventProcessor and CoordinatorEventProcessorTest. Add a TODO to refactor these classes and remove the suppressions, tracked by https://github.com/apache/fluss/issues/4312. Co-Authored-By: Codex AI-Model: gpt-6 AI-Contributed/Feature: 5/5 AI-Contributed/UT: 0/0 --- tools/maven/suppressions.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tools/maven/suppressions.xml b/tools/maven/suppressions.xml index 0839cb8a14b..8b8b6d5ab01 100644 --- a/tools/maven/suppressions.xml +++ b/tools/maven/suppressions.xml @@ -24,6 +24,11 @@ + + + +