Skip to content

Commit

Permalink
Fixed supported/unsupported types in yaml tests
Browse files Browse the repository at this point in the history
  • Loading branch information
craigtaverner committed Nov 27, 2023
1 parent b04866b commit fb8bf75
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ spatial types unsupported in 8.11:
- match: { columns.1.name: geo_point_alias }
- match: { columns.1.type: unsupported }
- match: { columns.2.name: point }
- match: { columns.2.type: cartesian_point }
- match: { columns.2.type: unsupported }
- match: { columns.3.name: geo_shape }
- match: { columns.3.type: unsupported }
- match: { columns.4.name: shape }
Expand Down

0 comments on commit fb8bf75

Please sign in to comment.