dongjoon-hyun edited a comment on issue #24637: [SPARK-27707][SQL] Prune 
unnecessary nested fields from Generate
URL: https://github.com/apache/spark/pull/24637#issuecomment-512872770
 
 
   Thank you for adding more. Then, please do a white list approach for those 
four expressions.
   ```
   case p @ Project(projectList, g @ Generate(e: Explode, _, _, _, _, _)) if 
canPruneXXX(e) && 
   ```
   
   cc @cloud-fan and @gatorsmile 

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

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

Reply via email to