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_r262323850
##########
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:
Ah , I mean when the Python file `python/pyspark/sql/avro/functions.py`
alone is fixed.
> You mean here adding the doc test into pyspark-sqls python_test_goals?
Yes, I should take a closer look (sorry I have been busy for the last week
and I'm trying to clean up my notification queue) but I think that looks at
least what kinesis does (which is the similar instance with avro's case)
----------------------------------------------------------------
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]