You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2022/12/08 06:08:23 UTC

[GitHub] [spark] HyukjinKwon commented on a diff in pull request #38975: [SPARK-41284][CONNECT] Support read.json()

HyukjinKwon commented on code in PR #38975:
URL: https://github.com/apache/spark/pull/38975#discussion_r1042962157


##########
python/pyspark/sql/tests/connect/test_connect_basic.py:
##########
@@ -121,6 +121,23 @@ def test_simple_read(self):
         # Check that the limit is applied
         self.assertEqual(len(data.index), 10)
 
+    def test_json(self):

Review Comment:
   Should better add a JIRA number here but let me get this in first.



-- 
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: reviews-unsubscribe@spark.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org