xuefuz commented on a change in pull request #8353: [FLINK-12233][hive] Support 
table related operations in HiveCatalog
URL: https://github.com/apache/flink/pull/8353#discussion_r282710918
 
 

 ##########
 File path: 
flink-connectors/flink-connector-hive/src/main/java/org/apache/flink/table/catalog/hive/HiveCatalogBase.java
 ##########
 @@ -89,6 +101,34 @@ private static IMetaStoreClient 
getMetastoreClient(HiveConf hiveConf) {
                }
        }
 
+       // ------ APIs ------
+
+       /**
+        * Validate input base table.
+        *
+        * @param catalogBaseTable the base table to be validated
+        * @throws IllegalArgumentException thrown if the input base table is 
invalid.
+        */
+       protected abstract void validateCatalogBaseTable(CatalogBaseTable 
catalogBaseTable)
 
 Review comment:
   I'm not backtracking what I said earlier. It's fine to defined an API, but 
the API needs to be well-thought, which doesn't seem to be the case here. 
That's why I said we can forgo the API. If we think an API is the way to go, 
then let's define the API better and parent class shouldn't define what 
validation a subclass might do. Personally, I don't feel the API is 
sufficiently sound, but feel free to get 2nd opinion though.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to