Keep `isRegistered` as it is. It is used be other methods as well. We should change the logic in `insertInto` to directly call `getTable()`. This will also improve the performance, because we only need to talk once to the external catalog (which might be backed by an external service).
[ Full content available at: https://github.com/apache/flink/pull/6508 ] This message was relayed via gitbox.apache.org for [email protected]
