Attempting to load a JSON file fails due to schema issue (Free Edition)
Hello,I created a Volume named 'test_volume' under catalog:workspace and schema:default.Then I uploaded a file named user_0.json into test_volume (fake data, of course):Now I want to load that file into a data frame.With Python in a notebook:With SQL...
- 54 Views
- 2 replies
- 0 kudos
Latest Reply
@chris84 Could try using spark.read .option("multiline", "true").json("volume_path") in pyspark
- 0 kudos