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/11/02 03:16:11 UTC

[GitHub] [flink] xuefuz commented on issue #10053: [FLINK-14578][table] load/unloadModule() should throw RuntimeException rather than checked exception

xuefuz commented on issue #10053: [FLINK-14578][table] load/unloadModule() should throw RuntimeException rather than checked exception
URL: https://github.com/apache/flink/pull/10053#issuecomment-549005403
 
 
   To my understanding, loading/unloading modules is exposed in TableEnvironment, so it's possible that user programmatically call those methods. The original code did declare throwing exceptions.
   
   As majority of APIs in TableEnv doesn't throw any exception, I'm okay not to declare any exception and this PR can merge.

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