hive git commit: HIVE-17659 : get_token thrift call fails for DBTokenStore in remote HMS mode (Vihang Karajgaonkar, reviewed by Aihua Xu)

2017-10-03 Thread vihangk1
Repository: hive Updated Branches: refs/heads/branch-2 ce064af87 -> 749288473 HIVE-17659 : get_token thrift call fails for DBTokenStore in remote HMS mode (Vihang Karajgaonkar, reviewed by Aihua Xu) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.or

hive git commit: HIVE-16143: Improve msck repair batching (Vihang Karajgaonkar, reviewed by Sahil Takiar & Aihua Xu)

2017-10-04 Thread vihangk1
Repository: hive Updated Branches: refs/heads/branch-2 cc7f21381 -> 3f25911a6 HIVE-16143: Improve msck repair batching (Vihang Karajgaonkar, reviewed by Sahil Takiar & Aihua Xu) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/comm

hive git commit: HIVE-17659 : get_token thrift call fails for DBTokenStore in remote HMS mode (Vihang Karajgaonkar, reviewed by Aihua Xu)

2017-10-10 Thread vihangk1
Repository: hive Updated Branches: refs/heads/master 857347f7f -> 7463d672a HIVE-17659 : get_token thrift call fails for DBTokenStore in remote HMS mode (Vihang Karajgaonkar, reviewed by Aihua Xu) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/

hive git commit: HIVE-17747 : HMS DropTableMessage should include the full table object (Dan Burkert, reviewed by Vihang Karajgaonkar)

2017-10-12 Thread vihangk1
Repository: hive Updated Branches: refs/heads/master b3122da53 -> 697922bdc HIVE-17747 : HMS DropTableMessage should include the full table object (Dan Burkert, reviewed by Vihang Karajgaonkar) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/rep

hive git commit: HIVE-17747 : HMS DropTableMessage should include the full table object (Dan Burkert, reviewed by Vihang Karajgaonkar)

2017-10-12 Thread vihangk1
Repository: hive Updated Branches: refs/heads/branch-2 c332103ef -> 3fb4649fa HIVE-17747 : HMS DropTableMessage should include the full table object (Dan Burkert, reviewed by Vihang Karajgaonkar) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/r

[1/3] hive git commit: HIVE-16839 : Unbalanced calls to openTransaction/commitTransaction when alter the same partition concurrently (Guang Yang, reviewed by Karthik Manamcheri and Vihang Karajgaonkar

2018-11-08 Thread vihangk1
Repository: hive Updated Branches: refs/heads/master fc18e4a19 -> 9bfff3012 http://git-wip-us.apache.org/repos/asf/hive/blob/9bfff301/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/TestObjectStore.java ---

[2/3] hive git commit: HIVE-16839 : Unbalanced calls to openTransaction/commitTransaction when alter the same partition concurrently (Guang Yang, reviewed by Karthik Manamcheri and Vihang Karajgaonkar

2018-11-08 Thread vihangk1
http://git-wip-us.apache.org/repos/asf/hive/blob/9bfff301/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/ObjectStore.java.orig -- diff --git a/standalone-metastore/metastore-server/src/main/ja

[3/3] hive git commit: HIVE-16839 : Unbalanced calls to openTransaction/commitTransaction when alter the same partition concurrently (Guang Yang, reviewed by Karthik Manamcheri and Vihang Karajgaonkar

2018-11-08 Thread vihangk1
HIVE-16839 : Unbalanced calls to openTransaction/commitTransaction when alter the same partition concurrently (Guang Yang, reviewed by Karthik Manamcheri and Vihang Karajgaonkar) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit

[1/2] hive git commit: Addendum : HIVE-16839 : Removed ObjectStore.java.orig

2018-11-08 Thread vihangk1
Repository: hive Updated Branches: refs/heads/master 9bfff3012 -> dd1a3efe0 http://git-wip-us.apache.org/repos/asf/hive/blob/dd1a3efe/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/ObjectStore.java.orig --

[2/2] hive git commit: Addendum : HIVE-16839 : Removed ObjectStore.java.orig

2018-11-08 Thread vihangk1
Addendum : HIVE-16839 : Removed ObjectStore.java.orig Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/dd1a3efe Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/dd1a3efe Diff: http://git-wip-us.apache.org/repos/asf/hive/dif

hive git commit: HIVE-16839 : Unbalanced calls to openTransaction/commitTransaction when alter the same partition concurrently (Guang Yang, reviewed by Karthik Manamcheri and Vihang Karajgaonkar)

2018-11-08 Thread vihangk1
Repository: hive Updated Branches: refs/heads/branch-3 6ed7ab6da -> cd4491900 HIVE-16839 : Unbalanced calls to openTransaction/commitTransaction when alter the same partition concurrently (Guang Yang, reviewed by Karthik Manamcheri and Vihang Karajgaonkar) Project: http://git-wip-us.apache.

hive git commit: HIVE-20916 : Fix typo in JSONCreateDatabaseMessage and add test for alter database (Vihang Karajgaonkar, reviewed by Andrew Sherman and Bharathkrishna Guruvayoor Murali)

2018-11-16 Thread vihangk1
Repository: hive Updated Branches: refs/heads/master c737dbd8f -> fd5f34fdd HIVE-20916 : Fix typo in JSONCreateDatabaseMessage and add test for alter database (Vihang Karajgaonkar, reviewed by Andrew Sherman and Bharathkrishna Guruvayoor Murali) Project: http://git-wip-us.apache.org/repos/a

hive git commit: HIVE-20916 : Fix typo in JSONCreateDatabaseMessage and add test for alter database (Vihang Karajgaonkar, reviewed by Andrew Sherman and Bharathkrishna Guruvayoor Murali)

2018-11-16 Thread vihangk1
Repository: hive Updated Branches: refs/heads/branch-3 4663e50e7 -> ec89f32a3 HIVE-20916 : Fix typo in JSONCreateDatabaseMessage and add test for alter database (Vihang Karajgaonkar, reviewed by Andrew Sherman and Bharathkrishna Guruvayoor Murali) Project: http://git-wip-us.apache.org/repos

hive git commit: HIVE-20860 : Fix or disable TestMiniLlapLocalCliDriver.testCliDriver[cbo_limit] (Vihang Karajgaonkar, reviewed by Jesus Camacho Rodriguez)

2018-11-26 Thread vihangk1
Repository: hive Updated Branches: refs/heads/master 0a7cc714f -> e579e0683 HIVE-20860 : Fix or disable TestMiniLlapLocalCliDriver.testCliDriver[cbo_limit] (Vihang Karajgaonkar, reviewed by Jesus Camacho Rodriguez) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-

hive git commit: HIVE-20740 : Remove global lock in ObjectStore.setConf method (Vihang Karajgaonkar, reviewed by Andrew Sherman and Naveen Gangam)

2018-11-29 Thread vihangk1
Repository: hive Updated Branches: refs/heads/master 75c6ee417 -> 8411ea567 HIVE-20740 : Remove global lock in ObjectStore.setConf method (Vihang Karajgaonkar, reviewed by Andrew Sherman and Naveen Gangam) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.ap

hive git commit: HIVE-20740 : Remove global lock in ObjectStore.setConf method (Vihang Karajgaonkar, reviewed by Andrew Sherman and Naveen Gangam)

2018-11-29 Thread vihangk1
Repository: hive Updated Branches: refs/heads/branch-3 649c1c55b -> db8e9b0ef HIVE-20740 : Remove global lock in ObjectStore.setConf method (Vihang Karajgaonkar, reviewed by Andrew Sherman and Naveen Gangam) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.

hive git commit: HIVE-20860 : Fix or disable TestMiniLlapLocalCliDriver.testCliDriver[cbo_limit] (addendum)

2018-12-14 Thread vihangk1
Repository: hive Updated Branches: refs/heads/master c7b5454aa -> 01ed46b4b HIVE-20860 : Fix or disable TestMiniLlapLocalCliDriver.testCliDriver[cbo_limit] (addendum) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/01ed46b4

hive git commit: HIVE-21030 : Add credential store env properties redaction in JobConf (Denys Kuzmenko reviewed by Vihang Karajgaonkar)

2018-12-14 Thread vihangk1
Repository: hive Updated Branches: refs/heads/master 01ed46b4b -> 4e415609c HIVE-21030 : Add credential store env properties redaction in JobConf (Denys Kuzmenko reviewed by Vihang Karajgaonkar) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/re

hive git commit: HIVE-20992 : Split the config hive.metastore.dbaccess.ssl.properties into more meaningful configs (Morio Ramdenbourg reviewed by Karthik Manamcheri and Vihang Karajgaonkar)

2018-12-17 Thread vihangk1
Repository: hive Updated Branches: refs/heads/master 4e415609c -> 4d9df0fdf HIVE-20992 : Split the config hive.metastore.dbaccess.ssl.properties into more meaningful configs (Morio Ramdenbourg reviewed by Karthik Manamcheri and Vihang Karajgaonkar) Project: http://git-wip-us.apache.org/repo

hive git commit: HIVE-21040 : msck does unnecessary file listing at last level of directory tree (Vihang Karajgaonkar, reviewed by Prasanth Jayachandran)

2018-12-20 Thread vihangk1
Repository: hive Updated Branches: refs/heads/master e103abc3f -> 867a187bb HIVE-21040 : msck does unnecessary file listing at last level of directory tree (Vihang Karajgaonkar, reviewed by Prasanth Jayachandran) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wi

hive git commit: HIVE-21040 : msck does unnecessary file listing at last level of directory tree (Vihang Karajgaonkar, reviewed by Prasanth Jayachandran)

2019-01-02 Thread vihangk1
Repository: hive Updated Branches: refs/heads/branch-3 490041dd3 -> 4c73511f3 HIVE-21040 : msck does unnecessary file listing at last level of directory tree (Vihang Karajgaonkar, reviewed by Prasanth Jayachandran) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-

hive git commit: HIVE-21040 : msck does unnecessary file listing at last level of directory tree (Vihang Karajgaonkar, reviewed by Prasanth Jayachandran)

2019-01-02 Thread vihangk1
Repository: hive Updated Branches: refs/heads/branch-2 0083145ef -> 0b8cfa7cd HIVE-21040 : msck does unnecessary file listing at last level of directory tree (Vihang Karajgaonkar, reviewed by Prasanth Jayachandran) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-

hive git commit: HIVE-21077 : Database and Catalogs should have creation time (Vihang Karajgaonkar reviewed by Karthik Manamcheri and Bharath Krishna)

2019-01-16 Thread vihangk1
Repository: hive Updated Branches: refs/heads/master 1fff171c6 -> 4d8320d46 HIVE-21077 : Database and Catalogs should have creation time (Vihang Karajgaonkar reviewed by Karthik Manamcheri and Bharath Krishna) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-u

hive git commit: Revert "HIVE-21077 : Database and Catalogs should have creation time (Vihang Karajgaonkar reviewed by Karthik Manamcheri and Bharath Krishna)"

2019-01-16 Thread vihangk1
Repository: hive Updated Branches: refs/heads/master 4d8320d46 -> 4d5d80609 Revert "HIVE-21077 : Database and Catalogs should have creation time (Vihang Karajgaonkar reviewed by Karthik Manamcheri and Bharath Krishna)" This reverts commit 4d8320d467d30e4e125a3304407415885670f9c7. Project: h

hive git commit: HIVE-21077 : Database and Catalogs should have creation time (Vihang Karajgaonkar reviewed by Karthik Manamcheri and Bharath Krishna)

2019-01-22 Thread vihangk1
Repository: hive Updated Branches: refs/heads/master cb74a685c -> d1460174d HIVE-21077 : Database and Catalogs should have creation time (Vihang Karajgaonkar reviewed by Karthik Manamcheri and Bharath Krishna) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-u

hive git commit: HIVE-21077 : Database and Catalogs should have creation time (Vihang Karajgaonkar reviewed by Karthik Manamcheri and Bharath Krishna)

2019-01-22 Thread vihangk1
Repository: hive Updated Branches: refs/heads/branch-3 4c73511f3 -> 1685dc311 HIVE-21077 : Database and Catalogs should have creation time (Vihang Karajgaonkar reviewed by Karthik Manamcheri and Bharath Krishna) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip

hive git commit: HIVE-20776 : Run HMS filterHooks on server-side in addition to client-side (Na Li reviewed by Karthik, Sergio, Morio, Adam and Vihang Karajgaonkar)

2019-01-22 Thread vihangk1
Repository: hive Updated Branches: refs/heads/master d1460174d -> dfd63d979 HIVE-20776 : Run HMS filterHooks on server-side in addition to client-side (Na Li reviewed by Karthik, Sergio, Morio, Adam and Vihang Karajgaonkar) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: ht

hive git commit: HIVE-21083 : Remove the requirement to specify the truststore location when TLS to the database is turned on (Morio Ramdenbourg, reviewed by Karthik Manamcheri and Vihang Karajgaonkar

2019-01-28 Thread vihangk1
Repository: hive Updated Branches: refs/heads/master ce654250b -> 698206a29 HIVE-21083 : Remove the requirement to specify the truststore location when TLS to the database is turned on (Morio Ramdenbourg, reviewed by Karthik Manamcheri and Vihang Karajgaonkar) Project: http://git-wip-us.apa

hive git commit: HIVE-21077 : Database and Catalogs should have creation time (addendum) (Vihang Karajgaonkar, reviewed by Naveen Gangam)

2019-01-29 Thread vihangk1
Repository: hive Updated Branches: refs/heads/master 71dfd1d11 -> 61d8a06b9 HIVE-21077 : Database and Catalogs should have creation time (addendum) (Vihang Karajgaonkar, reviewed by Naveen Gangam) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/

hive git commit: HIVE-21077 : Database and Catalogs should have creation time (addendum) (Vihang Karajgaonkar, reviewed by Naveen Gangam)

2019-01-29 Thread vihangk1
Repository: hive Updated Branches: refs/heads/branch-3 e6e11a902 -> 7065c92ef HIVE-21077 : Database and Catalogs should have creation time (addendum) (Vihang Karajgaonkar, reviewed by Naveen Gangam) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.or

[hive] branch master updated: HIVE-21320 : get_fields() and get_tables_by_type() are not protected by HMS server access control (Na Li, reviewed by Peter Vary)

2019-02-27 Thread vihangk1
This is an automated email from the ASF dual-hosted git repository. vihangk1 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new 474a19d HIVE-21320 : get_fields() and

[hive] branch master updated: HIVE-21484 : Metastore API getVersion() should return real version (Vihang Karajgaonkar reviewed by Naveen Gangam, Peter Vary)

2019-03-29 Thread vihangk1
This is an automated email from the ASF dual-hosted git repository. vihangk1 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new 23ab7f2 HIVE-21484 : Metastore API getVersion

[hive] branch branch-3 updated: HIVE-21484 : Metastore API getVersion() should return real version (Vihang Karajgaonkar, reviewed by Naveen Gangam and Peter Vary)

2019-03-29 Thread vihangk1
This is an automated email from the ASF dual-hosted git repository. vihangk1 pushed a commit to branch branch-3 in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/branch-3 by this push: new a91e6ec HIVE-21484 : Metastore API

[hive] branch branch-2 updated: HIVE-21484 : Metastore API getVersion() should return real version (Vihang Karajgaonkar, reviewed by Naveen Gangam and Peter Vary)

2019-03-29 Thread vihangk1
This is an automated email from the ASF dual-hosted git repository. vihangk1 pushed a commit to branch branch-2 in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/branch-2 by this push: new fd2f7c8 HIVE-21484 : Metastore API

[hive] branch master updated: HIVE-21396 : TestCliDriver#vector_groupby_reduce is flaky - rounding error (Vihang Karajgaonkar reviewed by Laszlo Bodor)

2019-04-01 Thread vihangk1
This is an automated email from the ASF dual-hosted git repository. vihangk1 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new 470e966 HIVE-21396 : TestCliDriver

[hive] branch master updated: HIVE-21586 : Thrift generated cpp files for metastore do not compile (addendum)

2019-04-16 Thread vihangk1
This is an automated email from the ASF dual-hosted git repository. vihangk1 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new ab79987 HIVE-21586 : Thrift generated cpp

[hive] branch branch-3 updated: HIVE-27678: Backport HIVE-26127 to branch-3 (Vihang Karajgaonkar reviewed by Ayush Saxena)

2023-09-09 Thread vihangk1
This is an automated email from the ASF dual-hosted git repository. vihangk1 pushed a commit to branch branch-3 in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/branch-3 by this push: new 4cd5142aa4e HIVE-27678: Backport HIVE-26127

[hive] branch master updated: HIVE-21932: IndexOutOfRangeException in FileChksumIterator (Vihang Karajgaonkar, reviewed by Anishek Agarwal)

2019-06-28 Thread vihangk1
This is an automated email from the ASF dual-hosted git repository. vihangk1 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new 7488e93 HIVE-21932: IndexOutOfRangeException

[hive] branch branch-3 updated: HIVE-21932: IndexOutOfRangeException in FileChksumIterator (Vihang Karajgaonkar, reviewed by Anishek Agarwal)

2019-06-28 Thread vihangk1
This is an automated email from the ASF dual-hosted git repository. vihangk1 pushed a commit to branch branch-3 in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/branch-3 by this push: new a665e9a HIVE-21932

[hive] branch branch-3 updated (422fd4e48bd -> f205a94c39b)

2023-02-17 Thread vihangk1
This is an automated email from the ASF dual-hosted git repository. vihangk1 pushed a change to branch branch-3 in repository https://gitbox.apache.org/repos/asf/hive.git from 422fd4e48bd HIVE-27017: backport HIVE-26771 option to use createTable DDLTask in CTAS for StorgeHandler (#4014

[hive] branch branch-3 updated (f205a94c39b -> 5afa24ac144)

2023-03-03 Thread vihangk1
This is an automated email from the ASF dual-hosted git repository. vihangk1 pushed a change to branch branch-3 in repository https://gitbox.apache.org/repos/asf/hive.git from f205a94c39b HIVE-27090 : Test fix for external_jdbc_auth.q (Aman Raj reviewed by Vihang Karajgaonkar) add

[hive] branch master updated: HIVE-27129: Add enhanced support for Hive Metastore Client http support (Junlin Zeng, reviewed by Vihang Karajgaonkar)

2023-03-10 Thread vihangk1
This is an automated email from the ASF dual-hosted git repository. vihangk1 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/master by this push: new 63a02465957 HIVE-27129: Add enhanced support

[hive] branch branch-3 updated (f1db3f25a7d -> 0e0adeee35d)

2023-03-17 Thread vihangk1
This is an automated email from the ASF dual-hosted git repository. vihangk1 pushed a change to branch branch-3 in repository https://gitbox.apache.org/repos/asf/hive.git from f1db3f25a7d HIVE-27096: Update dbtxnmgr_showlocks.q.out file (Aman Raj reviewed by Stamatis Zampetakis) add

[hive] branch branch-3 updated (0e0adeee35d -> 96acf4a0ab9)

2023-03-21 Thread vihangk1
This is an automated email from the ASF dual-hosted git repository. vihangk1 pushed a change to branch branch-3 in repository https://gitbox.apache.org/repos/asf/hive.git from 0e0adeee35d HIVE-27087: Fix TestMiniSparkOnYarnCliDriver test failures on branch-3 (Vihang Karajgaonkar, reviewed

[hive] branch branch-3 updated (96acf4a0ab9 -> 2b7b28bf70e)

2023-03-22 Thread vihangk1
This is an automated email from the ASF dual-hosted git repository. vihangk1 pushed a change to branch branch-3 in repository https://gitbox.apache.org/repos/asf/hive.git from 96acf4a0ab9 Revert "HIVE-20182: Backport HIVE-20067 to branch-3 (Daniel Voros via Zoltan Haindrich)"

[hive] branch branch-3 updated (2b7b28bf70e -> 1a704b422cd)

2023-03-22 Thread vihangk1
This is an automated email from the ASF dual-hosted git repository. vihangk1 pushed a change to branch branch-3 in repository https://gitbox.apache.org/repos/asf/hive.git from 2b7b28bf70e Disable TestJdbcGenericUDTFGetSplits (Vihang Karajgaonkar, reviewed by Aman Raj) add 1a704b422cd

[hive] branch branch-3 updated (1a704b422cd -> 79a6944bec7)

2023-03-23 Thread vihangk1
This is an automated email from the ASF dual-hosted git repository. vihangk1 pushed a change to branch branch-3 in repository https://gitbox.apache.org/repos/asf/hive.git from 1a704b422cd HIVE-27151: Revert "HIVE-21685: Wrong simplification in query with multiple IN clauses"

[hive] branch branch-3 updated (79a6944bec7 -> e3965372343)

2023-03-24 Thread vihangk1
This is an automated email from the ASF dual-hosted git repository. vihangk1 pushed a change to branch branch-3 in repository https://gitbox.apache.org/repos/asf/hive.git from 79a6944bec7 HIVE-27152: Revert "HIVE-21388: Constant UDF is not pushed to JDBCStorage Handler" (Aman Raj

[hive] branch branch-3 updated (e3965372343 -> f8fc208b4c2)

2023-03-24 Thread vihangk1
This is an automated email from the ASF dual-hosted git repository. vihangk1 pushed a change to branch branch-3 in repository https://gitbox.apache.org/repos/asf/hive.git from e3965372343 HIVE-27171: Backport HIVE-20680 to branch-3 (Vihang Karajgaonkar reviewed by Aman Raj) add

[hive] branch branch-3 updated (f8fc208b4c2 -> 0fcb9b9a497)

2023-03-25 Thread vihangk1
This is an automated email from the ASF dual-hosted git repository. vihangk1 pushed a change to branch branch-3 in repository https://gitbox.apache.org/repos/asf/hive.git from f8fc208b4c2 HIVE-27154: Backport HIVE-20953 to branch-3 (Vihang Karajgaonkar reviewed by Aman Raj) add

[hive] branch branch-3 updated (1e8274fb891 -> 95b083a77c5)

2023-03-28 Thread vihangk1
This is an automated email from the ASF dual-hosted git repository. vihangk1 pushed a change to branch branch-3 in repository https://gitbox.apache.org/repos/asf/hive.git from 1e8274fb891 HIVE-26905: Backport HIVE-25173 to 3.2.0: Exclude pentaho-aggdesigner-algorithm from upgrade-acid

[hive] branch branch-3 updated (95b083a77c5 -> 167806919e2)

2023-03-28 Thread vihangk1
This is an automated email from the ASF dual-hosted git repository. vihangk1 pushed a change to branch branch-3 in repository https://gitbox.apache.org/repos/asf/hive.git from 95b083a77c5 HIVE-27174 : Disable sysdb.q (Aman Raj reviewed by Vihang Karajgaonkar) add 167806919e2 HIVE

[hive] branch branch-3 updated (167806919e2 -> d4eaef83eb6)

2023-03-29 Thread vihangk1
This is an automated email from the ASF dual-hosted git repository. vihangk1 pushed a change to branch branch-3 in repository https://gitbox.apache.org/repos/asf/hive.git from 167806919e2 HIVE-26948: Backport HIVE-21456 to branch-3 (Vihang Karajgaonkar reviewed by Sourabh Goyal, Aman Raj

[hive] branch branch-3 updated (d4eaef83eb6 -> 8caadd75ea0)

2023-03-29 Thread vihangk1
This is an automated email from the ASF dual-hosted git repository. vihangk1 pushed a change to branch branch-3 in repository https://gitbox.apache.org/repos/asf/hive.git from d4eaef83eb6 HIVE-21755: Backport HIVE-21462 to branch-3 (Aman Raj, reviewed by Vihang Karajgaonkar) add

[hive] branch branch-3 updated (8caadd75ea0 -> 97bae130539)

2023-03-31 Thread vihangk1
This is an automated email from the ASF dual-hosted git repository. vihangk1 pushed a change to branch branch-3 in repository https://gitbox.apache.org/repos/asf/hive.git from 8caadd75ea0 HIVE-27033 : Backport of HIVE-23044 (Aman Raj, reviewed by Vihang Karajgaonkar) add 97bae130539

[hive] branch branch-3 updated (97bae130539 -> 51c56772640)

2023-04-02 Thread vihangk1
This is an automated email from the ASF dual-hosted git repository. vihangk1 pushed a change to branch branch-3 in repository https://gitbox.apache.org/repos/asf/hive.git from 97bae130539 HIVE-26949: Backport HIVE-26071 to branch-3 (Junlin Zeng reviewed by Vihang Karajgaonkar) add

[hive] branch branch-3 updated (51c56772640 -> f4c1302811f)

2023-04-02 Thread vihangk1
This is an automated email from the ASF dual-hosted git repository. vihangk1 pushed a change to branch branch-3 in repository https://gitbox.apache.org/repos/asf/hive.git from 51c56772640 HIVE-27136: Backport HIVE-27129 to branch-3 (Junlin Zeng reviewed by Vihang Karajgaonkar) add

[hive] branch branch-3 updated (f4c1302811f -> dcec0c107de)

2023-04-05 Thread vihangk1
This is an automated email from the ASF dual-hosted git repository. vihangk1 pushed a change to branch branch-3 in repository https://gitbox.apache.org/repos/asf/hive.git from f4c1302811f HIVE-27202: Disable flaky test testComplexQuery (Vihang Karajgaonkar, reviewed by Aman Raj) add

[hive] branch branch-3 updated (dcec0c107de -> 6b7cc14d292)

2023-04-07 Thread vihangk1
This is an automated email from the ASF dual-hosted git repository. vihangk1 pushed a change to branch branch-3 in repository https://gitbox.apache.org/repos/asf/hive.git from dcec0c107de HIVE-27211: Backport HIVE-22453 to branch-3 (Nikhil Gupta, reviewed by Aman Raj, Vihang Karajgaonkar

[hive] branch master updated (a029c5fd042 -> 4567681988a)

2023-04-13 Thread vihangk1
This is an automated email from the ASF dual-hosted git repository. vihangk1 pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/hive.git from a029c5fd042 HIVE-27145: Use StrictMath for remaining Math functions as followup of HIVE-23133 (Himanshu Mishra

[hive] branch branch-3 updated (8ed723cac8b -> acca2b0ffeb)

2023-04-13 Thread vihangk1
This is an automated email from the ASF dual-hosted git repository. vihangk1 pushed a change to branch branch-3 in repository https://gitbox.apache.org/repos/asf/hive.git from 8ed723cac8b HIVE-27220: Backport Upgrade commons,httpclient,jackson,jetty,log4j binaries from branch-3.1 (Naveen

[hive] branch branch-3 updated (acca2b0ffeb -> 55bcdb8c210)

2023-04-13 Thread vihangk1
This is an automated email from the ASF dual-hosted git repository. vihangk1 pushed a change to branch branch-3 in repository https://gitbox.apache.org/repos/asf/hive.git from acca2b0ffeb HIVE-27256 : Backport HIVE-24020 to branch-3 (Aman Raj reviewed by Vihang Karajgaonkar) add

[hive] branch branch-3 updated (55bcdb8c210 -> cd4e37e29d6)

2023-04-13 Thread vihangk1
This is an automated email from the ASF dual-hosted git repository. vihangk1 pushed a change to branch branch-3 in repository https://gitbox.apache.org/repos/asf/hive.git from 55bcdb8c210 HIVE-27250 : Backport of HIVE-22599 to branch-3 (Aman Raj reviewed by Vihang Karajgaonkar) add

[hive] branch branch-3 updated (cd4e37e29d6 -> 655b88621b5)

2023-04-18 Thread vihangk1
This is an automated email from the ASF dual-hosted git repository. vihangk1 pushed a change to branch branch-3 in repository https://gitbox.apache.org/repos/asf/hive.git from cd4e37e29d6 HIVE-27249: Backport HIVE-23619 to branch-3 (Aman Raj reviewed by Vihang Karajgaonkar) add

[hive] branch branch-3 updated (655b88621b5 -> 7b2b35a4ead)

2023-04-22 Thread vihangk1
This is an automated email from the ASF dual-hosted git repository. vihangk1 pushed a change to branch branch-3 in repository https://gitbox.apache.org/repos/asf/hive.git from 655b88621b5 HIVE-27261: Backport HIVE-27258 to branch-3 (Vihang Karajgaonkar, reviewed by Junlin Zeng and Aman Raj

[hive] branch branch-3 updated: HIVE-27288 : Backport of HIVE-23262 to branch-3 (Aman Raj reviewed by Vihang Karajgaonkar)

2023-05-04 Thread vihangk1
This is an automated email from the ASF dual-hosted git repository. vihangk1 pushed a commit to branch branch-3 in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/branch-3 by this push: new 7950336706c HIVE-27288 : Backport of HIVE

[hive] branch branch-3 updated: Hive-27371: Create nightly builds on branch-3 (Junlin Zeng, reviewed by Vihang Karajgaonkar)

2023-05-25 Thread vihangk1
This is an automated email from the ASF dual-hosted git repository. vihangk1 pushed a commit to branch branch-3 in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/branch-3 by this push: new 580fe2cc654 Hive-27371: Create nightly

[hive] branch branch-3.1 updated: HIVE-27508 : Backport of HIVE-21584 to branch-3.1 (Aman Raj, reviewed by Vihang Karajgaonkar)

2023-08-03 Thread vihangk1
This is an automated email from the ASF dual-hosted git repository. vihangk1 pushed a commit to branch branch-3.1 in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/branch-3.1 by this push: new af7059e2bdc HIVE-27508 : Backport of

[hive] branch branch-3 updated: HIVE-27508 : Backport of HIVE-21584 to branch-3 (Aman Raj, reviewed by Vihang Karajgaonkar)

2023-08-04 Thread vihangk1
This is an automated email from the ASF dual-hosted git repository. vihangk1 pushed a commit to branch branch-3 in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/branch-3 by this push: new e648a5518a1 HIVE-27508 : Backport of HIVE

[hive] branch branch-3 updated: HIVE-27543 : Backport of HIVE-24039 (Aman Raj, reviewed by Vihang Karajgaonkar)

2023-08-05 Thread vihangk1
This is an automated email from the ASF dual-hosted git repository. vihangk1 pushed a commit to branch branch-3 in repository https://gitbox.apache.org/repos/asf/hive.git The following commit(s) were added to refs/heads/branch-3 by this push: new 09a7467d749 HIVE-27543 : Backport of HIVE

hive git commit: HIVE-17824 : msck repair table should drop the missing partitions from metastore (Janaki Lahorani, reviewed by Peter Vary, Alexander Kolbasov and Vihang Karajgaonkar)

2018-04-16 Thread vihangk1
Repository: hive Updated Branches: refs/heads/master 77da6997d -> 6afa544b8 HIVE-17824 : msck repair table should drop the missing partitions from metastore (Janaki Lahorani, reviewed by Peter Vary, Alexander Kolbasov and Vihang Karajgaonkar) Project: http://git-wip-us.apache.org/repos/asf/

hive git commit: HIVE-17824 : msck repair table should drop the missing partitions from metastore (Janaki Lahorani, reviewed by Peter Vary, Alexander Kolbasov and Vihang Karajgaonkar)

2018-04-16 Thread vihangk1
Repository: hive Updated Branches: refs/heads/branch-3 f53833292 -> 559ebb3e9 HIVE-17824 : msck repair table should drop the missing partitions from metastore (Janaki Lahorani, reviewed by Peter Vary, Alexander Kolbasov and Vihang Karajgaonkar) Project: http://git-wip-us.apache.org/repos/as

hive git commit: HIVE-19048 : Initscript errors are ignored (Bharathkrishna Guruvayoor Murali reviewed by Zoltan Haindrich and Vihang Karajgaonkar)

2018-04-18 Thread vihangk1
Repository: hive Updated Branches: refs/heads/master 878d6ee05 -> 006bf8a1a HIVE-19048 : Initscript errors are ignored (Bharathkrishna Guruvayoor Murali reviewed by Zoltan Haindrich and Vihang Karajgaonkar) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.a

hive git commit: HIVE-18469 : HS2UI: Introduce separate option to show query on web ui (Bharathkrishna Guruvayoor Murali reviewed by Zoltan Haindrich and Vihang Karajgaonkar)

2018-04-18 Thread vihangk1
Repository: hive Updated Branches: refs/heads/master 006bf8a1a -> c062b6906 HIVE-18469 : HS2UI: Introduce separate option to show query on web ui (Bharathkrishna Guruvayoor Murali reviewed by Zoltan Haindrich and Vihang Karajgaonkar) Project: http://git-wip-us.apache.org/repos/asf/hive/repo

hive git commit: HIVE-19242 : CliAdapter silently ignores excluded qfiles (Vihang Karajgaonkar, reviewed by Sahil Takiar)

2018-04-19 Thread vihangk1
Repository: hive Updated Branches: refs/heads/master 9f15e22f4 -> 92b9ba7d3 HIVE-19242 : CliAdapter silently ignores excluded qfiles (Vihang Karajgaonkar, reviewed by Sahil Takiar) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/c

hive git commit: HIVE-18743 : CREATE TABLE on S3 data can be extremely slow. DO_NOT_UPDATE_STATS workaround is buggy (Alexander Kolbasov, reviewed by Zoltan Haindrich via Vihang Karajgaonkar)

2018-04-21 Thread vihangk1
Repository: hive Updated Branches: refs/heads/master 97503fb00 -> d38b58d7c HIVE-18743 : CREATE TABLE on S3 data can be extremely slow. DO_NOT_UPDATE_STATS workaround is buggy (Alexander Kolbasov, reviewed by Zoltan Haindrich via Vihang Karajgaonkar) Project: http://git-wip-us.apache.org/re

hive git commit: HIVE-18743 : CREATE TABLE on S3 data can be extremely slow. DO_NOT_UPDATE_STATS workaround is buggy (Alexander Kolbasov, reviwed by Zoltan Haindrich via Vihang Karajgaonkar)

2018-04-23 Thread vihangk1
Repository: hive Updated Branches: refs/heads/branch-2 780db578b -> b9b0b0aa2 HIVE-18743 : CREATE TABLE on S3 data can be extremely slow. DO_NOT_UPDATE_STATS workaround is buggy (Alexander Kolbasov, reviwed by Zoltan Haindrich via Vihang Karajgaonkar) Project: http://git-wip-us.apache.org/r

hive git commit: HIVE-18743 : CREATE TABLE on S3 data can be extremely slow. DO_NOT_UPDATE_STATS workaround is buggy (Alexander Kolbasov, reviewed by Zoltan Haindrich via Vihang Karajgaonkar)

2018-04-23 Thread vihangk1
Repository: hive Updated Branches: refs/heads/branch-3 f9d7e8c98 -> 871c05bcc HIVE-18743 : CREATE TABLE on S3 data can be extremely slow. DO_NOT_UPDATE_STATS workaround is buggy (Alexander Kolbasov, reviewed by Zoltan Haindrich via Vihang Karajgaonkar) Project: http://git-wip-us.apache.org/

hive git commit: HIVE-19133 : HS2 WebUI phase-wise performance metrics not showing correctly (Bharathkrishna Guruvayoor Murali reviewed by Zoltan Haindrich, Vihang Karajgaonkar)

2018-04-25 Thread vihangk1
Repository: hive Updated Branches: refs/heads/master da10aabe5 -> e89f98c44 HIVE-19133 : HS2 WebUI phase-wise performance metrics not showing correctly (Bharathkrishna Guruvayoor Murali reviewed by Zoltan Haindrich, Vihang Karajgaonkar) Project: http://git-wip-us.apache.org/repos/asf/hive/r

[01/51] [partial] hive git commit: HIVE-20097 : Convert standalone-metastore to a submodule (Alexander Kolbasov reviewed by Vihang Karajgaonkar)

2018-07-12 Thread vihangk1
Repository: hive Updated Branches: refs/heads/master 57dd30441 -> 20eb7b516 http://git-wip-us.apache.org/repos/asf/hive/blob/20eb7b51/standalone-metastore/metastore-common/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/SQLNotNullConstraint.java

[04/51] [partial] hive git commit: HIVE-20097 : Convert standalone-metastore to a submodule (Alexander Kolbasov reviewed by Vihang Karajgaonkar)

2018-07-12 Thread vihangk1
http://git-wip-us.apache.org/repos/asf/hive/blob/20eb7b51/standalone-metastore/metastore-common/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/RuntimeStat.java -- diff --git a/standalone-metastore/metastore-commo

[11/51] [partial] hive git commit: HIVE-20097 : Convert standalone-metastore to a submodule (Alexander Kolbasov reviewed by Vihang Karajgaonkar)

2018-07-12 Thread vihangk1
http://git-wip-us.apache.org/repos/asf/hive/blob/20eb7b51/standalone-metastore/metastore-common/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/PartitionSpec.java -- diff --git a/standalone-metastore/metastore-com

[10/51] [partial] hive git commit: HIVE-20097 : Convert standalone-metastore to a submodule (Alexander Kolbasov reviewed by Vihang Karajgaonkar)

2018-07-12 Thread vihangk1
http://git-wip-us.apache.org/repos/asf/hive/blob/20eb7b51/standalone-metastore/metastore-common/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/PartitionValuesRequest.java -- diff --git a/standalone-metastore/meta

[08/51] [partial] hive git commit: HIVE-20097 : Convert standalone-metastore to a submodule (Alexander Kolbasov reviewed by Vihang Karajgaonkar)

2018-07-12 Thread vihangk1
http://git-wip-us.apache.org/repos/asf/hive/blob/20eb7b51/standalone-metastore/metastore-common/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/PartitionsStatsRequest.java -- diff --git a/standalone-metastore/meta

[17/51] [partial] hive git commit: HIVE-20097 : Convert standalone-metastore to a submodule (Alexander Kolbasov reviewed by Vihang Karajgaonkar)

2018-07-12 Thread vihangk1
http://git-wip-us.apache.org/repos/asf/hive/blob/20eb7b51/standalone-metastore/metastore-common/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/LockRequest.java -- diff --git a/standalone-metastore/metastore-commo

[03/51] [partial] hive git commit: HIVE-20097 : Convert standalone-metastore to a submodule (Alexander Kolbasov reviewed by Vihang Karajgaonkar)

2018-07-12 Thread vihangk1
http://git-wip-us.apache.org/repos/asf/hive/blob/20eb7b51/standalone-metastore/metastore-common/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/SQLDefaultConstraint.java -- diff --git a/standalone-metastore/metast

[21/51] [partial] hive git commit: HIVE-20097 : Convert standalone-metastore to a submodule (Alexander Kolbasov reviewed by Vihang Karajgaonkar)

2018-07-12 Thread vihangk1
http://git-wip-us.apache.org/repos/asf/hive/blob/20eb7b51/standalone-metastore/metastore-common/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/HeartbeatRequest.java -- diff --git a/standalone-metastore/metastore-

[33/51] [partial] hive git commit: HIVE-20097 : Convert standalone-metastore to a submodule (Alexander Kolbasov reviewed by Vihang Karajgaonkar)

2018-07-12 Thread vihangk1
http://git-wip-us.apache.org/repos/asf/hive/blob/20eb7b51/standalone-metastore/metastore-common/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/Date.java -- diff --git a/standalone-metastore/metastore-common/src/g

[13/51] [partial] hive git commit: HIVE-20097 : Convert standalone-metastore to a submodule (Alexander Kolbasov reviewed by Vihang Karajgaonkar)

2018-07-12 Thread vihangk1
http://git-wip-us.apache.org/repos/asf/hive/blob/20eb7b51/standalone-metastore/metastore-common/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/NotificationEventsCountRequest.java -- diff --git a/standalone-metast

[45/51] [partial] hive git commit: HIVE-20097 : Convert standalone-metastore to a submodule (Alexander Kolbasov reviewed by Vihang Karajgaonkar)

2018-07-12 Thread vihangk1
http://git-wip-us.apache.org/repos/asf/hive/blob/20eb7b51/standalone-metastore/metastore-common/src/gen/thrift/gen-cpp/hive_metastore_types.h -- diff --git a/standalone-metastore/metastore-common/src/gen/thrift/gen-cpp/hive_metast

[09/51] [partial] hive git commit: HIVE-20097 : Convert standalone-metastore to a submodule (Alexander Kolbasov reviewed by Vihang Karajgaonkar)

2018-07-12 Thread vihangk1
http://git-wip-us.apache.org/repos/asf/hive/blob/20eb7b51/standalone-metastore/metastore-common/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/PartitionWithoutSD.java -- diff --git a/standalone-metastore/metastor

[36/51] [partial] hive git commit: HIVE-20097 : Convert standalone-metastore to a submodule (Alexander Kolbasov reviewed by Vihang Karajgaonkar)

2018-07-12 Thread vihangk1
http://git-wip-us.apache.org/repos/asf/hive/blob/20eb7b51/standalone-metastore/metastore-common/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/ColumnStatisticsDesc.java -- diff --git a/standalone-metastore/metast

[41/51] [partial] hive git commit: HIVE-20097 : Convert standalone-metastore to a submodule (Alexander Kolbasov reviewed by Vihang Karajgaonkar)

2018-07-12 Thread vihangk1
http://git-wip-us.apache.org/repos/asf/hive/blob/20eb7b51/standalone-metastore/metastore-common/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/AggrStats.java -- diff --git a/standalone-metastore/metastore-common/

[46/51] [partial] hive git commit: HIVE-20097 : Convert standalone-metastore to a submodule (Alexander Kolbasov reviewed by Vihang Karajgaonkar)

2018-07-12 Thread vihangk1
http://git-wip-us.apache.org/repos/asf/hive/blob/20eb7b51/standalone-metastore/metastore-common/src/gen/thrift/gen-cpp/hive_metastore_types.cpp -- diff --git a/standalone-metastore/metastore-common/src/gen/thrift/gen-cpp/hive_meta

[34/51] [partial] hive git commit: HIVE-20097 : Convert standalone-metastore to a submodule (Alexander Kolbasov reviewed by Vihang Karajgaonkar)

2018-07-12 Thread vihangk1
http://git-wip-us.apache.org/repos/asf/hive/blob/20eb7b51/standalone-metastore/metastore-common/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/CreationMetadata.java -- diff --git a/standalone-metastore/metastore-

[30/51] [partial] hive git commit: HIVE-20097 : Convert standalone-metastore to a submodule (Alexander Kolbasov reviewed by Vihang Karajgaonkar)

2018-07-12 Thread vihangk1
http://git-wip-us.apache.org/repos/asf/hive/blob/20eb7b51/standalone-metastore/metastore-common/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/DropPartitionsResult.java -- diff --git a/standalone-metastore/metast

[47/51] [partial] hive git commit: HIVE-20097 : Convert standalone-metastore to a submodule (Alexander Kolbasov reviewed by Vihang Karajgaonkar)

2018-07-12 Thread vihangk1
http://git-wip-us.apache.org/repos/asf/hive/blob/20eb7b51/standalone-metastore/metastore-common/src/gen/thrift/gen-cpp/ThriftHiveMetastore_server.skeleton.cpp -- diff --git a/standalone-metastore/metastore-common/src/gen/thrift/ge

[49/51] [partial] hive git commit: HIVE-20097 : Convert standalone-metastore to a submodule (Alexander Kolbasov reviewed by Vihang Karajgaonkar)

2018-07-12 Thread vihangk1
http://git-wip-us.apache.org/repos/asf/hive/blob/20eb7b51/standalone-metastore/metastore-common/src/gen/thrift/gen-cpp/ThriftHiveMetastore.cpp -- diff --git a/standalone-metastore/metastore-common/src/gen/thrift/gen-cpp/ThriftHive

[07/51] [partial] hive git commit: HIVE-20097 : Convert standalone-metastore to a submodule (Alexander Kolbasov reviewed by Vihang Karajgaonkar)

2018-07-12 Thread vihangk1
http://git-wip-us.apache.org/repos/asf/hive/blob/20eb7b51/standalone-metastore/metastore-common/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/PrincipalPrivilegeSet.java -- diff --git a/standalone-metastore/metas

[12/51] [partial] hive git commit: HIVE-20097 : Convert standalone-metastore to a submodule (Alexander Kolbasov reviewed by Vihang Karajgaonkar)

2018-07-12 Thread vihangk1
http://git-wip-us.apache.org/repos/asf/hive/blob/20eb7b51/standalone-metastore/metastore-common/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/Order.java -- diff --git a/standalone-metastore/metastore-common/src/

  1   2   3   4   5   >