ashish-kumar-sharma commented on a change in pull request #1610:
URL: https://github.com/apache/hive/pull/1610#discussion_r574995509



##########
File path: 
standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/cache/SharedCache.java
##########
@@ -2397,7 +2397,7 @@ public SQLAllTableConstraints 
listCachedAllTableConstraints(String catName, Stri
 
   public List<SQLForeignKey> listCachedForeignKeys(String catName, String 
foreignDbName, String foreignTblName,
                                                    String parentDbName, String 
parentTblName) {
-    List<SQLForeignKey> keys = new ArrayList<>();
+    List<SQLForeignKey> keys = null;

Review comment:
       Done




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

Reply via email to