Skip to content

Commit d9807d2

Browse files
committed
add schema test
Signed-off-by: Benjamin Kilimnik <bkilimnik@pixielabs.ai>
1 parent 9df9e06 commit d9807d2

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/carnot/goplanner/schema_test.go

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,16 @@ relation_map {
4444
column_type: INT64
4545
column_semantic_type: ST_PORT
4646
}
47+
columns {
48+
column_name: "local_addr"
49+
column_type: STRING
50+
column_semantic_type: ST_IP_ADDRESS
51+
}
52+
columns {
53+
column_name: "local_port"
54+
column_type: INT64
55+
column_semantic_type: ST_PORT
56+
}
4757
columns {
4858
column_name: "protocol"
4959
column_type: INT64

0 commit comments

Comments
 (0)