Koert Kuipers Thu, 24 Mar 2016 17:13:55 -0700
In spark 2, is nullable treated as reliable? or is it just a hint for efficient code generation, the optimizer etc.
The reason i ask is i see a lot of code generated with if statements handling null for struct fields where nullable=false