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 4362f94 commit 84c45c0Copy full SHA for 84c45c0
sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveMetastoreCatalog.scala
@@ -719,7 +719,7 @@ private[hive] case class MetastoreRelation
719
(@transient private val sqlContext: HiveContext)
720
extends LeafNode with MultiInstanceRelation with FileRelation {
721
722
- private[hive] var pruningPredicates: Seq[Expression] = null
+ private[hive] var pruningPredicates: Seq[Expression] = Nil
723
724
override def equals(other: Any): Boolean = other match {
725
case relation: MetastoreRelation =>
0 commit comments