srowen commented on issue #27918: [SPARK-31071][SQL][Follow-up] Support nonnull 
annotation by field directly
URL: https://github.com/apache/spark/pull/27918#issuecomment-599247260
 
 
   Here it's correctly marked, even. The field is never null (let's say); the 
bean property clearly may be null though. This change would mean the property 
is taken to be non-null, which isn't correct. It's probably not common, but, I 
think it's possible this (correct) case exists, and this would do the wrong 
thing.

----------------------------------------------------------------
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