twalthr opened a new pull request #10519: Flink 12283
URL: https://github.com/apache/flink/pull/10519
 
 
   ## What is the purpose of the change
   
   This PR relaxes the UDF constraints as much as possible by using the 
ClosureCleaner. For Java users, this is very convenient. For Scala users, it 
improves the current status but we still need to fix FLINK-15162.
   
   ## Brief change log
   
   This PR ensures that the validation and cleaning happens at exactly 2 
locations. Either during registration in the function catalog or during 
resolution of inline, unregistered functions.
   
   Since the ClosureCleaner needs configuration parameters, this PR also adds 
configuration through the stack. But this makes sense for the future in any 
case because configuration should be the first known instance when creating a 
table environment.
   
   ## Verifying this change
   
   Integration tests added for Blink and legacy planner.
   
   ## Does this pull request potentially affect one of the following parts:
   
     - Dependencies (does it add or upgrade a dependency): no
     - The public API, i.e., is any changed class annotated with 
`@Public(Evolving)`: yes
     - The serializers: no
     - The runtime per-record code paths (performance sensitive): no
     - Anything that affects deployment or recovery: JobManager (and its 
components), Checkpointing, Yarn/Mesos, ZooKeeper: no
     - The S3 file system connector: no
   
   ## Documentation
   
     - Does this pull request introduce a new feature? no
     - If yes, how is the feature documented? JavaDocs
   

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to