[GitHub] [hive] vihangk1 commented on a change in pull request #1355: send tableId to get_partition APIs

2020-08-03 Thread GitBox
vihangk1 commented on a change in pull request #1355: URL: https://github.com/apache/hive/pull/1355#discussion_r464689406 ## File path: ql/src/java/org/apache/hadoop/hive/ql/metadata/Hive.java ## @@ -3258,8 +3260,19 @@ public Partition createPartition(Table tbl, Map partSpec) t

[GitHub] [hive] vihangk1 commented on a change in pull request #1355: send tableId to get_partition APIs

2020-08-06 Thread GitBox
vihangk1 commented on a change in pull request #1355: URL: https://github.com/apache/hive/pull/1355#discussion_r466598803 ## File path: ql/src/java/org/apache/hadoop/hive/ql/metadata/Hive.java ## @@ -474,6 +476,12 @@ public static Hive get() throws HiveException { return g

[GitHub] [hive] vihangk1 commented on a change in pull request #1355: send tableId to get_partition APIs

2020-08-07 Thread GitBox
vihangk1 commented on a change in pull request #1355: URL: https://github.com/apache/hive/pull/1355#discussion_r467264742 ## File path: ql/src/test/org/apache/hadoop/hive/ql/metadata/TestHiveMetaStoreClientApiArgumentsChecker.java ## @@ -0,0 +1,140 @@ +/* + * Licensed to the A