Skip to content

Commit eb1bb0d

Browse files
Update the API comments
1 parent b520eb5 commit eb1bb0d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -718,7 +718,7 @@ class SQLContext private[sql](
718718

719719
/**
720720
* :: Experimental ::
721-
* Creates a [[DataFrame]] with a single [[LongType]] column named `id`, containing elements
721+
* Creates a [[Dataset]] with a single [[LongType]] column named `id`, containing elements
722722
* in an range from 0 to `end` (exclusive) with step value 1.
723723
*
724724
* @since 2.0.0
@@ -729,7 +729,7 @@ class SQLContext private[sql](
729729

730730
/**
731731
* :: Experimental ::
732-
* Creates a [[DataFrame]] with a single [[LongType]] column named `id`, containing elements
732+
* Creates a [[Dataset]] with a single [[LongType]] column named `id`, containing elements
733733
* in an range from `start` to `end` (exclusive) with step value 1.
734734
*
735735
* @since 2.0.0
@@ -742,7 +742,7 @@ class SQLContext private[sql](
742742

743743
/**
744744
* :: Experimental ::
745-
* Creates a [[DataFrame]] with a single [[LongType]] column named `id`, containing elements
745+
* Creates a [[Dataset]] with a single [[LongType]] column named `id`, containing elements
746746
* in an range from `start` to `end` (exclusive) with an step value.
747747
*
748748
* @since 2.0.0
@@ -755,7 +755,7 @@ class SQLContext private[sql](
755755

756756
/**
757757
* :: Experimental ::
758-
* Creates a [[DataFrame]] with a single [[LongType]] column named `id`, containing elements
758+
* Creates a [[Dataset]] with a single [[LongType]] column named `id`, containing elements
759759
* in an range from `start` to `end` (exclusive) with an step value, with partition number
760760
* specified.
761761
*

0 commit comments

Comments
 (0)