Repository Analysis

apache/fluss

Apache Fluss is a streaming storage built for real-time analytics.

7.9 Low AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of apache/fluss, a Java project with 2,052 GitHub stars. SynthScan v2.0 examined 698,179 lines of code across 3535 source files, recording 1307 pattern matches distributed across 19 syntactic categories. The overall adjusted score of 7.9 places this repository in the Low AI signal band.

The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).

7.9
Adjusted Score
7.9
Raw Score
100%
Time Factor
2026-08-09
Last Push
2.1K
Stars
Java
Language
698.2K
Lines of Code
3.5K
Files
1.3K
Pattern Hits
2026-08-09
Scan Date
0.10
HC Hit Rate

What These Metrics Mean

Adjusted Score
Primary synthetic code indicator. Raw score normalised per 1,000 lines of code and multiplied by the temporal discount factor. This is the definitive comparative metric — use it to rank repositories by AI authorship density.
Raw Score
The unmodified sum of all severity-weighted, context-multiplied pattern match scores before temporal discounting. Reflects the absolute signal strength independent of when the repository was last active.
Time Factor
The temporal discount multiplier (0–100%) applied to the raw score. Repositories last updated before ChatGPT's launch (Nov 2022) receive a 5% factor. Full signal is only assigned to repositories active in the post-adoption era (Jan 2024+).
Pattern Hits
Total count of individual pattern matches across all files and categories. A high hit count with a low score may indicate a very large codebase with isolated AI snippets; a low count with a high score indicates dense, concentrated AI signatures.
HC Hit Rate
High+Critical pattern hits per file, averaged across the repository. This orthogonal signal catches repositories where a few files are densely packed with high-severity AI tells — a strong indicator even when the normalised score appears moderate due to codebase size.
Lines of Code / Files
Total lines and files analysed. The scanner examines 94 file extensions. These denominators are used to normalise the score, enabling fair comparison between repositories of vastly different sizes.

Score History

Longitudinal tracking requires multiple scan runs. Once this repository is re-scanned after new commits land, this chart will visualise how the synthetic code signal evolves over time — enabling you to detect whether AI authorship is growing, stabilising, or being actively corrected by human engineers.

No multi-scan history yet — run the scanner again to build trend data.

Severity Breakdown

Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.

CRITICAL 349HIGH 13MEDIUM 125LOW 820

Directory Score Breakdown

This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.

Pattern Findings

The scanner identified 1307 distinct pattern matches across 19 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.

Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.

Hallucination Indicators349 hits · 4035 pts
SeverityFileLineSnippetContext
CRITICAL…pache/fluss/flink/sink/writer/FlinkSinkWriterTest.java73 .column("id", org.apache.fluss.types.DataTypes.INT())CODE
CRITICAL…pache/fluss/flink/sink/writer/FlinkSinkWriterTest.java74 .column("name", org.apache.fluss.types.DataTypes.CHAR(10))CODE
CRITICAL…org/apache/fluss/flink/utils/FlinkConversionsTest.java98 org.apache.flink.table.api.DataTypes.BOOLEAN().notNull(),CODE
CRITICAL…org/apache/fluss/flink/utils/FlinkConversionsTest.java99 org.apache.flink.table.api.DataTypes.TINYINT().notNull(),CODE
CRITICAL…org/apache/fluss/flink/utils/FlinkConversionsTest.java100 org.apache.flink.table.api.DataTypes.SMALLINT(),CODE
CRITICAL…org/apache/fluss/flink/utils/FlinkConversionsTest.java101 org.apache.flink.table.api.DataTypes.INT(),CODE
CRITICAL…org/apache/fluss/flink/utils/FlinkConversionsTest.java102 org.apache.flink.table.api.DataTypes.BIGINT(),CODE
CRITICAL…org/apache/fluss/flink/utils/FlinkConversionsTest.java103 org.apache.flink.table.api.DataTypes.FLOAT(),CODE
CRITICAL…org/apache/fluss/flink/utils/FlinkConversionsTest.java104 org.apache.flink.table.api.DataTypes.DOUBLE(),CODE
CRITICAL…org/apache/fluss/flink/utils/FlinkConversionsTest.java105 org.apache.flink.table.api.DataTypes.CHAR(1),CODE
CRITICAL…org/apache/fluss/flink/utils/FlinkConversionsTest.java106 org.apache.flink.table.api.DataTypes.STRING(),CODE
CRITICAL…org/apache/fluss/flink/utils/FlinkConversionsTest.java107 org.apache.flink.table.api.DataTypes.DECIMAL(10, 2),CODE
CRITICAL…org/apache/fluss/flink/utils/FlinkConversionsTest.java108 org.apache.flink.table.api.DataTypes.BINARY(10),CODE
CRITICAL…org/apache/fluss/flink/utils/FlinkConversionsTest.java109 org.apache.flink.table.api.DataTypes.BYTES(),CODE
CRITICAL…org/apache/fluss/flink/utils/FlinkConversionsTest.java110 org.apache.flink.table.api.DataTypes.DATE(),CODE
CRITICAL…org/apache/fluss/flink/utils/FlinkConversionsTest.java111 org.apache.flink.table.api.DataTypes.TIME(),CODE
CRITICAL…org/apache/fluss/flink/utils/FlinkConversionsTest.java112 org.apache.flink.table.api.DataTypes.TIMESTAMP(),CODE
CRITICAL…org/apache/fluss/flink/utils/FlinkConversionsTest.java113 org.apache.flink.table.api.DataTypes.TIMESTAMP_LTZ(),CODE
CRITICAL…org/apache/fluss/flink/utils/FlinkConversionsTest.java114 org.apache.flink.table.api.DataTypes.ARRAY(CODE
CRITICAL…org/apache/fluss/flink/utils/FlinkConversionsTest.java115 org.apache.flink.table.api.DataTypes.STRING()),CODE
CRITICAL…org/apache/fluss/flink/utils/FlinkConversionsTest.java116 org.apache.flink.table.api.DataTypes.MAP(CODE
CRITICAL…org/apache/fluss/flink/utils/FlinkConversionsTest.java117 org.apache.flink.table.api.DataTypes.INT().notNull(),CODE
CRITICAL…org/apache/fluss/flink/utils/FlinkConversionsTest.java118 org.apache.flink.table.api.DataTypes.STRING()),CODE
CRITICAL…org/apache/fluss/flink/utils/FlinkConversionsTest.java119 org.apache.flink.table.api.DataTypes.ROW(CODE
CRITICAL…org/apache/fluss/flink/utils/FlinkConversionsTest.java120 org.apache.flink.table.api.DataTypes.FIELD(CODE
CRITICAL…org/apache/fluss/flink/utils/FlinkConversionsTest.java122 org.apache.flink.table.api.DataTypes.STRING().notNull()),CODE
CRITICAL…org/apache/fluss/flink/utils/FlinkConversionsTest.java123 org.apache.flink.table.api.DataTypes.FIELD(CODE
CRITICAL…org/apache/fluss/flink/utils/FlinkConversionsTest.java124 "b", org.apache.flink.table.api.DataTypes.INT())));CODE
CRITICAL…org/apache/fluss/flink/utils/FlinkConversionsTest.java162 org.apache.flink.table.api.DataTypes.TIMESTAMP(3), () -> "orig_ts");CODE
CRITICAL…org/apache/fluss/flink/utils/FlinkConversionsTest.java165 org.apache.flink.table.api.DataTypes.TIMESTAMP(3), () -> "orig_ts");CODE
CRITICAL…org/apache/fluss/flink/utils/FlinkConversionsTest.java171 org.apache.flink.table.api.DataTypes.STRING().notNull()),CODE
CRITICAL…org/apache/fluss/flink/utils/FlinkConversionsTest.java174 org.apache.flink.table.api.DataTypes.ROW(CODE
CRITICAL…org/apache/fluss/flink/utils/FlinkConversionsTest.java175 org.apache.flink.table.api.DataTypes.FIELD(CODE
CRITICAL…org/apache/fluss/flink/utils/FlinkConversionsTest.java179 org.apache.flink.table.api.DataTypes.FIELD(CODE
CRITICAL…org/apache/fluss/flink/utils/FlinkConversionsTest.java183 org.apache.flink.table.api.DataTypes.FIELD(CODE
CRITICAL…org/apache/fluss/flink/utils/FlinkConversionsTest.java185 org.apache.flink.table.api.DataTypes.ROW(CODE
CRITICAL…org/apache/fluss/flink/utils/FlinkConversionsTest.java480 "id", org.apache.flink.table.api.DataTypes.INT().notNull()),CODE
CRITICAL…org/apache/fluss/flink/utils/FlinkConversionsTest.java482 "sum_val", org.apache.flink.table.api.DataTypes.INT()),CODE
CRITICAL…org/apache/fluss/flink/utils/FlinkConversionsTest.java484 "tags", org.apache.flink.table.api.DataTypes.STRING())),CODE
CRITICAL…org/apache/fluss/flink/utils/FlinkConversionsTest.java202 org.apache.flink.table.api.DataTypes.TIMESTAMP()),CODE
CRITICAL…org/apache/fluss/flink/utils/FlinkConversionsTest.java297 org.apache.flink.table.api.DataTypes.STRING().notNull())),CODE
CRITICAL…org/apache/fluss/flink/utils/FlinkConversionsTest.java332 org.apache.flink.table.api.DataTypes.STRING().notNull())),CODE
CRITICAL…org/apache/fluss/flink/utils/FlinkConversionsTest.java359 org.apache.flink.configuration.ConfigOptions.key(CODE
CRITICAL…org/apache/fluss/flink/utils/FlinkConversionsTest.java368 org.apache.flink.configuration.ConfigOptions.key(CODE
CRITICAL…org/apache/fluss/flink/utils/FlinkConversionsTest.java379 org.apache.flink.configuration.ConfigOptions.key(CODE
CRITICAL…org/apache/fluss/flink/utils/FlinkConversionsTest.java395 org.apache.flink.table.api.DataTypes.STRING().notNull()),CODE
CRITICAL…org/apache/fluss/flink/utils/FlinkConversionsTest.java398 org.apache.flink.table.api.DataTypes.TIMESTAMP())),CODE
CRITICAL…ache/fluss/flink/source/ChangelogFlinkTableSource.java136 return new org.apache.flink.table.types.logical.RowType(dataFields);CODE
CRITICAL…ava/org/apache/fluss/flink/utils/FlinkConversions.java128 org.apache.flink.table.api.Schema.newBuilder();CODE
CRITICAL…ava/org/apache/fluss/flink/utils/FlinkConversions.java327 org.apache.flink.configuration.ConfigOptions.key(flussOption.key());CODE
CRITICAL…a/org/apache/fluss/flink/utils/BinlogRowConverter.java152 new org.apache.flink.table.types.logical.RowType.RowField(CODE
CRITICAL…a/org/apache/fluss/flink/utils/BinlogRowConverter.java155 new org.apache.flink.table.types.logical.RowType.RowField(CODE
CRITICAL…a/org/apache/fluss/flink/utils/BinlogRowConverter.java158 new org.apache.flink.table.types.logical.RowType.RowField(CODE
CRITICAL…a/org/apache/fluss/flink/utils/BinlogRowConverter.java164 new org.apache.flink.table.types.logical.RowType(true, originalType.getFields());CODE
CRITICAL…a/org/apache/fluss/flink/utils/BinlogRowConverter.java166 new org.apache.flink.table.types.logical.RowType.RowField(CODE
CRITICAL…a/org/apache/fluss/flink/utils/BinlogRowConverter.java169 new org.apache.flink.table.types.logical.RowType.RowField(CODE
CRITICAL…a/org/apache/fluss/flink/utils/BinlogRowConverter.java172 return new org.apache.flink.table.types.logical.RowType(fields);CODE
CRITICAL…rg/apache/fluss/flink/utils/ChangelogRowConverter.java116 new org.apache.flink.table.types.logical.RowType.RowField(CODE
CRITICAL…rg/apache/fluss/flink/utils/ChangelogRowConverter.java119 new org.apache.flink.table.types.logical.RowType.RowField(CODE
CRITICAL…rg/apache/fluss/flink/utils/ChangelogRowConverter.java122 new org.apache.flink.table.types.logical.RowType.RowField(CODE
289 more matches not shown…
Over-Commented Block480 hits · 472 pts
SeverityFileLineSnippetContext
LOW.asf.yaml1# Licensed to the Apache Software Foundation (ASF) under oneCOMMENT
LOW…/org/apache/fluss/flink/sink/FlinkTableSinkITCase.java1421 // first: 100, first_non_null: 200, last: 200, last_non_null: 200COMMENT
LOW…e/fluss/flink/sink/undo/UndoRecoveryManagerITCase.java461 assertThat(result.getInt(3))COMMENT
LOWtools/ci/unstable_test_reporter.py1################################################################################COMMENT
LOWtools/releasing/create_source_release.sh1#!/usr/bin/env bashCOMMENT
LOWtools/releasing/create_binary_release.sh1#!/usr/bin/env bashCOMMENT
LOWtools/releasing/deploy_staging_jars.sh1#!/usr/bin/env bashCOMMENT
LOWtools/releasing/update_branch_version.sh1#!/usr/bin/env bashCOMMENT
LOWtools/releasing/create_helm_packages.sh1#!/usr/bin/env bashCOMMENT
LOWdocker/quickstart-flink/prepare_build.sh1#!/usr/bin/env bashCOMMENT
LOWdocker/quickstart-flink/bin/init_paimon.sh1#!/usr/bin/env bashCOMMENT
LOWdocker/quickstart-flink/bin/init_iceberg.sh1#!/usr/bin/env bashCOMMENT
LOWdocker/fluss/docker-entrypoint.sh1#!/bin/bashCOMMENT
LOW…he/fluss/lake/paimon/utils/PaimonDvTableUtilsTest.java101COMMENT
LOW…he/fluss/lake/paimon/utils/PaimonDvTableUtilsTest.java121 findLatestSnapshotExactlyHoldingL0Files(fileStoreTable, snapshot2Obj);COMMENT
LOW…he/fluss/lake/paimon/utils/PaimonDvTableUtilsTest.java161 // ┌─────────┬─────────────────────────────┐COMMENT
LOW…paimon/utils/DvTableReadableSnapshotRetrieverTest.java181COMMENT
LOW…paimon/utils/DvTableReadableSnapshotRetrieverTest.java201 // │ Bucket │ Files │COMMENT
LOW…paimon/utils/DvTableReadableSnapshotRetrieverTest.java241COMMENT
LOW…paimon/utils/DvTableReadableSnapshotRetrieverTest.java321 .isEqualTo(expectedReadableOffsets);COMMENT
LOW…paimon/utils/DvTableReadableSnapshotRetrieverTest.java341COMMENT
LOW…paimon/utils/DvTableReadableSnapshotRetrieverTest.java381 readableSnapshotAndOffsets);COMMENT
LOW…paimon/utils/DvTableReadableSnapshotRetrieverTest.java481 tablePath,COMMENT
LOW…paimon/utils/DvTableReadableSnapshotRetrieverTest.java501 // Snapshot 3 state:COMMENT
LOW…paimon/utils/DvTableReadableSnapshotRetrieverTest.java521 retrieveReadableSnapshotAndOffsets(tablePath, fileStoreTable, snapshot3);COMMENT
LOW…paimon/utils/DvTableReadableSnapshotRetrieverTest.java581 // Step 6: COMPACT snapshot 7 - compact partition0, bucket0 again (flushes snapshot6's L0)COMMENT
LOW…paimon/utils/DvTableReadableSnapshotRetrieverTest.java641 tablePath,COMMENT
LOW…paimon/utils/DvTableReadableSnapshotRetrieverTest.java701 tieredLakeSnapshotEndOffset,COMMENT
LOW…ake/paimon/utils/DvTableReadableSnapshotRetriever.java261 // traverse to (going backwards in time), if some bucket has L0, the snapshot that exactlyCOMMENT
LOW…ake/paimon/utils/DvTableReadableSnapshotRetriever.java321 return null;COMMENT
LOW…ake/paimon/utils/DvTableReadableSnapshotRetriever.java381 }COMMENT
LOWwebsite/.asf.yaml1# Licensed to the Apache Software Foundation (ASF) under oneCOMMENT
LOWwebsite/setup_blog.sh1#!/bin/bashCOMMENT
LOWwebsite/build_versioned_docs.sh1#!/usr/bin/env bashCOMMENT
LOWfluss-rust/Cargo.toml1# Licensed to the Apache Software Foundation (ASF) under oneCOMMENT
LOWfluss-rust/deny.toml1# Licensed to the Apache Software Foundation (ASF) under oneCOMMENT
LOWfluss-rust/rustfmt.toml1# Licensed to the Apache Software Foundation (ASF) under oneCOMMENT
LOWfluss-rust/.licenserc.yaml1# Licensed to the Apache Software Foundation (ASF) under oneCOMMENT
LOWfluss-rust/rust-toolchain.toml1# Licensed to the Apache Software Foundation (ASF) under oneCOMMENT
LOWfluss-rust/crates/fluss-test-cluster/Cargo.toml1# Licensed to the Apache Software Foundation (ASF) under oneCOMMENT
LOWfluss-rust/crates/fluss-test-cluster/build.rs1// Licensed to the Apache Software Foundation (ASF) under oneCOMMENT
LOWfluss-rust/crates/fluss-test-cluster/src/lib.rs1// Licensed to the Apache Software Foundation (ASF) under oneCOMMENT
LOWfluss-rust/crates/fluss-test-cluster/src/main.rs1// Licensed to the Apache Software Foundation (ASF) under oneCOMMENT
LOWfluss-rust/crates/fluss/Cargo.toml1# Licensed to the Apache Software Foundation (ASF) under oneCOMMENT
LOWfluss-rust/crates/fluss/build.rs1// Licensed to the Apache Software Foundation (ASF) under oneCOMMENT
LOWfluss-rust/crates/fluss/tests/test_fluss.rs1// Licensed to the Apache Software Foundation (ASF) under oneCOMMENT
LOW…s-rust/crates/fluss/tests/integration/fluss_cluster.rs1// Licensed to the Apache Software Foundation (ASF) under oneCOMMENT
LOWfluss-rust/crates/fluss/tests/integration/sasl_auth.rs1// Licensed to the Apache Software Foundation (ASF) under oneCOMMENT
LOWfluss-rust/crates/fluss/tests/integration/kv_table.rs1261 /// Verifies upsert/lookup/update/delete on a KV table whose data lake formatCOMMENT
LOWfluss-rust/crates/fluss/tests/integration/admin.rs1// Licensed to the Apache Software Foundation (ASF) under oneCOMMENT
LOWfluss-rust/crates/fluss/src/error.rs1// Licensed to the Apache Software Foundation (ASF) under oneCOMMENT
LOWfluss-rust/crates/fluss/src/config.rs1// Licensed to the Apache Software Foundation (ASF) under oneCOMMENT
LOWfluss-rust/crates/fluss/src/config.rs81COMMENT
LOWfluss-rust/crates/fluss/src/config.rs101 /// Maximum concurrent remote log downloadsCOMMENT
LOWfluss-rust/crates/fluss/src/config.rs121 /// Minimum bytes to accumulate before returning a fetch response.COMMENT
LOWfluss-rust/crates/fluss/src/config.rs141 /// Whether to enable idempotent writes. When enabled, each batch is tagged withCOMMENT
LOWfluss-rust/crates/fluss/src/config.rs181 pub security_sasl_password: String,COMMENT
LOWfluss-rust/crates/fluss/src/lib.rs1// Licensed to the Apache Software Foundation (ASF) under oneCOMMENT
LOWfluss-rust/crates/fluss/src/lib.rs21//! It supports **primary key (KV) tables** (upsert + lookup) and **log tables** (append + scan).COMMENT
LOWfluss-rust/crates/fluss/src/lib.rs41//! config.bootstrap_servers = "127.0.0.1:9123".to_string();COMMENT
420 more matches not shown…
Decorative Section Separators114 hits · 372 pts
SeverityFileLineSnippetContext
MEDIUMtools/ci/unstable_test_reporter.py49# ---------------------------------------------------------------------------COMMENT
MEDIUMtools/ci/unstable_test_reporter.py51# ---------------------------------------------------------------------------COMMENT
MEDIUMtools/ci/unstable_test_reporter.py79# ---------------------------------------------------------------------------COMMENT
MEDIUMtools/ci/unstable_test_reporter.py81# ---------------------------------------------------------------------------COMMENT
MEDIUMtools/ci/unstable_test_reporter.py95# ---------------------------------------------------------------------------COMMENT
MEDIUMtools/ci/unstable_test_reporter.py97# ---------------------------------------------------------------------------COMMENT
MEDIUMtools/ci/unstable_test_reporter.py233# ---------------------------------------------------------------------------COMMENT
MEDIUMtools/ci/unstable_test_reporter.py235# ---------------------------------------------------------------------------COMMENT
MEDIUMtools/ci/unstable_test_reporter.py270# ---------------------------------------------------------------------------COMMENT
MEDIUMtools/ci/unstable_test_reporter.py272# ---------------------------------------------------------------------------COMMENT
MEDIUMtools/ci/unstable_test_reporter.py345# ---------------------------------------------------------------------------COMMENT
MEDIUMtools/ci/unstable_test_reporter.py347# ---------------------------------------------------------------------------COMMENT
MEDIUMtools/ci/unstable_test_reporter.py443# ---------------------------------------------------------------------------COMMENT
MEDIUMtools/ci/unstable_test_reporter.py445# ---------------------------------------------------------------------------COMMENT
MEDIUM…he/fluss/lake/paimon/utils/PaimonDvTableUtilsTest.java91 // ┌─────────┬─────────────────────────────┐COMMENT
MEDIUM…he/fluss/lake/paimon/utils/PaimonDvTableUtilsTest.java93 // ├─────────┼─────────────────────────────┤COMMENT
MEDIUM…he/fluss/lake/paimon/utils/PaimonDvTableUtilsTest.java96 // └─────────┴─────────────────────────────┘COMMENT
MEDIUM…he/fluss/lake/paimon/utils/PaimonDvTableUtilsTest.java104 // ┌─────────┬─────────────────────────────┐COMMENT
MEDIUM…he/fluss/lake/paimon/utils/PaimonDvTableUtilsTest.java106 // ├─────────┼─────────────────────────────┤COMMENT
MEDIUM…he/fluss/lake/paimon/utils/PaimonDvTableUtilsTest.java109 // └─────────┴─────────────────────────────┘COMMENT
MEDIUM…he/fluss/lake/paimon/utils/PaimonDvTableUtilsTest.java127 // ┌─────────┬─────────────────────────────┐COMMENT
MEDIUM…he/fluss/lake/paimon/utils/PaimonDvTableUtilsTest.java129 // ├─────────┼─────────────────────────────┤COMMENT
MEDIUM…he/fluss/lake/paimon/utils/PaimonDvTableUtilsTest.java133 // └─────────┴─────────────────────────────┘COMMENT
MEDIUM…he/fluss/lake/paimon/utils/PaimonDvTableUtilsTest.java141 // ┌─────────┬─────────────────────────────┐COMMENT
MEDIUM…he/fluss/lake/paimon/utils/PaimonDvTableUtilsTest.java143 // ├─────────┼─────────────────────────────┤COMMENT
MEDIUM…he/fluss/lake/paimon/utils/PaimonDvTableUtilsTest.java146 // └─────────┴─────────────────────────────┘COMMENT
MEDIUM…he/fluss/lake/paimon/utils/PaimonDvTableUtilsTest.java161 // ┌─────────┬─────────────────────────────┐COMMENT
MEDIUM…he/fluss/lake/paimon/utils/PaimonDvTableUtilsTest.java163 // ├─────────┼─────────────────────────────┤COMMENT
MEDIUM…he/fluss/lake/paimon/utils/PaimonDvTableUtilsTest.java167 // └─────────┴─────────────────────────────┘COMMENT
MEDIUM…he/fluss/lake/paimon/utils/PaimonDvTableUtilsTest.java176 // ┌─────────┬─────────────────────────────┐COMMENT
MEDIUM…he/fluss/lake/paimon/utils/PaimonDvTableUtilsTest.java178 // ├─────────┼─────────────────────────────┤COMMENT
MEDIUM…he/fluss/lake/paimon/utils/PaimonDvTableUtilsTest.java182 // └─────────┴─────────────────────────────┘COMMENT
MEDIUM…paimon/utils/DvTableReadableSnapshotRetrieverTest.java152 // ┌─────────┬─────────────────────────────┐COMMENT
MEDIUM…paimon/utils/DvTableReadableSnapshotRetrieverTest.java154 // ├─────────┼─────────────────────────────┤COMMENT
MEDIUM…paimon/utils/DvTableReadableSnapshotRetrieverTest.java158 // └─────────┴─────────────────────────────┘COMMENT
MEDIUM…paimon/utils/DvTableReadableSnapshotRetrieverTest.java190 // ┌─────────┬─────────────────────────────┐COMMENT
MEDIUM…paimon/utils/DvTableReadableSnapshotRetrieverTest.java192 // ├─────────┼─────────────────────────────┤COMMENT
MEDIUM…paimon/utils/DvTableReadableSnapshotRetrieverTest.java196 // └─────────┴─────────────────────────────┘COMMENT
MEDIUM…paimon/utils/DvTableReadableSnapshotRetrieverTest.java200 // ┌─────────┬─────────────────────────────┐COMMENT
MEDIUM…paimon/utils/DvTableReadableSnapshotRetrieverTest.java202 // ├─────────┼─────────────────────────────┤COMMENT
MEDIUM…paimon/utils/DvTableReadableSnapshotRetrieverTest.java206 // └─────────┴─────────────────────────────┘COMMENT
MEDIUM…paimon/utils/DvTableReadableSnapshotRetrieverTest.java211 // ┌─────────┬─────────────────────────────┐COMMENT
MEDIUM…paimon/utils/DvTableReadableSnapshotRetrieverTest.java213 // ├─────────┼─────────────────────────────┤COMMENT
MEDIUM…paimon/utils/DvTableReadableSnapshotRetrieverTest.java218 // └─────────┴─────────────────────────────┘COMMENT
MEDIUM…paimon/utils/DvTableReadableSnapshotRetrieverTest.java244 // ┌─────────┬─────────────────────────────┐COMMENT
MEDIUM…paimon/utils/DvTableReadableSnapshotRetrieverTest.java246 // ├─────────┼─────────────────────────────┤COMMENT
MEDIUM…paimon/utils/DvTableReadableSnapshotRetrieverTest.java251 // └─────────┴─────────────────────────────┘COMMENT
MEDIUM…paimon/utils/DvTableReadableSnapshotRetrieverTest.java257 // ┌─────────┬─────────────────────────────┐COMMENT
MEDIUM…paimon/utils/DvTableReadableSnapshotRetrieverTest.java259 // ├─────────┼─────────────────────────────┤COMMENT
MEDIUM…paimon/utils/DvTableReadableSnapshotRetrieverTest.java265 // └─────────┴─────────────────────────────┘COMMENT
MEDIUM…paimon/utils/DvTableReadableSnapshotRetrieverTest.java294 // ┌─────────┬─────────────────────────────┐COMMENT
MEDIUM…paimon/utils/DvTableReadableSnapshotRetrieverTest.java296 // ├─────────┼─────────────────────────────┤COMMENT
MEDIUM…paimon/utils/DvTableReadableSnapshotRetrieverTest.java302 // └─────────┴─────────────────────────────┘COMMENT
MEDIUM…paimon/utils/DvTableReadableSnapshotRetrieverTest.java330 // ┌─────────┬─────────────────────────────┐COMMENT
MEDIUM…paimon/utils/DvTableReadableSnapshotRetrieverTest.java332 // ├─────────┼─────────────────────────────┤COMMENT
MEDIUM…paimon/utils/DvTableReadableSnapshotRetrieverTest.java337 // └─────────┴─────────────────────────────┘COMMENT
MEDIUM…paimon/utils/DvTableReadableSnapshotRetrieverTest.java346 // ┌─────────┬─────────────────────────────┐COMMENT
MEDIUM…paimon/utils/DvTableReadableSnapshotRetrieverTest.java348 // ├─────────┼─────────────────────────────┤COMMENT
MEDIUM…paimon/utils/DvTableReadableSnapshotRetrieverTest.java355 // └─────────┴─────────────────────────────┘COMMENT
MEDIUM…paimon/utils/DvTableReadableSnapshotRetrieverTest.java385 // ┌─────────┬─────────────────────────────┐COMMENT
54 more matches not shown…
Structural Annotation Overuse129 hits · 224 pts
SeverityFileLineSnippetContext
LOW…apache/fluss/flink/procedure/FlinkProcedureITCase.java813 // Step 1: Add user "bob" via append_cluster_configsCOMMENT
LOW…apache/fluss/flink/procedure/FlinkProcedureITCase.java871 // Step 2: Delete user "bob" via subtract_cluster_configsCOMMENT
LOW…apache/fluss/flink/sink/undo/UndoRecoveryOperator.java271 // Step 1: Get Union List StateCOMMENT
LOW…apache/fluss/flink/sink/undo/UndoRecoveryOperator.java280 // Step 2: Convert Union List State to Collection for RecoveryOffsetManagerCOMMENT
LOW…apache/fluss/flink/sink/undo/UndoRecoveryOperator.java302 // Step 3: Use RecoveryOffsetManager to determine recovery strategyCOMMENT
LOW…apache/fluss/flink/sink/undo/UndoRecoveryOperator.java325 // Step 4: Execute undo recovery if neededCOMMENT
LOW…pache/fluss/flink/sink/undo/RecoveryOffsetManager.java209 // Step 1: Get recovery offsets (checkpoint or producer offsets)COMMENT
LOW…pache/fluss/flink/sink/undo/RecoveryOffsetManager.java230 // Step 2: Get all buckets (to ensure no bucket is missed during listOffset)COMMENT
LOW…pache/fluss/flink/sink/undo/RecoveryOffsetManager.java233 // Step 3: Filter by sharding (both allBuckets and recoveryOffsets)COMMENT
LOW…pache/fluss/flink/sink/undo/RecoveryOffsetManager.java250 // Step 4: Fetch current offsets for all filtered bucketsCOMMENT
LOW…pache/fluss/flink/sink/undo/RecoveryOffsetManager.java256 // Step 5: Filter changed buckets and build UndoOffsets in one passCOMMENT
LOW…pache/fluss/flink/sink/undo/RecoveryOffsetManager.java296 // Step 6: Return decision with both recoveryOffsets and undoOffsetsCOMMENT
LOW…/org/apache/fluss/rpc/protocol/RequestChannelTest.java145 // Step 1: Fill queue to trigger backpressureCOMMENT
LOW…/org/apache/fluss/rpc/protocol/RequestChannelTest.java159 // Step 2: Consume requests until queue size drops below resume thresholdCOMMENT
LOWdocker/quickstart-flink/README.md58### Step 1: Prepare Build FilesCOMMENT
LOWdocker/quickstart-flink/README.md70### Step 2: Build Docker ImageCOMMENT
LOW…uss/lake/paimon/flink/FlinkUnionReadDvTableITCase.java118 // Step 2: Compact bucket 0 and bucket 1COMMENT
LOW…uss/lake/paimon/flink/FlinkUnionReadDvTableITCase.java128 // Step 3: Write more data (rows 10-19)COMMENT
LOW…uss/lake/paimon/flink/FlinkUnionReadDvTableITCase.java132 // Step 4: Wait until data is synced and verifyCOMMENT
LOW…uss/lake/paimon/flink/FlinkUnionReadDvTableITCase.java142 // Step 5: Compact bucket 2COMMENT
LOW…uss/lake/paimon/flink/FlinkUnionReadDvTableITCase.java151 // Step 6: Write more data (rows 20-24)COMMENT
LOW…uss/lake/paimon/flink/FlinkUnionReadDvTableITCase.java155 // Step 7: Verify union read works correctlyCOMMENT
LOW…uss/lake/paimon/flink/FlinkUnionReadDvTableITCase.java252 // Step 3: Write more data to partition0 (rows 10-19)COMMENT
LOW…uss/lake/paimon/flink/FlinkUnionReadDvTableITCase.java256 // Step 4: Wait until data is synced and verifyCOMMENT
LOW…uss/lake/paimon/flink/FlinkUnionReadDvTableITCase.java269 // Step 5: Compact partition0-bucket1COMMENT
LOW…uss/lake/paimon/flink/FlinkUnionReadDvTableITCase.java278 // Step 6: Write more data to partition1 (rows 10-19)COMMENT
LOW…uss/lake/paimon/flink/FlinkUnionReadDvTableITCase.java282 // Step 7: Verify union read works correctlyCOMMENT
LOW…uss/lake/paimon/flink/FlinkUnionReadDvTableITCase.java106 // Step 1: Write initial data (rows 0-9)COMMENT
LOW…uss/lake/paimon/flink/FlinkUnionReadDvTableITCase.java215 // Step 1: Write initial data to both partitions (rows 0-9 each)COMMENT
LOW…uss/lake/paimon/flink/FlinkUnionReadDvTableITCase.java238 // Step 2: Compact some buckets across partitionsCOMMENT
LOW…he/fluss/lake/paimon/utils/PaimonDvTableUtilsTest.java89 // Step 1: APPEND snapshot 1 - write data to bucket0 and bucket1COMMENT
LOW…he/fluss/lake/paimon/utils/PaimonDvTableUtilsTest.java102 // Step 2: COMPACT snapshot 2 - compact bucket0COMMENT
LOW…he/fluss/lake/paimon/utils/PaimonDvTableUtilsTest.java125 // Step 3: APPEND snapshot 3 - write more data to bucket0COMMENT
LOW…he/fluss/lake/paimon/utils/PaimonDvTableUtilsTest.java139 // Step 4: COMPACT snapshot 4 - compact bucket0 again (flushes snapshot3's L0)COMMENT
LOW…he/fluss/lake/paimon/utils/PaimonDvTableUtilsTest.java159 // Step 5: APPEND snapshot 5 - write more data to bucket1COMMENT
LOW…he/fluss/lake/paimon/utils/PaimonDvTableUtilsTest.java172 // Step 6: COMPACT snapshot 6 - commit compactCommitter1_b1 (compact bucket1)COMMENT
LOW…paimon/utils/DvTableReadableSnapshotRetrieverTest.java150 // Step 1: APPEND snapshot 1 - write data to all bucketsCOMMENT
LOW…paimon/utils/DvTableReadableSnapshotRetrieverTest.java182 // Step 2: COMPACT snapshot 2, 3 - compact bucket1 and bucket2COMMENT
LOW…paimon/utils/DvTableReadableSnapshotRetrieverTest.java209 // Step 3: APPEND snapshot 4 - write more data to bucket0COMMENT
LOW…paimon/utils/DvTableReadableSnapshotRetrieverTest.java242 // Step 4: COMPACT snapshot 5 - commit b0 compact (prepared based on snapshot1)COMMENT
LOW…paimon/utils/DvTableReadableSnapshotRetrieverTest.java255 // Step 5: APPEND snapshot 6 - write more data to bucket1COMMENT
LOW…paimon/utils/DvTableReadableSnapshotRetrieverTest.java292 // Step 6: COMPACT snapshot 7 - compact bucket0 again (flushes snapshot4's L0)COMMENT
LOW…paimon/utils/DvTableReadableSnapshotRetrieverTest.java325 // Step 7: COMPACT snapshot 9, 10, 11 - compact all bucketsCOMMENT
LOW…paimon/utils/DvTableReadableSnapshotRetrieverTest.java344 // Step 8: APPEND snapshot 12 - write data to all bucketsCOMMENT
LOW…paimon/utils/DvTableReadableSnapshotRetrieverTest.java383 // Step 9: COMPACT snapshot 13 - compact bucket2 (flushes snapshot12's L0)COMMENT
LOW…paimon/utils/DvTableReadableSnapshotRetrieverTest.java458 // Step 1: APPEND snapshot 1 - write data to partition0, bucket0 and bucket1COMMENT
LOW…paimon/utils/DvTableReadableSnapshotRetrieverTest.java486 // Step 2: COMPACT snapshot 2 - compact partition0, bucket0COMMENT
LOW…paimon/utils/DvTableReadableSnapshotRetrieverTest.java500 // Step 3: APPEND snapshot 3 - write data to partition1, bucket0COMMENT
LOW…paimon/utils/DvTableReadableSnapshotRetrieverTest.java530 // Step 4: COMPACT snapshot 5 - compact partition0, bucket1 and partition1, bucket0COMMENT
LOW…paimon/utils/DvTableReadableSnapshotRetrieverTest.java546 // Step 5: APPEND snapshot 6 - write more data to partition0, bucket0COMMENT
LOW…paimon/utils/DvTableReadableSnapshotRetrieverTest.java581 // Step 6: COMPACT snapshot 7 - compact partition0, bucket0 again (flushes snapshot6's L0)COMMENT
LOW…paimon/utils/DvTableReadableSnapshotRetrieverTest.java619 // Step 7: APPEND snapshot 9 - write more data to partition1, bucket0COMMENT
LOW…paimon/utils/DvTableReadableSnapshotRetrieverTest.java646 // Step 8: COMPACT snapshot 10 - compact partition1, bucket0 again (flushes snapshot9's L0)COMMENT
LOW…paimon/utils/DvTableReadableSnapshotRetrieverTest.java682 // Step 9: APPEND snapshot 12 - write more data to partition0, bucket1COMMENT
LOW…paimon/utils/DvTableReadableSnapshotRetrieverTest.java704 // Step 10: COMPACT snapshot 13 - compact partition0, bucket1 again (flushes snapshot12'sCOMMENT
LOWwebsite/docs/table-design/merge-engines/aggregation.md498// Step 1: Insert initial valuesCOMMENT
LOWwebsite/docs/table-design/merge-engines/aggregation.md502// Step 2: Upsert with new valuesCOMMENT
LOWwebsite/docs/table-design/merge-engines/aggregation.md506// Step 3: Upsert with null status - null overwrites the previous 'offline' valueCOMMENT
LOWwebsite/docs/table-design/merge-engines/aggregation.md572// Step 1: Insert initial valuesCOMMENT
LOWwebsite/docs/table-design/merge-engines/aggregation.md576// Step 2: Upsert with null email - null is ignored, email retains previous valueCOMMENT
69 more matches not shown…
Verbosity Indicators113 hits · 193 pts
SeverityFileLineSnippetContext
LOW…apache/fluss/flink/procedure/FlinkProcedureITCase.java813 // Step 1: Add user "bob" via append_cluster_configsCOMMENT
LOW…apache/fluss/flink/procedure/FlinkProcedureITCase.java871 // Step 2: Delete user "bob" via subtract_cluster_configsCOMMENT
LOW…apache/fluss/flink/sink/undo/UndoRecoveryOperator.java271 // Step 1: Get Union List StateCOMMENT
LOW…apache/fluss/flink/sink/undo/UndoRecoveryOperator.java280 // Step 2: Convert Union List State to Collection for RecoveryOffsetManagerCOMMENT
LOW…apache/fluss/flink/sink/undo/UndoRecoveryOperator.java302 // Step 3: Use RecoveryOffsetManager to determine recovery strategyCOMMENT
LOW…apache/fluss/flink/sink/undo/UndoRecoveryOperator.java325 // Step 4: Execute undo recovery if neededCOMMENT
LOW…pache/fluss/flink/sink/undo/RecoveryOffsetManager.java209 // Step 1: Get recovery offsets (checkpoint or producer offsets)COMMENT
LOW…pache/fluss/flink/sink/undo/RecoveryOffsetManager.java230 // Step 2: Get all buckets (to ensure no bucket is missed during listOffset)COMMENT
LOW…pache/fluss/flink/sink/undo/RecoveryOffsetManager.java233 // Step 3: Filter by sharding (both allBuckets and recoveryOffsets)COMMENT
LOW…pache/fluss/flink/sink/undo/RecoveryOffsetManager.java250 // Step 4: Fetch current offsets for all filtered bucketsCOMMENT
LOW…pache/fluss/flink/sink/undo/RecoveryOffsetManager.java256 // Step 5: Filter changed buckets and build UndoOffsets in one passCOMMENT
LOW…pache/fluss/flink/sink/undo/RecoveryOffsetManager.java296 // Step 6: Return decision with both recoveryOffsets and undoOffsetsCOMMENT
LOW…/org/apache/fluss/rpc/protocol/RequestChannelTest.java145 // Step 1: Fill queue to trigger backpressureCOMMENT
LOW…/org/apache/fluss/rpc/protocol/RequestChannelTest.java159 // Step 2: Consume requests until queue size drops below resume thresholdCOMMENT
LOW…uss/lake/paimon/flink/FlinkUnionReadDvTableITCase.java118 // Step 2: Compact bucket 0 and bucket 1COMMENT
LOW…uss/lake/paimon/flink/FlinkUnionReadDvTableITCase.java128 // Step 3: Write more data (rows 10-19)COMMENT
LOW…uss/lake/paimon/flink/FlinkUnionReadDvTableITCase.java132 // Step 4: Wait until data is synced and verifyCOMMENT
LOW…uss/lake/paimon/flink/FlinkUnionReadDvTableITCase.java142 // Step 5: Compact bucket 2COMMENT
LOW…uss/lake/paimon/flink/FlinkUnionReadDvTableITCase.java151 // Step 6: Write more data (rows 20-24)COMMENT
LOW…uss/lake/paimon/flink/FlinkUnionReadDvTableITCase.java155 // Step 7: Verify union read works correctlyCOMMENT
LOW…uss/lake/paimon/flink/FlinkUnionReadDvTableITCase.java252 // Step 3: Write more data to partition0 (rows 10-19)COMMENT
LOW…uss/lake/paimon/flink/FlinkUnionReadDvTableITCase.java256 // Step 4: Wait until data is synced and verifyCOMMENT
LOW…uss/lake/paimon/flink/FlinkUnionReadDvTableITCase.java269 // Step 5: Compact partition0-bucket1COMMENT
LOW…uss/lake/paimon/flink/FlinkUnionReadDvTableITCase.java278 // Step 6: Write more data to partition1 (rows 10-19)COMMENT
LOW…uss/lake/paimon/flink/FlinkUnionReadDvTableITCase.java282 // Step 7: Verify union read works correctlyCOMMENT
LOW…uss/lake/paimon/flink/FlinkUnionReadDvTableITCase.java106 // Step 1: Write initial data (rows 0-9)COMMENT
LOW…uss/lake/paimon/flink/FlinkUnionReadDvTableITCase.java215 // Step 1: Write initial data to both partitions (rows 0-9 each)COMMENT
LOW…uss/lake/paimon/flink/FlinkUnionReadDvTableITCase.java238 // Step 2: Compact some buckets across partitionsCOMMENT
LOW…he/fluss/lake/paimon/utils/PaimonDvTableUtilsTest.java89 // Step 1: APPEND snapshot 1 - write data to bucket0 and bucket1COMMENT
LOW…he/fluss/lake/paimon/utils/PaimonDvTableUtilsTest.java102 // Step 2: COMPACT snapshot 2 - compact bucket0COMMENT
LOW…he/fluss/lake/paimon/utils/PaimonDvTableUtilsTest.java125 // Step 3: APPEND snapshot 3 - write more data to bucket0COMMENT
LOW…he/fluss/lake/paimon/utils/PaimonDvTableUtilsTest.java139 // Step 4: COMPACT snapshot 4 - compact bucket0 again (flushes snapshot3's L0)COMMENT
LOW…he/fluss/lake/paimon/utils/PaimonDvTableUtilsTest.java159 // Step 5: APPEND snapshot 5 - write more data to bucket1COMMENT
LOW…he/fluss/lake/paimon/utils/PaimonDvTableUtilsTest.java172 // Step 6: COMPACT snapshot 6 - commit compactCommitter1_b1 (compact bucket1)COMMENT
LOW…paimon/utils/DvTableReadableSnapshotRetrieverTest.java150 // Step 1: APPEND snapshot 1 - write data to all bucketsCOMMENT
LOW…paimon/utils/DvTableReadableSnapshotRetrieverTest.java182 // Step 2: COMPACT snapshot 2, 3 - compact bucket1 and bucket2COMMENT
LOW…paimon/utils/DvTableReadableSnapshotRetrieverTest.java209 // Step 3: APPEND snapshot 4 - write more data to bucket0COMMENT
LOW…paimon/utils/DvTableReadableSnapshotRetrieverTest.java242 // Step 4: COMPACT snapshot 5 - commit b0 compact (prepared based on snapshot1)COMMENT
LOW…paimon/utils/DvTableReadableSnapshotRetrieverTest.java255 // Step 5: APPEND snapshot 6 - write more data to bucket1COMMENT
LOW…paimon/utils/DvTableReadableSnapshotRetrieverTest.java292 // Step 6: COMPACT snapshot 7 - compact bucket0 again (flushes snapshot4's L0)COMMENT
LOW…paimon/utils/DvTableReadableSnapshotRetrieverTest.java325 // Step 7: COMPACT snapshot 9, 10, 11 - compact all bucketsCOMMENT
LOW…paimon/utils/DvTableReadableSnapshotRetrieverTest.java344 // Step 8: APPEND snapshot 12 - write data to all bucketsCOMMENT
LOW…paimon/utils/DvTableReadableSnapshotRetrieverTest.java383 // Step 9: COMPACT snapshot 13 - compact bucket2 (flushes snapshot12's L0)COMMENT
LOW…paimon/utils/DvTableReadableSnapshotRetrieverTest.java458 // Step 1: APPEND snapshot 1 - write data to partition0, bucket0 and bucket1COMMENT
LOW…paimon/utils/DvTableReadableSnapshotRetrieverTest.java486 // Step 2: COMPACT snapshot 2 - compact partition0, bucket0COMMENT
LOW…paimon/utils/DvTableReadableSnapshotRetrieverTest.java500 // Step 3: APPEND snapshot 3 - write data to partition1, bucket0COMMENT
LOW…paimon/utils/DvTableReadableSnapshotRetrieverTest.java530 // Step 4: COMPACT snapshot 5 - compact partition0, bucket1 and partition1, bucket0COMMENT
LOW…paimon/utils/DvTableReadableSnapshotRetrieverTest.java546 // Step 5: APPEND snapshot 6 - write more data to partition0, bucket0COMMENT
LOW…paimon/utils/DvTableReadableSnapshotRetrieverTest.java581 // Step 6: COMPACT snapshot 7 - compact partition0, bucket0 again (flushes snapshot6's L0)COMMENT
LOW…paimon/utils/DvTableReadableSnapshotRetrieverTest.java619 // Step 7: APPEND snapshot 9 - write more data to partition1, bucket0COMMENT
LOW…paimon/utils/DvTableReadableSnapshotRetrieverTest.java646 // Step 8: COMPACT snapshot 10 - compact partition1, bucket0 again (flushes snapshot9's L0)COMMENT
LOW…paimon/utils/DvTableReadableSnapshotRetrieverTest.java682 // Step 9: APPEND snapshot 12 - write more data to partition0, bucket1COMMENT
LOW…paimon/utils/DvTableReadableSnapshotRetrieverTest.java704 // Step 10: COMPACT snapshot 13 - compact partition0, bucket1 again (flushes snapshot12'sCOMMENT
LOW…org/apache/fluss/record/bytesview/FlussFileRegion.java104 // If the amount of written data is 0 we need to check if the requested count is biggerCOMMENT
LOW…org/apache/fluss/record/bytesview/FlussFileRegion.java142 // If the amount of written data is 0 we need to check if the requested count is bigger thenCOMMENT
LOW…ver/coordinator/CoordinatorHighAvailabilityITCase.java192 // Step 1: Initial leader electionCOMMENT
LOW…ver/coordinator/CoordinatorHighAvailabilityITCase.java204 // Step 2: Kill leader's ZK session → standby becomes the new leaderCOMMENT
LOW…ver/coordinator/CoordinatorHighAvailabilityITCase.java214 // Step 3: Wait for the killed leader to fully reconnect and re-join election,COMMENT
LOW…e/fluss/server/coordinator/LakeTableManagerITCase.java135 // Step 1: create a table with datalake enabled and initial freshness (5min)COMMENT
LOW…e/fluss/server/coordinator/LakeTableManagerITCase.java142 // Step 2: verify initial propertiesCOMMENT
53 more matches not shown…
Hyper-Verbose Identifiers58 hits · 58 pts
SeverityFileLineSnippetContext
LOW…apache/fluss/rpc/netty/server/FlussRequestHandler.java37public class FlussRequestHandler implements RequestHandler<FlussRequest> {CODE
LOW…/src/theme/NavbarItem/DocsVersionDropdownNavbarItem.js23export default function DocsVersionDropdownNavbarItemWrapper(props) {CODE
LOWfluss-rust/bindings/python/test/test_admin.py186async def test_fluss_error_response(admin):CODE
LOWfluss-rust/bindings/python/test/test_admin.py196async def test_error_database_not_exist(admin):CODE
LOWfluss-rust/bindings/python/test/test_admin.py214async def test_error_database_already_exist(admin):CODE
LOWfluss-rust/bindings/python/test/test_admin.py232async def test_error_table_already_exist(admin):CODE
LOWfluss-rust/bindings/python/test/test_admin.py263async def test_error_table_not_exist(admin):CODE
LOWfluss-rust/bindings/python/test/test_admin.py293async def test_error_table_not_partitioned(admin):CODE
LOWfluss-rust/bindings/python/test/conftest.py149def plaintext_bootstrap_servers(fluss_cluster):CODE
LOWfluss-rust/bindings/python/test/test_kv_changelog.py31async def test_subscribe_kv_table_changelog(connection, admin, wait_for_table_ready):CODE
LOWfluss-rust/bindings/python/test/test_kv_changelog.py84async def test_record_batch_scanner_rejects_primary_key(connection, admin):CODE
LOWfluss-rust/bindings/python/test/test_kv_table.py54async def test_upsert_delete_and_lookup(connection, admin):CODE
LOWfluss-rust/bindings/python/test/test_kv_table.py120async def test_composite_primary_keys(connection, admin):CODE
LOWfluss-rust/bindings/python/test/test_kv_table.py262async def test_partial_update_by_index(connection, admin):CODE
LOWfluss-rust/bindings/python/test/test_kv_table.py301async def test_partial_update_complex(connection, admin):CODE
LOWfluss-rust/bindings/python/test/test_kv_table.py377async def test_partitioned_table_upsert_and_lookup(connection, admin):CODE
LOWfluss-rust/bindings/python/test/test_kv_table.py463async def test_omit_nullable_vs_required_fields(connection, admin):CODE
LOWfluss-rust/bindings/python/test/test_kv_table.py600async def test_all_complex_datatypes(connection, admin):CODE
LOWfluss-rust/bindings/python/test/test_kv_table.py640async def test_all_supported_datatypes(connection, admin):CODE
LOWfluss-rust/bindings/python/test/test_kv_table.py739async def test_prefix_lookup_validation_errors(connection, admin):CODE
LOWfluss-rust/bindings/python/test/test_schema.py65def test_pk_forces_non_nullable():CODE
LOWfluss-rust/bindings/python/test/test_schema.py78def test_nested_list_nullability():CODE
LOWfluss-rust/bindings/python/test/test_schema.py129def test_schema_with_nested_complex_types():CODE
LOWfluss-rust/bindings/python/test/test_context_manager.py33async def test_connection_context_manager(plaintext_bootstrap_servers):CODE
LOWfluss-rust/bindings/python/test/test_context_manager.py42async def test_append_writer_success_flush(connection, admin):CODE
LOWfluss-rust/bindings/python/test/test_context_manager.py64async def test_connection_drain_on_close(plaintext_bootstrap_servers, admin):CODE
LOWfluss-rust/bindings/python/test/test_context_manager.py88async def test_upsert_writer_context_manager(connection, admin):CODE
LOWfluss-rust/bindings/python/test/test_context_manager.py107async def test_connection_context_manager_exception(plaintext_bootstrap_servers):CODE
LOWfluss-rust/bindings/python/test/test_sasl_auth.py28async def test_sasl_connect_with_valid_credentials(sasl_bootstrap_servers):CODE
LOWfluss-rust/bindings/python/test/test_sasl_auth.py51async def test_sasl_connect_with_second_user(sasl_bootstrap_servers):CODE
LOWfluss-rust/bindings/python/test/test_sasl_auth.py68async def test_sasl_connect_with_wrong_password(sasl_bootstrap_servers):CODE
LOWfluss-rust/bindings/python/test/test_sasl_auth.py83async def test_sasl_connect_with_unknown_user(sasl_bootstrap_servers):CODE
LOWfluss-rust/bindings/python/test/test_sasl_auth.py98async def test_sasl_client_to_plaintext_server(plaintext_bootstrap_servers):CODE
LOWfluss-rust/bindings/python/test/test_batch_scanner.py29async def test_returns_appended_rows_then_none(connection, admin):CODE
LOWfluss-rust/bindings/python/test/test_batch_scanner.py65async def test_reads_primary_key_table(connection, admin):CODE
LOWfluss-rust/bindings/python/test/test_batch_scanner.py95async def test_to_arrow_and_collect(connection, admin):CODE
LOWfluss-rust/bindings/python/test/test_batch_scanner.py133async def test_projection_skips_middle_column(connection, admin):CODE
LOWfluss-rust/bindings/python/test/test_batch_scanner.py207async def test_rejects_non_arrow_log_format(connection, admin):CODE
LOWfluss-rust/bindings/python/test/test_log_table.py276async def test_project_compound_types(connection, admin):CODE
LOWfluss-rust/bindings/python/test/test_log_table.py406async def test_to_arrow_and_to_pandas(connection, admin):CODE
LOWfluss-rust/bindings/python/test/test_log_table.py448async def test_to_arrow_batch_reader(connection, admin):CODE
LOWfluss-rust/bindings/python/test/test_log_table.py496async def test_to_arrow_batch_reader_drop_and_guard(connection, admin):CODE
LOWfluss-rust/bindings/python/test/test_log_table.py572async def test_partitioned_table_append_scan(connection, admin, wait_for_table_ready):CODE
LOWfluss-rust/bindings/python/test/test_log_table.py809async def test_partitioned_table_to_arrow(connection, admin, wait_for_table_ready):CODE
LOWfluss-rust/bindings/python/test/test_log_table.py849async def test_scan_records_indexing_and_slicing(connection, admin):CODE
LOWfluss-rust/bindings/python/test/test_log_table.py969async def test_async_iterator_break_no_leak(connection, admin):CODE
LOWfluss-rust/bindings/python/test/test_log_table.py1042async def test_async_iterator_multiple_batches(connection, admin):CODE
LOWfluss-rust/bindings/python/test/test_log_table.py1099async def test_batch_async_iterator(connection, admin):CODE
LOWfluss-rust/bindings/python/test/test_log_table.py1174async def test_batch_async_iterator_break_no_leak(connection, admin):CODE
LOWfluss-rust/bindings/python/test/test_log_table.py1229async def test_batch_async_iterator_multiple_batches(connection, admin):CODE
LOWfluss-rust/bindings/python/test/test_log_table.py1310async def test_append_and_scan_with_array(connection, admin):CODE
LOWfluss-rust/bindings/python/test/test_log_table.py1400async def test_append_rows_with_array(connection, admin):CODE
LOWfluss-rust/bindings/python/test/test_log_table.py1445async def test_append_rows_with_nested_array(connection, admin):CODE
LOWfluss-rust/bindings/python/test/test_log_table.py1490async def test_append_rows_with_invalid_array(connection, admin):CODE
LOWfluss-rust/bindings/python/test/test_log_table.py1516async def test_all_complex_datatypes(connection, admin):CODE
LOWfluss-rust/bindings/python/test/test_log_table.py1569async def test_append_arrow_batch_complex_types(connection, admin):CODE
LOW…n/java/org/apache/fluss/kafka/KafkaRequestHandler.java33public class KafkaRequestHandler implements RequestHandler<KafkaRequest> {CODE
LOW…rg/apache/fluss/spark/read/FlussMicroBatchStream.scala163 private def getOrCreateInitialPartitionOffsets(): TableBucketOffsets = {CODE
Cross-File Repetition10 hits · 50 pts
SeverityFileLineSnippetContext
HIGHfluss-rust/bindings/python/test/test_kv_changelog.py0poll a record-based scanner until expected_count records are collected.STRING
HIGHfluss-rust/bindings/python/test/test_context_manager.py0poll a record-based scanner until expected_count records are collected.STRING
HIGHfluss-rust/bindings/python/test/test_log_table.py0poll a record-based scanner until expected_count records are collected.STRING
HIGH…test/scala/org/apache/fluss/spark/SparkWriteTest.scala0|insert into $default_database.t values |(600l, 21l, 601, "addr1"), (700l, 22l, 602, "addr2"), |(800l, 23l, 603, "addr3"STRING
HIGH…ala/org/apache/fluss/spark/SparkLogTableReadTest.scala0|insert into $default_database.t values |(600l, 21l, 601, "addr1"), (700l, 22l, 602, "addr2"), |(800l, 23l, 603, "addr3"STRING
HIGH…/apache/fluss/spark/SparkPrimaryKeyTableReadTest.scala0|insert into $default_database.t values |(600l, 21l, 601, "addr1"), (700l, 22l, 602, "addr2"), |(800l, 23l, 603, "addr3"STRING
HIGH…ala/org/apache/fluss/spark/SparkLogTableReadTest.scala0|insert into $default_database.t_type_dependent values |(1, timestamp "2026-01-01 12:00:00", "a", array(1, 2), struct(10STRING
HIGH…/apache/fluss/spark/SparkPrimaryKeyTableReadTest.scala0|insert into $default_database.t_type_dependent values |(1, timestamp "2026-01-01 12:00:00", "a", array(1, 2), struct(10STRING
HIGH…/spark/lake/SparkLakePrimaryKeyTableReadTestBase.scala0|insert into $default_database.t_type_dependent values |(1, timestamp "2026-01-01 12:00:00", "a", array(1, 2), struct(10STRING
HIGH…pache/fluss/spark/lake/SparkLakeLogTableReadTest.scala0|insert into $default_database.t_type_dependent values |(1, timestamp "2026-01-01 12:00:00", "a", array(1, 2), struct(10STRING
Fake / Example Data19 hits · 26 pts
SeverityFileLineSnippetContext
LOW…ource/deserializer/FlussDeserializationSchemaTest.java60 row.setField(3, BinaryString.fromString("123 Main St"));CODE
LOW…ource/deserializer/FlussDeserializationSchemaTest.java70 assertThat(result.getAddress()).isEqualTo("123 Main St");CODE
LOW…s/lake/iceberg/source/IcebergRecordAsFlussRowTest.java144 record.setField("name", "John Doe");CODE
LOW…s/lake/iceberg/source/IcebergRecordAsFlussRowTest.java166 assertThat(icebergRecordAsFlussRow.getString(1).toString()).isEqualTo("John Doe"); // nameCODE
LOW…s/lake/iceberg/source/FlussRowAsIcebergRecordTest.java407 contact1.setField(1, BinaryString.fromString("user@example.com"));CODE
LOW…s/lake/iceberg/source/FlussRowAsIcebergRecordTest.java445 assertThat(icebergContact1.get(1)).isEqualTo("user@example.com");CODE
LOW…t/java/org/apache/fluss/utils/ProtoCodecUtilsTest.java254 "Neque porro quisquam est qui dolorem ipsum"CODE
LOWwebsite/docs/table-design/merge-engines/aggregation.md542 (1, 'user@example.com', '123-456');CODE
LOWwebsite/docs/table-design/merge-engines/aggregation.md573// Input: (1, 'user@example.com', '123-456')COMMENT
LOWwebsite/docs/table-design/merge-engines/aggregation.md574// Result: (1, 'user@example.com', '123-456')COMMENT
LOWwebsite/docs/table-design/merge-engines/aggregation.md578// Result: (1, 'user@example.com', '789-012')COMMENT
LOWwebsite/docs/table-design/merge-engines/aggregation.md579// Note: email remains 'user@example.com' (null was ignored), phone updated to '789-012'COMMENT
LOWwebsite/docs/table-design/merge-engines/aggregation.md679 (1, 'user@example.com', TIMESTAMP '2024-01-01 10:00:00');CODE
LOWwebsite/docs/table-design/merge-engines/aggregation.md707// Input: (1, null, null), (1, 'user@example.com', '2024-01-01 10:00:00'), (1, 'other@example.com', '2024-01-02 10:00:00COMMENT
LOWwebsite/docs/table-design/merge-engines/aggregation.md708// Result: (1, 'user@example.com', '2024-01-01 10:00:00')COMMENT
LOW…/fluss/protogen/benchmark/StringEncodingBenchmark.java50 private static final String testStringAscii = "Neque porro quisquam est qui dolorem ipsum";CODE
LOWfluss-rust/crates/fluss/src/client/table/remote_log.rs1086 let fake_data = vec![1, 2, 3, 4];CODE
LOWfluss-rust/crates/fluss/src/client/table/remote_log.rs1094 tokio::fs::write(&file_path, &fake_data).await?;CODE
LOWfluss-rust/crates/fluss/src/client/table/remote_log.rs1098 file_size: fake_data.len(),CODE
AI Slop Vocabulary5 hits · 15 pts
SeverityFileLineSnippetContext
MEDIUM…luss/client/security/acl/FlussAuthorizationITCase.java1076 // This verifies that the rebalance operation is robust against transient table statesCOMMENT
MEDIUM…e/fluss/client/table/scanner/batch/KvBatchScanner.java137 // for simplicity we currently fail the whole scan. Retrying here would require robustCOMMENT
MEDIUMfluss-rust/crates/fluss/src/client/write/accumulator.rs579 // robust). Java can compare sequences because resetWriterState mutatesCOMMENT
MEDIUM…luss/server/coordinator/CoordinatorEventProcessor.java2428 // we may need to leverage zk to valid it while put data into zk using CAS like Kafka.COMMENT
MEDIUM…/server/coordinator/event/CoordinatorEventManager.java126 // sizes so the result is robust even if tablesToBeDeleted everCOMMENT
Excessive Try-Catch Wrapping8 hits · 10 pts
SeverityFileLineSnippetContext
LOWtools/ci/unstable_test_reporter.py389 except Exception as e:CODE
LOWtools/ci/unstable_test_reporter.py403 except Exception as e:CODE
LOWtools/ci/unstable_test_reporter.py480 except Exception as e:CODE
LOWtools/ci/unstable_test_reporter.py496 except Exception as e:CODE
LOWtools/ci/unstable_test_reporter.py539 except Exception as e:CODE
MEDIUMwebsite/docs/apis/python/error-handling.md16 print(f"Error (code {e.error_code}): {e.message}")CODE
MEDIUM…-rust/website/docs/user-guide/python/error-handling.md16 print(f"Error (code {e.error_code}): {e.message}")CODE
LOWfluss-rust/bindings/python/test/conftest.py106 except Exception as e:CODE
Self-Referential Comments3 hits · 9 pts
SeverityFileLineSnippetContext
MEDIUMwebsite/build_versioned_docs.sh118 # Create the target subdirectory (named after the branch)COMMENT
MEDIUMfluss-rust/bindings/python/test/test_admin.py161 # Create a partitionCOMMENT
MEDIUMfluss-dist/src/main/resources/bin/config.sh166# Define the main directory of the fluss installationCOMMENT
Cross-Language Confusion2 hits · 8 pts
SeverityFileLineSnippetContext
HIGHfluss-rust/bindings/python/test/test_kv_table.py464 """Omitting a nullable field defaults it to null; omitting a non-nullable (orSTRING
HIGHfluss-rust/bindings/python/example/complex_types.py165 print("Appended 3 rows (canonical shapes, alternative shapes, all-null)")CODE
Synthetic Comment Markers1 hit · 8 pts
SeverityFileLineSnippetContext
HIGH…erver/coordinator/rebalance/model/ServerModelTest.java101 // Same ID but different rack/status -> Still Equal (as requested by maintainer)COMMENT
Redundant / Tautological Comments4 hits · 6 pts
SeverityFileLineSnippetContext
LOWtools/ci/unstable_test_reporter.py544 # Check if already commented with this job URLCOMMENT
LOWdocker/quickstart-flink/prepare_build.sh109# Check if required directories existCOMMENT
LOWwebsite/build_versioned_docs.sh31# Check if the temporary directory was successfully createdCOMMENT
LOWwebsite/build_versioned_docs.sh116 # Check if the website/docs directory existsCOMMENT
TODO Padding3 hits · 4 pts
SeverityFileLineSnippetContext
LOW…/apache/fluss/rpc/netty/server/NettyServerHandler.java312 // TODO: implement this if we introduce inflight response inCOMMENT
LOW…rg/apache/fluss/server/replica/ReplicaManagerTest.java2282 // TODO: Add test for offline replicaCOMMENT
LOW…src/main/java/org/apache/fluss/fs/gs/GSFileSystem.java28// TODO: implement obtainSecurityToken to enable clients access the Google File SystemCOMMENT
Slop Phrases2 hits · 4 pts
SeverityFileLineSnippetContext
LOWtools/releasing/update_branch_version.sh61echo "Don't forget to push the change."CODE
MEDIUM…in/java/org/apache/fluss/client/ConnectionFactory.java41 * to contain "bootstrap.servers" to discover the Fluss cluster. Here is a simple example:COMMENT
Unused Imports3 hits · 2 pts
SeverityFileLineSnippetContext
LOWtools/ci/unstable_test_reporter.py27CODE
LOWtools/ci/unstable_test_reporter.py36CODE
LOWfluss-rust/bindings/python/fluss/__init__.py18CODE
Deep Nesting3 hits · 2 pts
SeverityFileLineSnippetContext
LOWtools/ci/unstable_test_reporter.py448CODE
LOWtools/ci/unstable_test_reporter.py108CODE
LOWtools/ci/unstable_test_reporter.py187CODE
Example Usage Blocks1 hit · 2 pts
SeverityFileLineSnippetContext
LOWfluss-rust/scripts/vendor-proto.sh21# Usage:COMMENT