Skip to content

fix: canonicalize remote nested field paths#3430

Merged
Xuanwo merged 2 commits into
mainfrom
xuanwo/oss-939-lock-remote-nested-field-index-and-search-contract
May 22, 2026
Merged

fix: canonicalize remote nested field paths#3430
Xuanwo merged 2 commits into
mainfrom
xuanwo/oss-939-lock-remote-nested-field-index-and-search-contract

Conversation

@Xuanwo

@Xuanwo Xuanwo commented May 22, 2026

Copy link
Copy Markdown
Member

Fixes #3407.

Remote tables now resolve create-index field paths against the table schema before sending requests, so nested, escaped, and case-insensitive inputs use the same canonical path contract as local tables. Remote list_indices() also canonicalizes returned columns against the current schema, and the remote query tests lock explicit nested vector and FTS request payloads.

@claude claude Bot 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.

Claude Code Review

This repository is configured for manual code reviews. Comment @claude review to trigger a review and subscribe this PR to future pushes, or @claude review once for a one-time review.

Tip: disable this comment in your organization's Code Review settings.

@github-actions github-actions Bot added bug Something isn't working Rust Rust related issues labels May 22, 2026
@github-actions github-actions Bot added the Python Python SDK label May 22, 2026
@Xuanwo

Xuanwo commented May 22, 2026

Copy link
Copy Markdown
Member Author

The rust failure is not related to this PR.

@Xuanwo
Xuanwo merged commit a000104 into main May 22, 2026
28 of 29 checks passed
@Xuanwo
Xuanwo deleted the xuanwo/oss-939-lock-remote-nested-field-index-and-search-contract branch May 22, 2026 07:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working Python Python SDK Rust Rust related issues

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Lock remote nested field index and search contract

2 participants