zjffdu commented on issue #6236: [FLINK-9699] [table] Add api to replace registered table URL: https://github.com/apache/flink/pull/6236#issuecomment-448512621 Thanks for the comments @bowenli86. I think `ignoreIfExists` and `replace` is 2 different requirement which didn't conflict with each other. As I mentioned before, `replace` is very necessary in interactive scenarios (especially in notebook). ``` It will not only complicate the registerTableXxxInternal implementation then, but also confuse users ``` This would a little complicate the registerTableXxxInternal, but I think it is fine because it is internal implementation. Since it is internal implementation (registerTableXxxInternal is not public api), I don't think it would confuse users.
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
