Skip to content

Commit

Permalink
add schema test
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Kilimnik <[email protected]>
  • Loading branch information
benkilimnik committed Jan 24, 2024
1 parent 9df9e06 commit d9807d2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/carnot/goplanner/schema_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,16 @@ relation_map {
column_type: INT64
column_semantic_type: ST_PORT
}
columns {
column_name: "local_addr"
column_type: STRING
column_semantic_type: ST_IP_ADDRESS
}
columns {
column_name: "local_port"
column_type: INT64
column_semantic_type: ST_PORT
}
columns {
column_name: "protocol"
column_type: INT64
Expand Down

0 comments on commit d9807d2

Please sign in to comment.