Skip to content

Commit e494fb5

Browse files
authored
fix(testing): Wrong types in v3 testdata (#859)
1 parent b796467 commit e494fb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

schema/testdata.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ func TestSourceTable(name string) *Table {
2727
},
2828
{
2929
Name: "string_pk",
30-
Type: types.ExtensionTypes.UUID,
30+
Type: arrow.BinaryTypes.String,
3131
CreationOptions: ColumnCreationOptions{PrimaryKey: true},
3232
},
3333
{
@@ -76,7 +76,7 @@ func TestSourceTable(name string) *Table {
7676
},
7777
{
7878
Name: "json",
79-
Type: types.ExtensionTypes.UUID,
79+
Type: types.ExtensionTypes.JSON,
8080
},
8181
{
8282
Name: "uuid_array",

0 commit comments

Comments
 (0)