Skip to content

Commit

Permalink
add to query for sf test
Browse files Browse the repository at this point in the history
  • Loading branch information
Amogh-Bharadwaj committed Jan 8, 2024
1 parent e105f8f commit d24f162
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flow/e2e/test_utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -432,6 +432,7 @@ func GetOwnersSchema() *model.QRecordSchema {
{Name: "f7", Type: qvalue.QValueKindJSON, Nullable: true},
{Name: "f8", Type: qvalue.QValueKindInt16, Nullable: true},
{Name: "my_date", Type: qvalue.QValueKindDate, Nullable: true},
{Name: "my_mood", Type: qvalue.QValueKindString, Nullable: true},
{Name: "geometryPoint", Type: qvalue.QValueKindGeometry, Nullable: true},
{Name: "geometry_linestring", Type: qvalue.QValueKindGeometry, Nullable: true},
{Name: "geometry_polygon", Type: qvalue.QValueKindGeometry, Nullable: true},
Expand Down

0 comments on commit d24f162

Please sign in to comment.