Skip to content

Commit 1b8231f

Browse files
committed
Renames FSBasedPrunedFilteredScan to FSBasedRelation
1 parent aa8ba9a commit 1b8231f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sql/core/src/main/scala/org/apache/spark/sql/sources/interfaces.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ trait CatalystScan {
246246

247247
/**
248248
* ::Experimental::
249-
* [[OutputWriter]] is used together with [[FSBasedPrunedFilteredScan]] for persisting rows to the
249+
* [[OutputWriter]] is used together with [[FSBasedRelation]] for persisting rows to the
250250
* underlying file system. An [[OutputWriter]] instance is created when a new output file is
251251
* opened. This instance is used to persist rows to this single output file.
252252
*/
@@ -280,7 +280,7 @@ trait OutputWriter {
280280
* tables. Directory layout of the partitioned tables is compatible with Hive.
281281
*/
282282
@Experimental
283-
trait FSBasedPrunedFilteredScan extends BaseRelation {
283+
trait FSBasedRelation extends BaseRelation {
284284
/**
285285
* Builds an `RDD[Row]` containing all rows within this relation.
286286
*

0 commit comments

Comments
 (0)