You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
Im using Apache Spark 2.4.5, Scala 2.11.
If there is any null value for a property in json, that property itself will not get written in to the db collection
Please let me know if this can be resolved.
There is a workaround of applying na.fill and make all the null values to empty string and then if we write in to collection , that property will display as "" value.
But my requirement is to keep the null value as it is and write in to collection
The text was updated successfully, but these errors were encountered:
Hi
Im using Apache Spark 2.4.5, Scala 2.11.
If there is any null value for a property in json, that property itself will not get written in to the db collection
Please let me know if this can be resolved.
There is a workaround of applying na.fill and make all the null values to empty string and then if we write in to collection , that property will display as "" value.
But my requirement is to keep the null value as it is and write in to collection
The text was updated successfully, but these errors were encountered: