Skip to content

Commit 7d70182

Browse files
NO-SNOW: Unskip doctest for table_function (snowflakedb#4038)
1 parent 40c9835 commit 7d70182

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/snowflake/snowpark/session.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2715,7 +2715,6 @@ def table_function(
27152715
Example 1
27162716
Query a table function by function name:
27172717
2718-
>>> import sys, pytest; _ = (sys.version_info[:2] != (3, 9)) or pytest.skip()
27192718
>>> from snowflake.snowpark.functions import lit
27202719
>>> session.table_function("split_to_table", lit("split words to table"), lit(" ")).collect()
27212720
[Row(SEQ=1, INDEX=1, VALUE='split'), Row(SEQ=1, INDEX=2, VALUE='words'), Row(SEQ=1, INDEX=3, VALUE='to'), Row(SEQ=1, INDEX=4, VALUE='table')]

0 commit comments

Comments
 (0)