Skip to content

AQEUtils

Getting Required Distribution

getRequiredDistribution(
  p: SparkPlan): Option[Distribution]

getRequiredDistribution determines the Distribution for the given SparkPlan (if there are any user-specified repartition hints):

getRequiredDistribution is used when: