File tree Expand file tree Collapse file tree
sql/core/src/main/scala/org/apache/spark/sql/sources Expand file tree Collapse file tree Original file line number Diff line number Diff 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 *
You can’t perform that action at this time.
0 commit comments