[GitHub] [hive] github-actions[bot] closed pull request #1318: HIVE-23916: Fix Atlas client dependency version

2020-10-11 Thread GitBox
github-actions[bot] closed pull request #1318: URL: https://github.com/apache/hive/pull/1318 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

[GitHub] [hive] github-actions[bot] closed pull request #1241: HIVE-22415: Upgrade to Java 11

2020-10-11 Thread GitBox
github-actions[bot] closed pull request #1241: URL: https://github.com/apache/hive/pull/1241 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

[GitHub] [hive] github-actions[bot] commented on pull request #1367: HIVE-23993 Handle irrecoverable errors

2020-10-11 Thread GitBox
github-actions[bot] commented on pull request #1367: URL: https://github.com/apache/hive/pull/1367#issuecomment-706799956 This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Feel free to reach

[GitHub] [hive] github-actions[bot] commented on pull request #1344: HIVE-23962 Make bin/hive pick user defined jdbc url

2020-10-11 Thread GitBox
github-actions[bot] commented on pull request #1344: URL: https://github.com/apache/hive/pull/1344#issuecomment-706799967 This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Feel free to reach

[GitHub] [hive] github-actions[bot] closed pull request #1360: HIVE-23989: Read isMetastoreRemote flag from system var in StartMiniS2Cluster

2020-10-11 Thread GitBox
github-actions[bot] closed pull request #1360: URL: https://github.com/apache/hive/pull/1360 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

[GitHub] [hive] github-actions[bot] commented on pull request #1394: HIVE-23998: Upgrade guava to 27 for Hive 2.3 branch

2020-10-11 Thread GitBox
github-actions[bot] commented on pull request #1394: URL: https://github.com/apache/hive/pull/1394#issuecomment-706799941 This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Feel free to reach

[GitHub] [hive] ashish-kumar-sharma opened a new pull request #1570: HIVE-24257: Wrong check constraint naming in Hivemetastore

2020-10-11 Thread GitBox
ashish-kumar-sharma opened a new pull request #1570: URL: https://github.com/apache/hive/pull/1570 ### What changes were proposed in this pull request? Check constraint name is "dc_name //default value" instread it should be "cc_name // check constraint name" ### Why

[GitHub] [hive] adesh-rao commented on a change in pull request #1527: HIVE-23695: [CachedStore] Add check/default constraints in CachedStore

2020-10-11 Thread GitBox
adesh-rao commented on a change in pull request #1527: URL: https://github.com/apache/hive/pull/1527#discussion_r502898228 ## File path: standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/cache/TableCacheObjects.java ## @@ -3,6 +3,9 @@

[GitHub] [hive] jcamachor commented on a change in pull request #1553: HIVE-24231: Enhance shared work optimizer to merge scans with filters on both sides

2020-10-11 Thread GitBox
jcamachor commented on a change in pull request #1553: URL: https://github.com/apache/hive/pull/1553#discussion_r502816547 ## File path: Jenkinsfile ## @@ -174,6 +174,17 @@ def loadWS() { tar -xf archive.tar''' } +def saveFile(name) { Review comment: It seems

[GitHub] [hive] jcamachor commented on a change in pull request #1561: [WIP] Alternative materialized view rewriting

2020-10-11 Thread GitBox
jcamachor commented on a change in pull request #1561: URL: https://github.com/apache/hive/pull/1561#discussion_r502955735 ## File path: common/src/java/org/apache/hadoop/hive/conf/HiveConf.java ## @@ -1839,6 +1839,9 @@ private static void populateLlapDaemonVarsSet(Set

[GitHub] [hive] ashish-kumar-sharma commented on a change in pull request #1527: HIVE-23695: [CachedStore] Add check/default constraints in CachedStore

2020-10-11 Thread GitBox
ashish-kumar-sharma commented on a change in pull request #1527: URL: https://github.com/apache/hive/pull/1527#discussion_r502931524 ## File path: standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/cache/TableCacheObjects.java ## @@ -3,6 +3,9