Removes the table name and any cached metadata from the Table cache. The static Catalog.TABLE_REMOVE_UPDATE_FUNC is used to track loaded tables count changes.
(String tableName)
| 273 | * count changes. |
| 274 | */ |
| 275 | public Table removeTable(String tableName) { |
| 276 | return tableCache_.remove(tableName.toLowerCase(), Catalog.TABLE_REMOVE_UPDATE_FUNC); |
| 277 | } |
| 278 | |
| 279 | @Override |
| 280 | public FeKuduTable createKuduCtasTarget( |