Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Dont forward datatype extensions beyond the FFI barrier (#6777)
```rust // NOTE: Do not carry the extension metadata beyond the FFI barrier in order the match the // data sent by other SDKs. // // We've stopped using datatype extensions overall, as they generally have been creating more // problems than they have solved. // // With the addition of `Chunk` and `ChunkMetadata`, it is likely that we will get rid of extension types // entirely at some point, since it looks like we won't have any use for them anymore. // // Doing so will require a more extensive refactoring of the Python SDK though, so until we're absolutely // certain where we're going, this is a nice, painless and easily reversible solution. ``` - Fixes #6606 - Makes `main` 🟢 again
- Loading branch information