Github user hvanhovell commented on the issue:

    https://github.com/apache/spark/pull/20415
  
    @heary-cao have you benchmarked this? The reason I am asking is because 
Spark SQL chains iterators, these are pipelined and only materialized when we 
need to. Your PR effectively removes two virtual calls (hasNext/next) per 
tuple, so I don't see too much benefit here.


---

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

Reply via email to