tsreaper opened a new pull request, #2951:
URL: https://github.com/apache/incubator-paimon/pull/2951

   ### Purpose
   
   Currently we check for sink materializer and throws exception in SQL compile 
time. However, some cloud computing flatform (for example, aliyun VVP) allows 
user to change some Flink configurations after compiling SQL but before 
starting the job.
   
   This PR postpone sink materializer check from compile time to runtime to 
work around such case.
   
   ### Tests
   
   Existing tests should cover this change.
   
   ### API and Format
   
   No.
   
   ### Documentation
   
   No,
   


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