Github user mgaido91 commented on the issue:

    https://github.com/apache/spark/pull/21352
  
    in most of the cases these are lazy fields which are called only on the 
execution, so I don't think they are serialized. And in some cases (I am 
thinking to the ordering ones) with this patch we are executing the same 
computation for each row, which means a performance regression.
    
    I am not sure honestly we do need this. @cloud-fan what do you think?


---

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

Reply via email to