Skip to content

fix(rest): add id field to request schemas for client-side access#336

Merged
jackye1995 merged 1 commit into
lance-format:mainfrom
jackye1995:jack/add-id-to-requests
May 5, 2026
Merged

fix(rest): add id field to request schemas for client-side access#336
jackye1995 merged 1 commit into
lance-format:mainfrom
jackye1995:jack/add-id-to-requests

Conversation

@jackye1995
Copy link
Copy Markdown
Collaborator

Summary

  • Add id (array of strings) field to AlterTableAddColumnsRequest, AlterTableAlterColumnsRequest, AlterTableBackfillColumnsRequest, and RefreshMaterializedViewRequest
  • The namespace interface requires id in request objects for client-side table identification (see operations spec)
  • Regenerate all clients (Rust, Python, Java)

Test plan

  • YAML validates
  • All clients build successfully

The namespace interface requires an id field in request objects for
client-side table identification. Add id (array of strings) to:
- AlterTableAddColumnsRequest
- AlterTableAlterColumnsRequest
- AlterTableBackfillColumnsRequest
- RefreshMaterializedViewRequest

Regenerate all clients.

Co-Authored-By: Claude <noreply@anthropic.com>
@github-actions github-actions Bot added bug Something isn't working python Python features java Java features rust Rust features labels May 5, 2026
@jackye1995 jackye1995 merged commit 5bf6e4a into lance-format:main May 5, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working java Java features python Python features rust Rust features

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant