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 2022/10/20 02:16:25 UTC

[GitHub] [flink-table-store] SteNicholas opened a new pull request, #322: [FLINK-29690] listTables in HiveCatalog should only return table store tables

SteNicholas opened a new pull request, #322:
URL: https://github.com/apache/flink-table-store/pull/322

   `listTables` in `HiveCatalog` should only return table store tables, which should filter the Hive tables with input and output format.
   
   **The brief change log**
   - `HiveCatalog#listTables` filters the Hive tables to check whether the input format is `org.apache.flink.table.store.mapred.TableStoreInputFormat` and the output format is `org.apache.flink.table.store.mapred.TableStoreOutputFormat`.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [flink-table-store] JingsongLi merged pull request #322: [FLINK-29690] listTables in HiveCatalog should only return table store tables

Posted by GitBox <gi...@apache.org>.
JingsongLi merged PR #322:
URL: https://github.com/apache/flink-table-store/pull/322


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org