Skip to content

Commit e190146

Browse files
Update v25.4.0-rc.1.md
Small format/grammar changes
1 parent db0ed52 commit e190146

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/current/_includes/releases/v25.4/v25.4.0-rc.1.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Release Date: October 22, 2025
66

77
<h3 id="v25-4-0-rc-1-sql-language-changes">SQL language changes</h3>
88

9-
- Changes scan misestimate logging gated behind
9+
- Changed scan misestimate logging gated behind
1010
`sql.log.scan_row_count_misestimate.enabled` to use structured logging
1111
including the table and index being scanned, the estimated and actual
1212
row counts, the time since the last table stats collection, and the
@@ -19,7 +19,7 @@ Release Date: October 22, 2025
1919
collection, and the table's estimated staleness. [#155123][#155123]
2020
- Added the `INSPECT` command, which runs consistency validation check jobs against tables or databases and specified indexes. [#155441][#155441]
2121
- Added the
22-
bulkio.index_backfill.vector_merge_batch_size cluster setting to control
22+
`bulkio.index_backfill.vector_merge_batch_size cluster` setting to control
2323
how many vectors to merge into a vector index per transaction during
2424
create operations. By default, this defaults to 3. [#155509][#155509]
2525
- Vector indexing is now enabled by default. [#155561][#155561]
@@ -28,7 +28,7 @@ Release Date: October 22, 2025
2828

2929
- Fixed a bug that caused internal errors for `INSERT .. ON CONFLICT .. DO UPDATE` statements when the target table had both a computed column and a `BEFORE` trigger. This bug was present since triggers were introduced in v24.3.0. [#155077][#155077]
3030
- Disable a feature
31-
(kv.lock_table.unreplicated_lock_reliability.split.enabled) that could
31+
(`kv.lock_table.unreplicated_lock_reliability.split.enabled`) that could
3232
lead to a node crash. [#155366][#155366]
3333
- Previously, we could corrupt the first bucket of
3434
table statistic histograms in certain cases, causing underestimates for

0 commit comments

Comments
 (0)