HyukjinKwon commented on code in PR #42670:
URL: https://github.com/apache/spark/pull/42670#discussion_r1305133268
##########
python/pyspark/sql/functions.py:
##########
@@ -14489,13 +14476,16 @@ def call_function(funcName: str, *cols:
"ColumnOrName") -> Column:
| 2.0|
+-------+
>>> _ = spark.sql("CREATE FUNCTION custom_avg AS
'test.org.apache.spark.sql.MyDoubleAvg'")
+ ... # doctest: +SKIP
Review Comment:
This requires the test package has to be complied together, which we don't
currently require.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]