We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b796467 commit e494fb5Copy full SHA for e494fb5
schema/testdata.go
@@ -27,7 +27,7 @@ func TestSourceTable(name string) *Table {
27
},
28
{
29
Name: "string_pk",
30
- Type: types.ExtensionTypes.UUID,
+ Type: arrow.BinaryTypes.String,
31
CreationOptions: ColumnCreationOptions{PrimaryKey: true},
32
33
@@ -76,7 +76,7 @@ func TestSourceTable(name string) *Table {
76
77
78
Name: "json",
79
+ Type: types.ExtensionTypes.JSON,
80
81
82
Name: "uuid_array",
0 commit comments