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 2018/09/14 08:50:28 UTC

[GitHub] tragicjun commented on issue #6508: [Flink-10079] [table] Check registered sink tables from external catalogs

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:
users@infra.apache.org


With regards,
Apache Git Services