tragicjun commented on issue #6508: [Flink-10079] [table] Check registered sink tables from external catalogs 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.
---------------------------------------------------------------- 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
