mirror of
https://github.com/lancedb/lancedb.git
synced 2026-08-23 22:48:22 +00:00
a0001043b6
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.