auroflow commented on code in PR #29210: URL: https://github.com/apache/flink/pull/29210#discussion_r4043952842
########## flink-python/pyflink/table/udf.py: ########## @@ -760,10 +762,19 @@ def _get_python_env(): def _create_udf(f, input_types, result_type, func_type, deterministic, name): + if func_type == 'arrow': Review Comment: Yes, this should apply to pandas UDFs as well, until we support async functions for both modes. I have broaden the validation here. -- 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]
