Skip to content

Commit ebf4466

Browse files
committed
update one comment
1 parent d3cd59d commit ebf4466

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/execution/datasources/FallbackOrcDataSourceV2.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import org.apache.spark.sql.execution.datasources.v2.orc.OrcTable
2929
* E.g, with temporary view `t` using [[FileDataSourceV2]], inserting into view `t` fails
3030
* since there is no corresponding physical plan.
3131
* SPARK-23817: This is a temporary hack for making current data source V2 work. It should be
32-
* removed when write path of file data source v2 is finished.
32+
* removed when Catalog of file data source v2 is finished.
3333
*/
3434
class FallbackOrcDataSourceV2(sparkSession: SparkSession) extends Rule[LogicalPlan] {
3535
override def apply(plan: LogicalPlan): LogicalPlan = plan resolveOperators {

0 commit comments

Comments
 (0)