tragicjun edited a comment on issue #6508: [Flink-10079] [table] Support external sink table in the INSERT INTO clause URL: https://github.com/apache/flink/pull/6508#issuecomment-421278639 Thanks @fhueske. I take a closer look at the logic, looks like external catalogs are encapsulated as subschemas of the root schema. The source tables are checked with subschemas during query validation, but sink tables are not checked accordingly. As per your suggestion, I've fixed `isRegistered()`, `getTable()`, `getRowType()` to check with subschemas, so that the full path of an external sink table are now supported in the `INSERT INTO` clause. Please review the latest commit.
---------------------------------------------------------------- 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