Skip to content

Commit 1067c76

Browse files
committed
[SQL] Implement ARRAY as Arc<Vec>
Signed-off-by: Mihai Budiu <mbudiu@feldera.com>
1 parent bc89ee7 commit 1067c76

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+889
-573
lines changed

crates/adapters/src/test/data.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -888,7 +888,8 @@ impl Arbitrary for DeltaTestStruct {
888888
(Variant::String("foo".to_string())),
889889
Variant::String(variant.to_string()),
890890
))
891-
.collect(),
891+
.collect::<BTreeMap<Variant, Variant>>()
892+
.into(),
892893
),
893894
uuid: Uuid::from_bytes(uuid),
894895
}

0 commit comments

Comments
 (0)