ashish-kumar-sharma commented on a change in pull request #1419:
URL: https://github.com/apache/hive/pull/1419#discussion_r477043530
##########
File path:
standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/ObjectStore.java
##########
@@ -11286,6 +11287,20 @@ private String getPrimaryKeyConstraintName(String
catName, String dbName, String
return notNullConstraints;
}
+ @Override
+ public SQLAllTableConstraints getAllTableConstraints(String catName, String
db_name, String tbl_name)
+ throws MetaException {
+ debugLog("Get all table constraints for the table - " + catName + "."+
db_name+"."+tbl_name + " in class ObjectStore.java");
+ SQLAllTableConstraints sqlAllTableConstraints = new
SQLAllTableConstraints();
Review comment:
https://issues.apache.org/jira/browse/HIVE-24062
----------------------------------------------------------------
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:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]