jcamachor commented on a change in pull request #888: HIVE-22366: Multiple 
metastore calls for same table and constraints d…
URL: https://github.com/apache/hive/pull/888#discussion_r371064490
 
 

 ##########
 File path: ql/src/java/org/apache/hadoop/hive/ql/metadata/Table.java
 ##########
 @@ -121,6 +121,16 @@
   private transient DefaultConstraint dc;
   private transient CheckConstraint cc;
 
+  /** Constraint related flags
+   *  This is to track if constraints are retrieved from metastore or not
+   */
+  private boolean isPKFetched=false;
 
 Review comment:
   These can be transient.

----------------------------------------------------------------
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]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to