Skip to content

docs: replace deprecated mergeGroupMultiplier in features.md (closes #237)#335

Merged
schenksj merged 1 commit into
indextables:mainfrom
visit2rahul:docs/replace-deprecated-mergegroupmultiplier
May 16, 2026
Merged

docs: replace deprecated mergeGroupMultiplier in features.md (closes #237)#335
schenksj merged 1 commit into
indextables:mainfrom
visit2rahul:docs/replace-deprecated-mergegroupmultiplier

Conversation

@visit2rahul
Copy link
Copy Markdown
Contributor

Summary

Replace deprecated spark.indextables.mergeOnWrite.mergeGroupMultiplier with spark.indextables.mergeOnWrite.minBatchesToTrigger in the docs/reference/features.md example. Closes #237.

The deprecation note in docs/reference/configuration.md:163 directs users from mergeGroupMultiplier to batchCpuFraction + minBatchesToTrigger. minBatchesToTrigger=2 is the closest 1:1 substitute for the original mergeGroupMultiplier=2.0 — both raise the merge trigger threshold by 2× over the default.

Scope

Documentation-only change; no code or tests affected.

Test files under src/test/scala/.../merge/ still reference the deprecated key (~30 occurrences). Those weren't touched here per the issue's scope (docs/reference/features.md line 185) — happy to follow up in a separate PR if test migration is desired.

Verification

  • mvn clean compile passes locally (JDK 11, macOS aarch64)

Copy link
Copy Markdown
Collaborator

@schenksj schenksj left a comment

Choose a reason for hiding this comment

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

looks great, thanks!

@schenksj schenksj merged commit 84f793c into indextables:main May 16, 2026
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.

Fix deprecated config in features.md

2 participants