Github user mgaido91 commented on the issue:

    https://github.com/apache/spark/pull/21736
  
    Yes, I agree on choosing the right pattern. I think `@transient` is not a 
big harm to be kept. As far as `lazy` is regarded, I think that the performance 
problem introduced is not very important, as we are using it only we times (it 
is indeed used several times in the interpreted execution, but we don't use 
interpreted execution unless in very rare cases). Anyway, I am fine removing 
`lazy` and keeping `@transient`. What do you think?


---

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

Reply via email to