dongjoon-hyun commented on a change in pull request #23530: [SPARK-26576][SQL] 
Broadcast hint not applied to partitioned table
URL: https://github.com/apache/spark/pull/23530#discussion_r247335540
 
 

 ##########
 File path: 
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/planning/patterns.scala
 ##########
 @@ -68,9 +68,6 @@ object PhysicalOperation extends PredicateHelper {
         val substitutedCondition = substitute(aliases)(condition)
         (fields, filters ++ splitConjunctivePredicates(substitutedCondition), 
other, aliases)
 
-      case h: ResolvedHint =>
-        collectProjectsAndFilters(h.child)
-
 
 Review comment:
   In that case, let's not change this in this PR `[SPARK-26576][SQL] Broadcast 
hint not applied to partitioned table` .
   
   For the dead code cleaning up, you can do that later.
   

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


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to