HyukjinKwon commented on code in PR #41053:
URL: https://github.com/apache/spark/pull/41053#discussion_r1201503589
##########
python/pyspark/sql/udf.py:
##########
@@ -253,6 +250,7 @@ def __init__(
def returnType(self) -> DataType:
# This makes sure this is called after SparkContext is initialized.
# ``_parse_datatype_string`` accesses to JVM for parsing a DDL
formatted string.
+ # TODO: PythonEvalType.SQL_BATCHED_UDF
Review Comment:
This is why we should have ID'ed todo .. like `TODO(SPARK-XXXXX): ...`
--
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]