Skip to content

Commit d79d5f4

Browse files
Apply fixes for lint errors
1 parent bb66bfe commit d79d5f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/snowflake/snowpark/functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7136,7 +7136,7 @@ def array_contains(
71367136
array: Column containing the ARRAY to search.
71377137

71387138
If this is a semi-structured array, you're required to explicitly cast the following SQL types into a VARIANT:
7139-
7139+
71407140
- `String & Binary <https://docs.snowflake.com/en/sql-reference/data-types-text>`_
71417141
- `Date & Time <https://docs.snowflake.com/en/sql-reference/data-types-datetime>`_
71427142

0 commit comments

Comments
 (0)