79400023

Date: 2025-01-30 13:16:06
Score: 0.5
Natty:
Report link

You just need to add this statement with your read statement. It happens because your json is multiline option("multiLine", true).

spark.read.option("multiLine", true).option("mode", "PERMISSIVE")  .json("/path/to/user.json")
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: chandra prakash kabra