Skip to content

docs: fix Append call in distributed write guide#5439

Merged
HaochengLIU merged 2 commits intolance-format:mainfrom
rongou:fix-distributed-write-doc
Dec 10, 2025
Merged

docs: fix Append call in distributed write guide#5439
HaochengLIU merged 2 commits intolance-format:mainfrom
rongou:fix-distributed-write-doc

Conversation

@rongou
Copy link
Copy Markdown
Contributor

@rongou rongou commented Dec 8, 2025

The Append operation no longer needs a schema.

@chatgpt-codex-connector
Copy link
Copy Markdown

Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits.
Credits must be used to enable repository wide code reviews.

@github-actions github-actions Bot added the documentation Improvements or additions to documentation label Dec 8, 2025
read_version = ds.version # record the read version

op = lance.LanceOperation.Append(schema, all_fragments)
op = lance.LanceOperation.Append(all_fragments)
Copy link
Copy Markdown
Member

@HaochengLIU HaochengLIU Dec 10, 2025

Choose a reason for hiding this comment

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

@HaochengLIU
Copy link
Copy Markdown
Member

@rongou LGTM. Thanks for the contribution!

@HaochengLIU HaochengLIU merged commit 7aa34b6 into lance-format:main Dec 10, 2025
4 checks passed
jackye1995 pushed a commit to jackye1995/lance that referenced this pull request Jan 21, 2026
The `Append` operation no longer needs a schema.

Co-authored-by: Haocheng Liu <30446009+HaochengLIU@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants