fdolce commented on code in PR #29146:
URL: https://github.com/apache/flink/pull/29146#discussion_r3979028414


##########
flink-python/pyflink/dataframe/sql.py:
##########
@@ -33,49 +34,61 @@
 
 _LOG = logging.getLogger(__name__)
 
+_Binding = Union[DataFrame, _DataFrameUDFWrapper]

Review Comment:
   True. Mh, having pf.udf return _DataFrameUDFWrapper kind of makes that class 
a part of the public api though right? Let me see if I find any alternative 
solution here, I'll let you know



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

Reply via email to