Skip to content

docs: remove duplicated words and fix two garbled words across core crates - #27653

Open
simpleqt wants to merge 3 commits into
influxdata:mainfrom
simpleqt:sq919/dup-words-sweep
Open

simpleqt wants to merge 3 commits into
influxdata:mainfrom
simpleqt:sq919/dup-words-sweep

Conversation

@simpleqt

Copy link
Copy Markdown

A sweep of duplicated/garbled words in comments and doc comments that a per-line scan misses (several span a line break). Each site verified verbatim before editing:

  • core/predicate/src/lib.rs — 'Asser that that cannot happen' → 'Assert that it cannot happen'
  • core/iox_query/src/query_log.rs — 'returns returns an [Option]'
  • core/parquet_file/src/storage.rs — 'For each each object store'
  • core/data_types/src/snapshot/table.rs — 'if need need the decoded form' → 'if you need'
  • core/object_store_mem_cache/.../s3_fifo.rs — 'move to to back'
  • core/trogging/src/lib.rs — 'until a a whole line is been written' → 'until a whole line has been written'
  • core/influxdb_iox_client/src/client/namespace.rs (×2) — 'is the the retention period'
  • core/iox_query_influxql/src/plan/planner_rewrite_expression.rs — 'must be case to an an Int8' → 'cast to an Int8'
  • core/trace_exporters/src/jaeger.rs — 'fail to / to decode' across the break
  • core/iox_query/src/exec/context.rs — 'allows it / it to use' across the break
  • influxdb3/tests/server/query.rs (×2) — 'as / as JSON' across the break

Comments/doc-comments only; no code change.

Signed CLA

…rates

- predicate: 'Asser that that' -> 'Assert that it'
- query_log: 'returns returns'
- parquet_file/storage: 'For each each'
- data_types snapshot: 'if need need' -> 'if you need'
- s3_fifo: 'move to to back'
- trogging: 'a a whole line is been' -> 'a whole line has been'
- iox client namespace.rs (x2): 'the the retention period'
- planner_rewrite_expression: 'case to an an Int8' -> 'cast to an Int8'
- trace_exporters/jaeger, iox_query exec/context, influxdb3 query test:
  duplicated word spanning the line break ('to to', 'it it', 'as as')
Copilot AI lite review requested due to automatic review settings September 19, 2026 08:07

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

'fail to / to decode' (jaeger exporter), 'allows it / it to use'
(iox_query exec context), 'line as / as JSON' (influxdb3 query test).
'line as / as JSON' appears twice in the snapshot-assertion comments.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants