Skip to content

Commit 52e9ee4

Browse files
committed
tableNames to tableName.
1 parent 93e8ec6 commit 52e9ee4

File tree

1 file changed

+1
-1
lines changed
  • sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/plans/logical

1 file changed

+1
-1
lines changed

sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/plans/logical/statements.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ case class RepairTableStatement(tableName: Seq[String]) extends ParsedStatement
321321
* A CACHE TABLE statement, as parsed from SQL
322322
*/
323323
case class CacheTableStatement(
324-
tableNames: Seq[String],
324+
tableName: Seq[String],
325325
plan: Option[LogicalPlan],
326326
isLazy: Boolean,
327327
options: Map[String, String]) extends ParsedStatement

0 commit comments

Comments
 (0)