Skip to content

Commit 699f48b

Browse files
committed
Use correct @SInCE tag.
1 parent 8dff6d1 commit 699f48b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/core/src/main/scala/org/apache/spark/sql/functions.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -716,7 +716,7 @@ object functions {
716716
* Computes the square root of the specified float value.
717717
*
718718
* @group math_funcs
719-
* @since 1.4.0
719+
* @since 1.5.0
720720
*/
721721
def sqrt(colName: String): Column = sqrt(Column(colName))
722722

0 commit comments

Comments
 (0)