Repository Analysis

quickwit-oss/quickwit

Cloud-native OSS search engine for observability

4.1 Likely human-written View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of quickwit-oss/quickwit, a Rust project with 11,405 GitHub stars. SynthScan v2.0 examined 429,279 lines of code across 1347 source files, recording 1626 pattern matches distributed across 16 syntactic categories. The overall adjusted score of 4.1 places this repository in the Likely human-written 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).

4.1
Adjusted Score
4.1
Raw Score
100%
Time Factor
2026-07-13
Last Push
11.4K
Stars
Rust
Language
429.3K
Lines of Code
1.3K
Files
1.6K
Pattern Hits
2026-07-14
Scan Date
0.00
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

This chart maps the temporal evolution of the adjusted synthetic code score across successive scan runs. An upward trajectory indicates ongoing incorporation of AI-generated code or expanding LLM-assisted scaffolding; a stable or declining trajectory may reflect active human refactoring, code removal, or the adoption of stricter authorship policies. The dashed secondary line (right axis) independently tracks total raw pattern hit count, which can diverge from the normalised score when codebase size changes significantly between scans.

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 0HIGH 1MEDIUM 45LOW 1580

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 1626 distinct pattern matches across 16 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.

Over-Commented Block1499 hits · 1465 pts
SeverityFileLineSnippetContext
LOWinstall.sh121# semverParseInto and semverLT from https://github.com/cloudflare/semver_bash/blob/master/semver.shCOMMENT
LOWdocker-compose.yml1# By default, this docker compose script maps all services to localhost only.COMMENT
LOWconfig/quickwit.yaml1# ============================ Node Configuration ==============================COMMENT
LOWconfig/quickwit.yaml21# - for its Gossip cluster membership service (UDP)COMMENT
LOWconfig/quickwit.yaml41# x-header-1: header-value-1COMMENT
LOWconfig/quickwit.yaml61# `/health/readyz`, letting liveness/readiness probes reach the node even when the REST API aboveCOMMENT
LOWconfig/quickwit.yaml81# # How often cert_path/key_path are polled for changes and hot-reloaded; anCOMMENT
LOWconfig/quickwit.yaml101#COMMENT
LOWconfig/quickwit.yaml121#COMMENT
LOWconfig/quickwit.yaml141# s3:COMMENT
LOWconfig/quickwit.yaml161# -------------------------------- Indexer settings --------------------------------COMMENT
LOWconfig/quickwit.yaml181#COMMENT
LOWdistribution/ecs/example/kafka.tf1# Example configuration for injecting SSL keys for securing a Kafka connectionCOMMENT
LOWdistribution/ecs/example/terraform.tf41 # desired_count = 3COMMENT
LOWdistribution/ecs/example/terraform.tf61 # memory = 512COMMENT
LOWquickwit/deny.toml1# This template contains all of the possible sections and their default valuesCOMMENT
LOWquickwit/deny.toml21targets = [COMMENT
LOWquickwit/deny.toml81COMMENT
LOWquickwit/deny.toml101COMMENT
LOWquickwit/deny.toml121# The graph highlighting used when creating dotgraphs for cratesCOMMENT
LOWquickwit/deny.toml141# Certain crates/versions that will be skipped when doing duplicate detection.COMMENT
LOWquickwit/dependency-licenses.html12721// MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHORS BE LIABLE FORCOMMENT
LOWquickwit/diesel-guard.toml1# diesel-guard: lint dangerous Postgres migration patterns.COMMENT
LOWquickwit/.license_header.txt1// Copyright 2021-Present Datadog, Inc.COMMENT
LOWquickwit/quickwit-ui/playwright.config.ts1// Copyright 2021-Present Datadog, Inc.COMMENT
LOWquickwit/quickwit-ui/e2e/homepage.spec.ts1// Copyright 2021-Present Datadog, Inc.COMMENT
LOWquickwit/quickwit-ui/src/index.tsx1// Copyright 2021-Present Datadog, Inc.COMMENT
LOWquickwit/quickwit-ui/src/index.test.js1// Copyright 2021-Present Datadog, Inc.COMMENT
LOWquickwit/quickwit-ui/src/providers/EditorProvider.tsx1// Copyright 2021-Present Datadog, Inc.COMMENT
LOW…wit/quickwit-ui/src/providers/LocalStorageProvider.tsx1// Copyright 2021-Present Datadog, Inc.COMMENT
LOWquickwit/quickwit-ui/src/utils/urls.ts1// Copyright 2021-Present Datadog, Inc.COMMENT
LOWquickwit/quickwit-ui/src/utils/theme.ts1// Copyright 2021-Present Datadog, Inc.COMMENT
LOWquickwit/quickwit-ui/src/utils/models.ts1// Copyright 2021-Present Datadog, Inc.COMMENT
LOWquickwit/quickwit-ui/src/utils/SearchComponentProps.ts1// Copyright 2021-Present Datadog, Inc.COMMENT
LOWquickwit/quickwit-ui/src/components/IndexesTable.tsx1// Copyright 2021-Present Datadog, Inc.COMMENT
LOWquickwit/quickwit-ui/src/components/LayoutUtils.tsx1// Copyright 2021-Present Datadog, Inc.COMMENT
LOW…it/quickwit-ui/src/components/ResponseErrorDisplay.tsx1// Copyright 2021-Present Datadog, Inc.COMMENT
LOWquickwit/quickwit-ui/src/components/Loader.tsx1// Copyright 2021-Present Datadog, Inc.COMMENT
LOWquickwit/quickwit-ui/src/components/TopBar.tsx1// Copyright 2021-Present Datadog, Inc.COMMENT
LOWquickwit/quickwit-ui/src/components/IndexSideBar.tsx1// Copyright 2021-Present Datadog, Inc.COMMENT
LOWquickwit/quickwit-ui/src/components/IndexSummary.tsx1// Copyright 2021-Present Datadog, Inc.COMMENT
LOWquickwit/quickwit-ui/src/components/SideBar.tsx1// Copyright 2021-Present Datadog, Inc.COMMENT
LOWquickwit/quickwit-ui/src/components/JsonEditor.tsx1// Copyright 2021-Present Datadog, Inc.COMMENT
LOWquickwit/quickwit-ui/src/components/ApiUrlFooter.tsx1// Copyright 2021-Present Datadog, Inc.COMMENT
LOWquickwit/quickwit-ui/src/components/TimeRangeSelect.tsx1// Copyright 2021-Present Datadog, Inc.COMMENT
LOWquickwit/quickwit-ui/src/components/QueryActionBar.tsx1// Copyright 2021-Present Datadog, Inc.COMMENT
LOW…quickwit-ui/src/components/QueryEditor/QueryEditor.tsx1// Copyright 2021-Present Datadog, Inc.COMMENT
LOW…it-ui/src/components/QueryEditor/AggregationEditor.tsx1// Copyright 2021-Present Datadog, Inc.COMMENT
LOW…ckwit/quickwit-ui/src/components/QueryEditor/config.ts1// Copyright 2021-Present Datadog, Inc.COMMENT
LOW…t-ui/src/components/SearchResult/AggregationResult.tsx1// Copyright 2021-Present Datadog, Inc.COMMENT
LOW…ickwit-ui/src/components/SearchResult/SearchResult.tsx1// Copyright 2021-Present Datadog, Inc.COMMENT
LOW…ickwit/quickwit-ui/src/components/SearchResult/Row.tsx1// Copyright 2021-Present Datadog, Inc.COMMENT
LOW…uickwit-ui/src/components/SearchResult/ResultTable.tsx1// Copyright 2021-Present Datadog, Inc.COMMENT
LOWquickwit/quickwit-ui/src/views/App.tsx1// Copyright 2021-Present Datadog, Inc.COMMENT
LOWquickwit/quickwit-ui/src/views/IndexView.tsx1// Copyright 2021-Present Datadog, Inc.COMMENT
LOWquickwit/quickwit-ui/src/views/ClusterView.tsx1// Copyright 2021-Present Datadog, Inc.COMMENT
LOWquickwit/quickwit-ui/src/views/IndexesView.tsx1// Copyright 2021-Present Datadog, Inc.COMMENT
LOWquickwit/quickwit-ui/src/views/ClusterView.test.jsx1// Copyright 2021-Present Datadog, Inc.COMMENT
LOWquickwit/quickwit-ui/src/views/IndexesView.test.jsx1// Copyright 2021-Present Datadog, Inc.COMMENT
LOWquickwit/quickwit-ui/src/views/IndexView.test.jsx1// Copyright 2021-Present Datadog, Inc.COMMENT
1439 more matches not shown…
Decorative Section Separators40 hits · 136 pts
SeverityFileLineSnippetContext
MEDIUMinstall.sh120# ------------------------------------------------------------------------------COMMENT
MEDIUMinstall.sh126# ------------------------------------------------------------------------------COMMENT
MEDIUMinstall.sh237# ------------------------------------------------------------------------------COMMENT
MEDIUMinstall.sh240# ------------------------------------------------------------------------------COMMENT
MEDIUM…tegration-tests/src/tests/metrics_distributed_tests.rs47// ── Helpers ──────────────────────────────────────────────────────────COMMENT
MEDIUM…tegration-tests/src/tests/metrics_distributed_tests.rs185// ═══════════════════════════════════════════════════════════════════COMMENT
MEDIUM…tegration-tests/src/tests/metrics_distributed_tests.rs187// ═══════════════════════════════════════════════════════════════════COMMENT
MEDIUM…tegration-tests/src/tests/metrics_distributed_tests.rs290// ═══════════════════════════════════════════════════════════════════COMMENT
MEDIUM…tegration-tests/src/tests/metrics_distributed_tests.rs292// ═══════════════════════════════════════════════════════════════════COMMENT
MEDIUM…t-engine/src/merge/policy/const_write_amplification.rs403 // ── Unit Tests ──────────────────────────────────────────────────COMMENT
MEDIUM…t-engine/src/merge/policy/const_write_amplification.rs732 // ── Property Tests ──────────────────────────────────────────────COMMENT
MEDIUM…t-engine/src/merge/policy/const_write_amplification.rs916 // ── Simulation Test ─────────────────────────────────────────────COMMENT
MEDIUMquickwit/quickwit-datafusion/tests/metrics.rs39// ── Setup ──────────────────────────────────────────────────────────COMMENT
MEDIUMquickwit/quickwit-datafusion/tests/metrics.rs78// ═══════════════════════════════════════════════════════════════════COMMENT
MEDIUMquickwit/quickwit-datafusion/tests/metrics.rs80// ═══════════════════════════════════════════════════════════════════COMMENT
MEDIUM…ckwit-datafusion/src/sources/metrics/index_resolver.rs53// ── Production implementation ─────────────────────────────────────────COMMENT
MEDIUM…/quickwit-datafusion/src/sources/metrics/test_utils.rs45// ── Schema helpers ──────────────────────────────────────────────────COMMENT
MEDIUM…/quickwit-datafusion/src/sources/metrics/test_utils.rs66// ── Batch builders ──────────────────────────────────────────────────COMMENT
MEDIUM…/quickwit-datafusion/src/sources/metrics/test_utils.rs186// ── Split provider ──────────────────────────────────────────────────COMMENT
MEDIUM…/quickwit-datafusion/src/sources/metrics/test_utils.rs227// ── Testbed ─────────────────────────────────────────────────────────COMMENT
MEDIUM…/quickwit-datafusion/src/sources/metrics/test_utils.rs277// ── Plan helpers ────────────────────────────────────────────────────COMMENT
MEDIUM…/quickwit-datafusion/src/sources/metrics/test_utils.rs304// ── Internal ────────────────────────────────────────────────────────COMMENT
MEDIUM…t/quickwit-datafusion/src/sources/metrics/predicate.rs522 // ── CAST unwrapping (DataFusion type coercion) ─────────────COMMENT
MEDIUM…t/quickwit-datafusion/src/sources/metrics/predicate.rs645 // ── Extraction → pruning pipeline (Fix #22) ───────────────────────COMMENT
MEDIUM…t/quickwit-datafusion/src/sources/metrics/predicate.rs645 // ── Extraction → pruning pipeline (Fix #22) ───────────────────────COMMENT
MEDIUM…t/quickwit-datafusion/src/sources/metrics/predicate.rs690 // ── TestSplitProvider multi-value IN list (Fix #23) ───────────────COMMENT
MEDIUM…t/quickwit-datafusion/src/sources/metrics/predicate.rs690 // ── TestSplitProvider multi-value IN list (Fix #23) ───────────────COMMENT
MEDIUMquickwit/quickwit-metrics/src/lib.rs187//! ──────────────────────│───────────────────────│──────────────────────COMMENT
MEDIUMquickwit/quickwit-metrics/src/lib.rs189//! ┌─ call 1 ───────────┐│ │COMMENT
MEDIUMquickwit/quickwit-metrics/src/lib.rs192//! └───────┬────────────┘│ │COMMENT
MEDIUMquickwit/quickwit-metrics/src/lib.rs198//! │ hash ──────> L2 lookup: miss │COMMENT
MEDIUMquickwit/quickwit-metrics/src/lib.rs206//! │ <─ Arc::clone ─────┘ │COMMENT
MEDIUMquickwit/quickwit-metrics/src/lib.rs213//! │ │ │ ┌─ call 2 ───────────┐COMMENT
MEDIUMquickwit/quickwit-metrics/src/lib.rs216//! │ │ │ └───────┬────────────┘COMMENT
MEDIUMquickwit/quickwit-metrics/src/lib.rs222//! │ │ L2 lookup: hit <──── hash ──────┘COMMENT
MEDIUMquickwit/quickwit-metrics/src/lib.rs224//! │ │ Arc::clone ──────────>COMMENT
MEDIUMquickwit/quickwit-metrics/src/lib.rs231//! ┌─ call 3 ───────────┐│ │ │COMMENT
MEDIUMquickwit/quickwit-metrics/src/lib.rs234//! └───────┬────────────┘│ │ │COMMENT
MEDIUMquickwit/quickwit-df-core/src/substrait.rs115 // ── Required boilerplate ─────────────────────────────────────────COMMENT
MEDIUMquickwit/quickwit-df-core/src/substrait.rs135 // ── Custom ReadRel handling ───────────────────────────────────────COMMENT
Structural Annotation Overuse53 hits · 107 pts
SeverityFileLineSnippetContext
LOW.claude/skills/bump-tantivy/SKILL.md11## Step 1: Check that we are on the main branchCOMMENT
LOW.claude/skills/bump-tantivy/SKILL.md17## Step 2: Ensure main is up to dateCOMMENT
LOW.claude/skills/bump-tantivy/SKILL.md23## Step 3: Get the latest tantivy SHACOMMENT
LOW.claude/skills/bump-tantivy/SKILL.md29## Step 4: Update Cargo.tomlCOMMENT
LOW.claude/skills/bump-tantivy/SKILL.md38## Step 5: Run cargo check and fix compilation errorsCOMMENT
LOW.claude/skills/bump-tantivy/SKILL.md48## Step 6: Format codeCOMMENT
LOW.claude/skills/bump-tantivy/SKILL.md52## Step 7: Update licensesCOMMENT
LOW.claude/skills/bump-tantivy/SKILL.md59## Step 8: Create a new branchCOMMENT
LOW.claude/skills/bump-tantivy/SKILL.md69## Step 9: Commit changesCOMMENT
LOW.claude/skills/bump-tantivy/SKILL.md76## Step 10: Push and open a PRCOMMENT
LOW.claude/skills/simple-pr/SKILL.md11## Step 1: Check workspace stateCOMMENT
LOW.claude/skills/simple-pr/SKILL.md19## Step 2: Ensure main is up to dateCOMMENT
LOW.claude/skills/simple-pr/SKILL.md25## Step 3: Review staged changesCOMMENT
LOW.claude/skills/simple-pr/SKILL.md31## Step 4: Generate commit messageCOMMENT
LOW.claude/skills/simple-pr/SKILL.md37## Step 5: Create a new branchCOMMENT
LOW.claude/skills/simple-pr/SKILL.md45## Step 6: Run pre-PR checksCOMMENT
LOW.claude/skills/simple-pr/SKILL.md68## Step 7: Commit changesCOMMENT
LOW.claude/skills/simple-pr/SKILL.md75## Step 8: Push and open a PRCOMMENT
LOW.claude/skills/rationalize-deps/SKILL.md18## Step 1: Identify the targetCOMMENT
LOW.claude/skills/rationalize-deps/SKILL.md25## Step 2: Analyze current dependenciesCOMMENT
LOW.claude/skills/rationalize-deps/SKILL.md33## Step 3: For each candidate dependencyCOMMENT
LOW.claude/skills/rationalize-deps/SKILL.md76## Step 4: Document findingsCOMMENT
LOW.claude/skills/rationalize-deps/SKILL.md84## Step 5: Verify full buildCOMMENT
LOW.claude/skills/fix-clippy/SKILL.md10## Step 1: Auto-fixCOMMENT
LOW.claude/skills/fix-clippy/SKILL.md18## Step 2: Fix remaining warnings manuallyCOMMENT
LOW.claude/skills/update-lambda/SKILL.md13## Step 1: Verify we are on mainCOMMENT
LOW.claude/skills/update-lambda/SKILL.md19## Step 2: Pull latest mainCOMMENT
LOW.claude/skills/update-lambda/SKILL.md25## Step 3: Get the commit short hashCOMMENT
LOW.claude/skills/update-lambda/SKILL.md32## Step 4: Check the tag does not already existCOMMENT
LOW.claude/skills/update-lambda/SKILL.md42## Step 5: Push the tag to trigger the workflowCOMMENT
LOW.claude/skills/update-lambda/SKILL.md54## Step 6: Wait for the workflow run to completeCOMMENT
LOW.claude/skills/update-lambda/SKILL.md73## Step 7: Fetch the draft release asset infoCOMMENT
LOW.claude/skills/update-lambda/SKILL.md90## Step 8: Publish the draft releaseCOMMENT
LOW.claude/skills/update-lambda/SKILL.md101## Step 9: Update build.rsCOMMENT
LOW.claude/skills/update-lambda/SKILL.md112## Step 10: Create a working branchCOMMENT
LOW.claude/skills/update-lambda/SKILL.md121## Step 11: Commit the changesCOMMENT
LOW.claude/skills/update-lambda/SKILL.md129## Step 12: Push and open a PRCOMMENT
LOWdocs/get-started/tutorials/prometheus-metrics.md11## Step 1: Create a Docker Compose FileCOMMENT
LOWdocs/get-started/tutorials/prometheus-metrics.md54## Step 2: Configure PrometheusCOMMENT
LOWdocs/get-started/tutorials/prometheus-metrics.md71## Step 3: Start the ServicesCOMMENT
LOWdocs/get-started/tutorials/prometheus-metrics.md81## Step 4: Configure Grafana to Use PrometheusCOMMENT
LOWdocs/get-started/tutorials/prometheus-metrics.md88## Step 5: Create or Use Pre-Configured DashboardsCOMMENT
LOW…uickwit-integration-tests/src/tests/ingest_v2_tests.rs1359 // Step 1: Create index and ingest to seed the routing table.COMMENT
LOW…uickwit-integration-tests/src/tests/ingest_v2_tests.rs1379 // Step 2: Delete the index.COMMENT
LOW…uickwit-integration-tests/src/tests/ingest_v2_tests.rs1387 // Step 3: Wait for 2+ broadcast cycles (50ms each with testsuite feature) so thatCOMMENT
LOW…uickwit-integration-tests/src/tests/ingest_v2_tests.rs1391 // Step 4: Recreate with the same name — new incarnation.COMMENT
LOW…uickwit-integration-tests/src/tests/ingest_v2_tests.rs1404 // Step 5: Ingest into the recreated index. If stale routing entries weren'tCOMMENT
LOWquickwit/quickwit-parquet-engine/src/merge/mod.rs184 // Step 0: Read and validate metadata from all input files.COMMENT
LOWquickwit/quickwit-parquet-engine/src/merge/mod.rs195 // Step 1: Read all input files into RecordBatches.COMMENT
LOWquickwit/quickwit-parquet-engine/src/merge/mod.rs204 // Step 2: Resolve union schema and align all inputs.COMMENT
LOWquickwit/quickwit-parquet-engine/src/merge/mod.rs208 // Step 3: Compute merge order using (sorted_series, timestamp_secs).COMMENT
LOWquickwit/quickwit-parquet-engine/src/merge/mod.rs212 // Step 4: Compute output boundaries at sorted_series transitions.COMMENT
LOWquickwit/quickwit-parquet-engine/src/merge/mod.rs242 // Step 5: Write output files.COMMENT
Verbosity Indicators11 hits · 22 pts
SeverityFileLineSnippetContext
LOW…uickwit-integration-tests/src/tests/ingest_v2_tests.rs1359 // Step 1: Create index and ingest to seed the routing table.COMMENT
LOW…uickwit-integration-tests/src/tests/ingest_v2_tests.rs1379 // Step 2: Delete the index.COMMENT
LOW…uickwit-integration-tests/src/tests/ingest_v2_tests.rs1387 // Step 3: Wait for 2+ broadcast cycles (50ms each with testsuite feature) so thatCOMMENT
LOW…uickwit-integration-tests/src/tests/ingest_v2_tests.rs1391 // Step 4: Recreate with the same name — new incarnation.COMMENT
LOW…uickwit-integration-tests/src/tests/ingest_v2_tests.rs1404 // Step 5: Ingest into the recreated index. If stale routing entries weren'tCOMMENT
LOWquickwit/quickwit-parquet-engine/src/merge/mod.rs184 // Step 0: Read and validate metadata from all input files.COMMENT
LOWquickwit/quickwit-parquet-engine/src/merge/mod.rs195 // Step 1: Read all input files into RecordBatches.COMMENT
LOWquickwit/quickwit-parquet-engine/src/merge/mod.rs204 // Step 2: Resolve union schema and align all inputs.COMMENT
LOWquickwit/quickwit-parquet-engine/src/merge/mod.rs208 // Step 3: Compute merge order using (sorted_series, timestamp_secs).COMMENT
LOWquickwit/quickwit-parquet-engine/src/merge/mod.rs212 // Step 4: Compute output boundaries at sorted_series transitions.COMMENT
LOWquickwit/quickwit-parquet-engine/src/merge/mod.rs242 // Step 5: Write output files.COMMENT
Self-Referential Comments3 hits · 9 pts
SeverityFileLineSnippetContext
MEDIUMdistribution/ecs/example/.terraform.lock.hcl1# This file is maintained automatically by "terraform init".COMMENT
MEDIUMquickwit/clippy.toml2 # This function is not sound because it does not return a ResultCOMMENT
MEDIUM…i-tests/scenarii/es_compatibility/_setup.quickwit.yaml82# Create a dedicated index with a root fast-only fieldCOMMENT
AI Response Leakage1 hit · 8 pts
SeverityFileLineSnippetContext
HIGHquickwit/quickwit-common/src/tower/circuit_breaker.rs39/// to fail. In this implementation, we use a simple heuristic that does not take in accountCOMMENT
Hyper-Verbose Identifiers4 hits · 4 pts
SeverityFileLineSnippetContext
LOWquickwit/quickwit-ui/src/utils/models.ts131export function extractAggregationResults(CODE
LOWquickwit/quickwit-ui/src/components/TimeRangeSelect.tsx342function convertTimestampSecsIntoDateUtc(timestamp_secs: number): Dayjs {CODE
LOWquickwit/quickwit-ui/src/views/SearchView.tsx43function updateSearchRequestWithIndex(CODE
LOWquickwit/rest-api-tests/run_tests.py273 def run_setup_teardown_scripts(self, script_name, path):CODE
Fake / Example Data4 hits · 4 pts
SeverityFileLineSnippetContext
LOWquickwit/quickwit-search/src/leaf.rs2782 qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non \CODE
LOWquickwit/quickwit-search/src/leaf.rs2782 qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non \CODE
LOW.github/workflows/coverage.yml19 AWS_ACCESS_KEY_ID: "placeholder"CODE
LOW.github/workflows/coverage.yml20 AWS_SECRET_ACCESS_KEY: "placeholder"CODE
Unused Imports3 hits · 3 pts
SeverityFileLineSnippetContext
LOW…fig/tutorials/stackoverflow/send_messages_to_pulsar.py1CODE
LOWquickwit/rest-api-tests/run_tests.py5CODE
LOWquickwit/rest-api-tests/run_tests.py8CODE
AI Slop Vocabulary1 hit · 3 pts
SeverityFileLineSnippetContext
MEDIUMquickwit/quickwit-common/src/tower/circuit_breaker.rs44/// This approach is accurate enough, robust, very easy to code and avoids calling theCOMMENT
Modern AI Meta-Vocabulary1 hit · 2 pts
SeverityFileLineSnippetContext
MEDIUMCLAUDE.md121├── Makefile # Outer orchestration (delegates to quickwit/)CODE
Excessive Try-Catch Wrapping2 hits · 2 pts
SeverityFileLineSnippetContext
LOWquickwit/rest-api-tests/run_tests.py155 except Exception as e:CODE
LOWquickwit/rest-api-tests/run_tests.py317 except Exception as e:CODE
TODO Padding1 hit · 2 pts
SeverityFileLineSnippetContext
LOWquickwit/quickwit-search/src/cluster_client.rs142 // TODO: implement retryCOMMENT
Example Usage Blocks1 hit · 2 pts
SeverityFileLineSnippetContext
LOWquickwit/quickwit-metrics-inventory/scripts/run.sh8# Usage:COMMENT
Redundant / Tautological Comments1 hit · 2 pts
SeverityFileLineSnippetContext
LOWquickwit/rest-api-tests/run_tests.py206 # Check if the length differs by more than fiveCOMMENT
Deep Nesting1 hit · 1 pts
SeverityFileLineSnippetContext
LOWquickwit/rest-api-tests/run_tests.py181CODE