Ashish Sharma created HIVE-24091: ------------------------------------ Summary: Replace multiple constraints call with getAllTableConstraints api call in query planner Key: HIVE-24091 URL: https://issues.apache.org/jira/browse/HIVE-24091 Project: Hive Issue Type: Improvement Reporter: Ashish Sharma Assignee: Ashish Sharma
Inorder get all the constraints of table i.e. PrimaryKey, ForeignKey, UniqueConstraint ,NotNullConstraint ,DefaultConstraint ,CheckConstraint. We have to do 6 different metastore call. Replace these call with one getAllTableConstraints api which provide all the constraints at once -- This message was sent by Atlassian Jira (v8.3.4#803005)