HyukjinKwon commented on a change in pull request #23797: 
[SPARK-26856][PYSPARK] Python support for from_avro and to_avro APIs
URL: https://github.com/apache/spark/pull/23797#discussion_r263199256
 
 

 ##########
 File path: dev/sparktestsupport/modules.py
 ##########
 @@ -178,6 +178,10 @@ def __hash__(self):
     ],
     sbt_test_goals=[
         "avro/test",
+    ],
+    python_test_goals=[
+        # doctests
+        "pyspark.sql.avro.functions"
 
 Review comment:
   Can you add `avro` as dependency in `pyspark_sql`, add 
`pyspark.sql.avro.functions` into `python_test_goals`, and add this python file 
into `source_file_regexes`? I think that's going to be fine.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to