You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2019/12/06 10:58:08 UTC

[GitHub] [flink] aljoscha opened a new pull request #10461: [FLINK-12283] In Table API, allow non-static inner class as UDF

aljoscha opened a new pull request #10461: [FLINK-12283] In Table API, allow non-static inner class as UDF
URL: https://github.com/apache/flink/pull/10461
 
 
   ## What is the purpose of the change
   
   This relaxes a check in the Table API to allow more types of functions. Specifically, this allows to use UDFs as defined in the Scala Shell.
   
   This might lead to cases where a user specifies a function that then is not serializable, but I think it's worth it to enable the above use case.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services