Skip to content

Commit

Permalink
Support submit subqueries concurrently, don't trigger subquery execut…
Browse files Browse the repository at this point in the history
…ion when do native validation
  • Loading branch information
WangGuangxin committed Jun 9, 2023
1 parent 75eb94e commit ff1e993
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,9 @@ case class WholeStageTransformer(child: SparkPlan)(val transformStageId: Int)
}

def doWholestageTransform(): WholestageTransformContext = {
// invoke SparkPlan.prepare to do subquery preparation etc.
super.prepare()

val substraitContext = new SubstraitContext
val childCtx = child
.asInstanceOf[TransformSupport]
Expand Down

0 comments on commit ff1e993

Please sign in to comment.