jerrypeng opened a new pull request #3638: Fix: package windowing code with 
function instance
URL: https://github.com/apache/pulsar/pull/3638
 
 
   ### Motivation
   
   Recently the windowing code got moved to its on module:
   
   https://github.com/apache/pulsar/pull/3583
   
   this caused the windowing code to not be packaged in the java-instance.jar 
that contains all functions related code.
   
   Functions expects all dependencies to be in java-instance.jar including the 
windowing code.  
   
   Moving the windowing code to its module caused the windowing classes to not 
be packaged into java-instance.jar and causes a class not found exception with 
trying to run a window function
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to