We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e34922a commit a7b32a2Copy full SHA for a7b32a2
sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveMetastoreCatalog.scala
@@ -258,7 +258,7 @@ private[hive] case class MetastoreRelation
258
// org.apache.hadoop.hive.ql.metadata.Partition will cause a NotSerializableException
259
// which indicates the SerDe we used is not Serializable.
260
261
- def hiveQlTable = new Table(table)
+ val hiveQlTable = new Table(table)
262
263
def hiveQlPartitions = partitions.map { p =>
264
new Partition(hiveQlTable, p)
0 commit comments