You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2019/03/19 18:36:37 UTC

[GitHub] [spark] venkata91 commented on a change in pull request #23803: [SPARK-26894][SQL] Handle Alias as well in AggregateEstimation to propagate child stats

venkata91 commented on a change in pull request #23803: [SPARK-26894][SQL] Handle Alias as well in AggregateEstimation to propagate child stats
URL: https://github.com/apache/spark/pull/23803#discussion_r267041245
 
 

 ##########
 File path: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/plans/logical/statsEstimation/EstimationUtils.scala
 ##########
 @@ -71,6 +71,18 @@ object EstimationUtils {
     AttributeMap(output.flatMap(a => inputMap.get(a).map(a -> _)))
   }
 
+  /**
+   * Returns the stats for aliases of child's attributes
+   */
+  def getAliasStats(
 
 Review comment:
   Yeah, already changed that as part of the PR.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org