larskarg opened a new pull request, #56:
URL: https://github.com/apache/arrow-datafusion-python/pull/56

   Related to #28.
   
   MR adds functionality to read json files. I have added some tests cases (not 
all parameters are covered). Please let me know if the test cases are 
sufficient and if I should store the test data differently.
   
   **Example:**
   
   ```py
   import datafusion
   ctx = datafusion.SessionContext()
   df = ctx.read_json("data.json")
   df.show()
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to