HyukjinKwon commented on a change in pull request #27165: 
[SPARK-28264][PYTHON][SQL] Support type hints in pandas UDF and rename/move 
inconsistent pandas UDF types
URL: https://github.com/apache/spark/pull/27165#discussion_r365448799
 
 

 ##########
 File path: dev/sparktestsupport/modules.py
 ##########
 @@ -368,6 +368,7 @@ def __hash__(self):
         "pyspark.sql.pandas.group_ops",
         "pyspark.sql.pandas.types",
         "pyspark.sql.pandas.serializers",
+        "pyspark.sql.pandas.typehints",
 
 Review comment:
   Let me keep it consistent in the current codebase for now. We could do that 
separately since there are already smilar private modules without underscore.

----------------------------------------------------------------
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