Skip to content

Commit

Permalink
Addressing precheckin failures
Browse files Browse the repository at this point in the history
  • Loading branch information
ymahajan committed May 18, 2018
1 parent abd0a95 commit cafd060
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,8 @@ private[sql] final case class ZipPartitionScan(basePlan: CodegenSupport,

override def children: Seq[SparkPlan] = basePlan :: withShuffle :: Nil

override def needCopyResult: Boolean = false

override def requiredChildDistribution: Seq[Distribution] =
ClusteredDistribution(basePartKeys) :: ClusteredDistribution(otherPartKeys) :: Nil

Expand Down

0 comments on commit cafd060

Please sign in to comment.