Skip to content

Commit

Permalink
Update json.rst (#538)
Browse files Browse the repository at this point in the history
  • Loading branch information
ray-andrew authored Dec 3, 2023
1 parent eaa7131 commit 85366d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/user-guide/io/json.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ When it comes to reading a JSON file, using :meth:`.SessionContext.read_json` is
from datafusion import SessionContext
ctx = SessionContext()
df = ctx.read_avro("file.json")
df = ctx.read_json("file.json")

0 comments on commit 85366d6

Please sign in to comment.