Skip to content

Commit df5ea47

Browse files
committed
Code review
1 parent 966e1ea commit df5ea47

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

docs/sql-programming-guide.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1909,20 +1909,6 @@ working with timestamps in `pandas_udf`s to get the best performance, see
19091909
<b>In Spark 2.4, both left and right parameters are promoted to array(double) and double type respectively.</b>
19101910
</th>
19111911
</tr>
1912-
<tr>
1913-
<th>
1914-
<b>SELECT <br> array_contains(array(1), 1.34);</b>
1915-
</th>
1916-
<th>
1917-
<b>true</b>
1918-
</th>
1919-
<th>
1920-
<b>AnalysisException is thrown since integer type can not be promoted to decimal type in a loss-less manner.</b>
1921-
</th>
1922-
<th>
1923-
<b>Users can use explict cast</b>
1924-
</th>
1925-
</tr>
19261912
<tr>
19271913
<th>
19281914
<b>SELECT <br> array_contains(array(1), '1');</b>

0 commit comments

Comments
 (0)