You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/11/01 08:55:50 UTC

[GitHub] [arrow-datafusion-python] ei-grad commented on a diff in pull request #56: Add `read_json` to `SessionContext`

ei-grad commented on code in PR #56:
URL: https://github.com/apache/arrow-datafusion-python/pull/56#discussion_r1010220393


##########
datafusion/tests/data_test_context/data.json:
##########
@@ -0,0 +1,3 @@
+{"A": "a", "B": 1}
+{"A": "b", "B": 2}
+{"A": "c", "B": 3}

Review Comment:
   data.json file also should contain an empty line on the end (if this is not considered as a test for read_json behavior on a files without a newline in the end)



-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org