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:

Apparently there is a problem with the schema. But how is that possible given how primitive the JSON object is?
What am I doing wrong here?
Thanks