Skip to content

Commit

Permalink
fix ARRAY handling, map to string
Browse files Browse the repository at this point in the history
  • Loading branch information
heavycrystal committed Mar 7, 2024
1 parent ebfea0c commit 4a2d34a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flow/connectors/snowflake/qvalue_convert.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ var snowflakeTypeToQValueKindMap = map[string]qvalue.QValueKind{
"VARIANT": qvalue.QValueKindJSON,
"GEOMETRY": qvalue.QValueKindGeometry,
"GEOGRAPHY": qvalue.QValueKindGeography,
"ARRAY": qvalue.QValueKindString,
}

func qValueKindToSnowflakeType(colType qvalue.QValueKind) (string, error) {
Expand Down

0 comments on commit 4a2d34a

Please sign in to comment.