mirror of
https://github.com/lancedb/lancedb.git
synced 2026-08-24 06:58:31 +00:00
fix: canonicalize predicates at backend sinks
This commit is contained in:
@@ -170,7 +170,7 @@ test("basic table examples", async () => {
|
||||
// --8<-- [end:create_index]
|
||||
|
||||
// --8<-- [start:delete_rows]
|
||||
await tbl.delete('item = "fizz"');
|
||||
await tbl.delete("item = 'fizz'");
|
||||
// --8<-- [end:delete_rows]
|
||||
|
||||
// --8<-- [start:drop_table]
|
||||
|
||||
Reference in New Issue
Block a user