Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
maropu committed Oct 7, 2020
1 parent 405be2d commit 47ea616
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@ object RewriteCorrelatedScalarSubquery extends Rule[LogicalPlan] {
}
}
}
(newChild, AttributeMap(subqueryAttrMapping))
(newChild, AttributeMap(subqueryAttrMapping.toSeq))
}

private def updateAttrs[E <: Expression](
Expand Down

0 comments on commit 47ea616

Please sign in to comment.