Skip to content

Commit

Permalink
add test
Browse files Browse the repository at this point in the history
Signed-off-by: Runji Wang <wangrunji0408@163.com>
  • Loading branch information
wangrunji0408 committed Mar 20, 2023
1 parent eee26c4 commit b374e19
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions e2e_test/udf/python.slt
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@ select * from extract_tcp_info(E'\\x45000034a8a8400040065b8ac0a8000ec0a80001035d
----
192.168.0.14 192.168.0.1 861 8374

query TTII
select (extract_tcp_info(E'\\x45000034a8a8400040065b8ac0a8000ec0a80001035d20b6d971b900000000080020200493310000020405b4' :: BYTEA)).*;
----
192.168.0.14 192.168.0.1 861 8374

# TODO: drop function without arguments

Expand Down

0 comments on commit b374e19

Please sign in to comment.