rdblue commented on issue #25536: [SPARK-28837][SQL] CTAS/RTAS should use 
nullable schema
URL: https://github.com/apache/spark/pull/25536#issuecomment-523653110
 
 
   > I've seen many parquet files corrupted with nulls written to non-nullable 
fields according to Parquet's schema
   
   I've not hit this problem. What version of Parquet are you using?
   
   Usually, if the Spark plan is wrong about nullability, we get NPEs thrown in 
codegen sections because of assignment to primitive types. Though that doesn't 
affect strings and decimals.

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