[GitHub] [hive] kasakrisz commented on a change in pull request #1324: HIVE-23939: SharedWorkOptimizer: take the union of columns in mergeable TableScans

2020-07-30 Thread GitBox
kasakrisz commented on a change in pull request #1324: URL: https://github.com/apache/hive/pull/1324#discussion_r463415834 ## File path: ql/src/test/results/clientpositive/llap/annotate_stats_join_pkfk.q.out ## @@ -1191,14 +1191,6 @@ STAGE PLANS: sort

[GitHub] [hive] pvary commented on a change in pull request #1339: HIVE-23956: Delete delta fileIds should be pushed execution

2020-07-30 Thread GitBox
pvary commented on a change in pull request #1339: URL: https://github.com/apache/hive/pull/1339#discussion_r463406580 ## File path: ql/src/java/org/apache/hadoop/hive/ql/io/orc/VectorizedOrcAcidRowBatchReader.java ## @@ -1574,45 +1576,46 @@ public int

[GitHub] [hive] pvary commented on a change in pull request #1341: HIVE-23959 bulk stat removal

2020-07-30 Thread GitBox
pvary commented on a change in pull request #1341: URL: https://github.com/apache/hive/pull/1341#discussion_r463405230 ## File path: standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/ObjectStore.java ## @@ -9483,6 +9483,81 @@ private void

[GitHub] [hive] pvary commented on a change in pull request #1341: HIVE-23959 bulk stat removal

2020-07-30 Thread GitBox
pvary commented on a change in pull request #1341: URL: https://github.com/apache/hive/pull/1341#discussion_r463404741 ## File path: standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/MetaStoreDirectSql.java ## @@ -2960,4 +2977,22 @@ public

[GitHub] [hive] pvary commented on a change in pull request #1341: HIVE-23959 bulk stat removal

2020-07-30 Thread GitBox
pvary commented on a change in pull request #1341: URL: https://github.com/apache/hive/pull/1341#discussion_r463404254 ## File path: standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/MetaStoreDirectSql.java ## @@ -984,16 +984,23 @@ private

[GitHub] [hive] aasha opened a new pull request #1345: HIVE-23961 : Enable external table replication by default

2020-07-30 Thread GitBox
aasha opened a new pull request #1345: URL: https://github.com/apache/hive/pull/1345 ### What changes were proposed in this pull request? ### Why are the changes needed? ### Does this PR introduce _any_ user-facing change? ### How was

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

2020-07-30 Thread GitBox
xiaomengzhang commented on pull request #1344: URL: https://github.com/apache/hive/pull/1344#issuecomment-666894541 @nrg4878 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [hive] xiaomengzhang opened a new pull request #1344: HIVE-23962 Make bin/hive pick user defined jdbc url

2020-07-30 Thread GitBox
xiaomengzhang opened a new pull request #1344: URL: https://github.com/apache/hive/pull/1344 Add an env variable BEELINE_URL_LEGACY, when this value is not empty, run "beeline -c $BEELINE_URL_LEGACY". Change-Id: I9bd7f34612e2bd246d5cba37ddfd8a582038bbdd ### What

[GitHub] [hive] jcamachor commented on a change in pull request #1324: HIVE-23939: SharedWorkOptimizer: take the union of columns in mergeable TableScans

2020-07-30 Thread GitBox
jcamachor commented on a change in pull request #1324: URL: https://github.com/apache/hive/pull/1324#discussion_r463040481 ## File path: ql/src/java/org/apache/hadoop/hive/ql/optimizer/SharedWorkOptimizer.java ## @@ -247,6 +249,18 @@ public ParseContext transform(ParseContext

[GitHub] [hive] jcamachor merged pull request #1310: HIVE-23911: CBO fails when query has distinct in function and having clause

2020-07-30 Thread GitBox
jcamachor merged pull request #1310: URL: https://github.com/apache/hive/pull/1310 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

[GitHub] [hive] dengzhhu653 edited a comment on pull request #1322: HIVE-23893/HIVE-14661,split filter into deterministic filter which will be push down and nondeterministic filter which keeps current

2020-07-30 Thread GitBox
dengzhhu653 edited a comment on pull request #1322: URL: https://github.com/apache/hive/pull/1322#issuecomment-666864106 ... you can give a view on "Understanding Hive Branches" on the above link, and add some tests. This

[GitHub] [hive] dengzhhu653 commented on pull request #1322: HIVE-23893/HIVE-14661,split filter into deterministic filter which will be push down and nondeterministic filter which keeps current positi

2020-07-30 Thread GitBox
dengzhhu653 commented on pull request #1322: URL: https://github.com/apache/hive/pull/1322#issuecomment-666864106 ... you can give a view on "Understanding Hive Branches" on the above link This is an automated message from

[GitHub] [hive] jcamachor commented on a change in pull request #1326: HIVE-23941: Refactor TypeCheckProcFactory to be database agnostic

2020-07-30 Thread GitBox
jcamachor commented on a change in pull request #1326: URL: https://github.com/apache/hive/pull/1326#discussion_r463353432 ## File path: ql/src/java/org/apache/hadoop/hive/ql/parse/type/TypeCheckProcFactory.java ## @@ -868,17 +849,15 @@ protected T

[GitHub] [hive] pkumarsinha opened a new pull request #1343: HIVE-23960 : Partition with no column statistics leads to unbalanced …

2020-07-30 Thread GitBox
pkumarsinha opened a new pull request #1343: URL: https://github.com/apache/hive/pull/1343 …calls to openTransaction/commitTransaction error during get_partitions_by_names ### What changes were proposed in this pull request? ### Why are the changes needed?

[GitHub] [hive] pvargacl commented on a change in pull request #1339: HIVE-23956: Delete delta fileIds should be pushed execution

2020-07-30 Thread GitBox
pvargacl commented on a change in pull request #1339: URL: https://github.com/apache/hive/pull/1339#discussion_r463249932 ## File path: ql/src/java/org/apache/hadoop/hive/ql/io/orc/VectorizedOrcAcidRowBatchReader.java ## @@ -1574,45 +1576,46 @@ public int

[GitHub] [hive] pvargacl commented on a change in pull request #1339: HIVE-23956: Delete delta fileIds should be pushed execution

2020-07-30 Thread GitBox
pvargacl commented on a change in pull request #1339: URL: https://github.com/apache/hive/pull/1339#discussion_r463237211 ## File path: ql/src/java/org/apache/hadoop/hive/ql/io/orc/VectorizedOrcAcidRowBatchReader.java ## @@ -680,14 +681,15 @@ public void

[GitHub] [hive] pvary commented on a change in pull request #1339: HIVE-23956: Delete delta fileIds should be pushed execution

2020-07-30 Thread GitBox
pvary commented on a change in pull request #1339: URL: https://github.com/apache/hive/pull/1339#discussion_r463171159 ## File path: ql/src/test/org/apache/hadoop/hive/ql/io/TestAcidInputFormat.java ## @@ -83,6 +94,34 @@ public void testDeltaMetaConstructWithState() throws

[GitHub] [hive] pvary commented on a change in pull request #1339: HIVE-23956: Delete delta fileIds should be pushed execution

2020-07-30 Thread GitBox
pvary commented on a change in pull request #1339: URL: https://github.com/apache/hive/pull/1339#discussion_r463169065 ## File path: ql/src/java/org/apache/hadoop/hive/ql/io/orc/VectorizedOrcAcidRowBatchReader.java ## @@ -1574,45 +1576,46 @@ public int

[GitHub] [hive] pvary commented on a change in pull request #1339: HIVE-23956: Delete delta fileIds should be pushed execution

2020-07-30 Thread GitBox
pvary commented on a change in pull request #1339: URL: https://github.com/apache/hive/pull/1339#discussion_r463168246 ## File path: ql/src/java/org/apache/hadoop/hive/ql/io/orc/VectorizedOrcAcidRowBatchReader.java ## @@ -1574,45 +1576,46 @@ public int

[GitHub] [hive] pvary commented on a change in pull request #1339: HIVE-23956: Delete delta fileIds should be pushed execution

2020-07-30 Thread GitBox
pvary commented on a change in pull request #1339: URL: https://github.com/apache/hive/pull/1339#discussion_r463166514 ## File path: ql/src/java/org/apache/hadoop/hive/ql/io/orc/VectorizedOrcAcidRowBatchReader.java ## @@ -680,14 +681,15 @@ public void setBaseAndInnerReader(

[GitHub] [hive] pvary commented on a change in pull request #1339: HIVE-23956: Delete delta fileIds should be pushed execution

2020-07-30 Thread GitBox
pvary commented on a change in pull request #1339: URL: https://github.com/apache/hive/pull/1339#discussion_r463163936 ## File path: ql/src/java/org/apache/hadoop/hive/ql/io/AcidUtils.java ## @@ -1165,8 +1168,14 @@ private static ParsedDelta parseDelta(Path path, String

[GitHub] [hive] pvary commented on a change in pull request #1339: HIVE-23956: Delete delta fileIds should be pushed execution

2020-07-30 Thread GitBox
pvary commented on a change in pull request #1339: URL: https://github.com/apache/hive/pull/1339#discussion_r463163160 ## File path: ql/src/java/org/apache/hadoop/hive/ql/io/AcidUtils.java ## @@ -1113,10 +1119,13 @@ else if(statementId != parsedDelta.statementId) {

[GitHub] [hive] pvary commented on a change in pull request #1339: HIVE-23956: Delete delta fileIds should be pushed execution

2020-07-30 Thread GitBox
pvary commented on a change in pull request #1339: URL: https://github.com/apache/hive/pull/1339#discussion_r463159912 ## File path: ql/src/java/org/apache/hadoop/hive/ql/io/AcidInputFormat.java ## @@ -118,70 +123,183 @@ */ private long visibilityTxnId; +

[GitHub] [hive] pvary commented on a change in pull request #1339: HIVE-23956: Delete delta fileIds should be pushed execution

2020-07-30 Thread GitBox
pvary commented on a change in pull request #1339: URL: https://github.com/apache/hive/pull/1339#discussion_r463156735 ## File path: ql/src/java/org/apache/hadoop/hive/ql/io/AcidInputFormat.java ## @@ -118,70 +123,183 @@ */ private long visibilityTxnId; +

[GitHub] [hive] pvary commented on a change in pull request #1339: HIVE-23956: Delete delta fileIds should be pushed execution

2020-07-30 Thread GitBox
pvary commented on a change in pull request #1339: URL: https://github.com/apache/hive/pull/1339#discussion_r463156327 ## File path: ql/src/java/org/apache/hadoop/hive/ql/io/AcidInputFormat.java ## @@ -118,70 +123,183 @@ */ private long visibilityTxnId; +

[GitHub] [hive] pvary commented on a change in pull request #1339: HIVE-23956: Delete delta fileIds should be pushed execution

2020-07-30 Thread GitBox
pvary commented on a change in pull request #1339: URL: https://github.com/apache/hive/pull/1339#discussion_r463151233 ## File path: ql/src/java/org/apache/hadoop/hive/ql/io/AcidInputFormat.java ## @@ -118,70 +123,183 @@ */ private long visibilityTxnId; +

[GitHub] [hive] pvary commented on a change in pull request #1339: HIVE-23956: Delete delta fileIds should be pushed execution

2020-07-30 Thread GitBox
pvary commented on a change in pull request #1339: URL: https://github.com/apache/hive/pull/1339#discussion_r463150602 ## File path: ql/src/java/org/apache/hadoop/hive/ql/io/AcidInputFormat.java ## @@ -118,70 +123,183 @@ */ private long visibilityTxnId; +

[GitHub] [hive] zeroflag commented on a change in pull request #1323: HIVE-23723. Limit operator pushdown through LOJ (amagyar)

2020-07-30 Thread GitBox
zeroflag commented on a change in pull request #1323: URL: https://github.com/apache/hive/pull/1323#discussion_r463125357 ## File path: ql/src/test/results/clientpositive/llap/limit_join_transpose.q.out ## @@ -108,7 +111,7 @@ limit 1 POSTHOOK: type: QUERY POSTHOOK: Input:

[GitHub] [hive] kgyrtkirk merged pull request #1303: HIVE-23915: Improve Github PR Template

2020-07-30 Thread GitBox
kgyrtkirk merged pull request #1303: URL: https://github.com/apache/hive/pull/1303 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

[GitHub] [hive] risdenk opened a new pull request #1342: HIVE-23958: HiveServer2 should support additional keystore/truststore types besides JKS

2020-07-30 Thread GitBox
risdenk opened a new pull request #1342: URL: https://github.com/apache/hive/pull/1342 Ensures that HS2 uses the default JDK keystore/truststore type when interacting with Thrift and Jetty. It isn't possible to add a test for this since FIPS compatible keystore/truststore needs special

[GitHub] [hive] kgyrtkirk opened a new pull request #1341: HIVE-23959 bulk stat removal

2020-07-30 Thread GitBox
kgyrtkirk opened a new pull request #1341: URL: https://github.com/apache/hive/pull/1341 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

[GitHub] [hive] zeroflag commented on a change in pull request #1323: HIVE-23723. Limit operator pushdown through LOJ (amagyar)

2020-07-30 Thread GitBox
zeroflag commented on a change in pull request #1323: URL: https://github.com/apache/hive/pull/1323#discussion_r463115806 ## File path: ql/src/test/results/clientpositive/llap/limit_join_transpose.q.out ## @@ -1207,7 +1223,6 @@ limit 1 offset 1 POSTHOOK: type: QUERY

[GitHub] [hive] maheshk114 opened a new pull request #1340: HIVE-23953 : Use task counter information to compute keycount during hashtable loading

2020-07-30 Thread GitBox
maheshk114 opened a new pull request #1340: URL: https://github.com/apache/hive/pull/1340 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

[GitHub] [hive] zeroflag commented on a change in pull request #1323: HIVE-23723. Limit operator pushdown through LOJ (amagyar)

2020-07-30 Thread GitBox
zeroflag commented on a change in pull request #1323: URL: https://github.com/apache/hive/pull/1323#discussion_r463107179 ## File path: ql/src/test/results/clientpositive/llap/input14_limit.q.out ## @@ -75,19 +75,19 @@ STAGE PLANS: Reducer 2 Execution

[GitHub] [hive] maheshk114 merged pull request #1293: HIVE-23894: SubmitDag should not be retried incase of query cancel

2020-07-30 Thread GitBox
maheshk114 merged pull request #1293: URL: https://github.com/apache/hive/pull/1293 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

[GitHub] [hive] pvargacl opened a new pull request #1339: HIVE-23956: Delete delta fileIds should be pushed execution

2020-07-30 Thread GitBox
pvargacl opened a new pull request #1339: URL: https://github.com/apache/hive/pull/1339 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

[GitHub] [hive] kgyrtkirk commented on pull request #1252: HIVE-23847: Extracting hive-parser module broke exec jar upload in tez

2020-07-30 Thread GitBox
kgyrtkirk commented on pull request #1252: URL: https://github.com/apache/hive/pull/1252#issuecomment-666403793 we should get this in sooner than later - I've also bumped into this issue; and had to figure it out again...I didn't connected the dots

[GitHub] [hive] kgyrtkirk merged pull request #1272: HIVE-23727: Improve SQLOperation log handling when canceling background

2020-07-30 Thread GitBox
kgyrtkirk merged pull request #1272: URL: https://github.com/apache/hive/pull/1272 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

[GitHub] [hive] soumyakanti3578 commented on a change in pull request #1317: HIVE-23949: Introduce caching layer in HS2 to accelerate query compilation

2020-07-30 Thread GitBox
soumyakanti3578 commented on a change in pull request #1317: URL: https://github.com/apache/hive/pull/1317#discussion_r463036109 ## File path: ql/src/java/org/apache/hadoop/hive/ql/metadata/Hive.java ## @@ -3665,33 +3678,39 @@ public boolean dropPartition(String dbName, String

[GitHub] [hive] soumyakanti3578 commented on a change in pull request #1317: HIVE-23949: Introduce caching layer in HS2 to accelerate query compilation

2020-07-30 Thread GitBox
soumyakanti3578 commented on a change in pull request #1317: URL: https://github.com/apache/hive/pull/1317#discussion_r463036109 ## File path: ql/src/java/org/apache/hadoop/hive/ql/metadata/Hive.java ## @@ -3665,33 +3678,39 @@ public boolean dropPartition(String dbName, String

[GitHub] [hive] zeroflag opened a new pull request #1338: HIVE-23937. Take null ordering into consideration when pushing TNK through inner joins (amagyar)

2020-07-30 Thread GitBox
zeroflag opened a new pull request #1338: URL: https://github.com/apache/hive/pull/1338 Work in progress ## NOTICE Please create an issue in ASF JIRA before opening a pull request, and you need to set the title of the pull request which starts with the corresponding JIRA

[GitHub] [hive] jcamachor merged pull request #1305: HIVE-23892: Remove interpretation for character RexLiteral

2020-07-30 Thread GitBox
jcamachor merged pull request #1305: URL: https://github.com/apache/hive/pull/1305 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

[GitHub] [hive] letsflyinthesky commented on pull request #1322: HIVE-23893/HIVE-14661,split filter into deterministic filter which will be push down and nondeterministic filter which keeps current po

2020-07-30 Thread GitBox
letsflyinthesky commented on pull request #1322: URL: https://github.com/apache/hive/pull/1322#issuecomment-666349043 May you give me some advice about why to remove. My commit could don't resolve the problem or the way I the commi dose not conform to regulation.

[GitHub] [hive] zabetak commented on pull request #1315: [HIVE-23951] Support parameterized queries in WHERE/HAVING clause

2020-07-30 Thread GitBox
zabetak commented on pull request #1315: URL: https://github.com/apache/hive/pull/1315#issuecomment-666334140 > @jcamachor @zabetak I was thinking of changing all the existing tpcds queries to replace literals with `?` and run explain on tpcds queries (using TestTezPerfCliDriver). This

[GitHub] [hive] kasakrisz commented on a change in pull request #1323: HIVE-23723. Limit operator pushdown through LOJ (amagyar)

2020-07-30 Thread GitBox
kasakrisz commented on a change in pull request #1323: URL: https://github.com/apache/hive/pull/1323#discussion_r462852316 ## File path: ql/src/test/results/clientpositive/llap/explainuser_1.q.out ## @@ -124,27 +124,25 @@ Stage-3 <-Reducer 2 [SIMPLE_EDGE]

[GitHub] [hive] aasha commented on a change in pull request #1329: HIVE-23897 : Create a common Retry Interface for replication

2020-07-30 Thread GitBox
aasha commented on a change in pull request #1329: URL: https://github.com/apache/hive/pull/1329#discussion_r462835685 ## File path: ql/src/java/org/apache/hadoop/hive/ql/exec/util/Retryable.java ## @@ -0,0 +1,212 @@ +/* + * Licensed to the Apache Software Foundation (ASF)

[GitHub] [hive] aasha commented on a change in pull request #1329: HIVE-23897 : Create a common Retry Interface for replication

2020-07-30 Thread GitBox
aasha commented on a change in pull request #1329: URL: https://github.com/apache/hive/pull/1329#discussion_r462835685 ## File path: ql/src/java/org/apache/hadoop/hive/ql/exec/util/Retryable.java ## @@ -0,0 +1,212 @@ +/* + * Licensed to the Apache Software Foundation (ASF)

[GitHub] [hive] vineetgarg02 commented on pull request #1315: [HIVE-23951] Support parameterized queries in WHERE/HAVING clause

2020-07-30 Thread GitBox
vineetgarg02 commented on pull request #1315: URL: https://github.com/apache/hive/pull/1315#issuecomment-665947086 @jcamachor @zabetak I was thinking of changing all the existing tpcds queries to replace literals with `?` and run explain on tpcds queries (using TestTezPerfCliDriver). This

[GitHub] [hive] sam-an-cloudera commented on a change in pull request #1221: HIVE-23786: HMS server side filter with Ranger

2020-07-30 Thread GitBox
sam-an-cloudera commented on a change in pull request #1221: URL: https://github.com/apache/hive/pull/1221#discussion_r462496195 ## File path: ql/src/java/org/apache/hadoop/hive/ql/security/authorization/plugin/metastore/HiveMetaStoreAuthorizer.java ## @@ -312,5 +558,9 @@

[GitHub] [hive] jcamachor commented on a change in pull request #1317: HIVE-23949: Introduce caching layer in HS2 to accelerate query compilation

2020-07-30 Thread GitBox
jcamachor commented on a change in pull request #1317: URL: https://github.com/apache/hive/pull/1317#discussion_r462584582 ## File path: ql/src/java/org/apache/hadoop/hive/ql/metadata/Hive.java ## @@ -3665,33 +3678,39 @@ public boolean dropPartition(String dbName, String

[GitHub] [hive] aasha commented on a change in pull request #1329: HIVE-23897 : Create a common Retry Interface for replication

2020-07-30 Thread GitBox
aasha commented on a change in pull request #1329: URL: https://github.com/apache/hive/pull/1329#discussion_r462697552 ## File path: ql/src/java/org/apache/hadoop/hive/ql/exec/util/Retryable.java ## @@ -0,0 +1,212 @@ +/* + * Licensed to the Apache Software Foundation (ASF)

[GitHub] [hive] HunterL edited a comment on pull request #1324: HIVE-23939: SharedWorkOptimizer: take the union of columns in mergeable TableScans

2020-07-30 Thread GitBox
HunterL edited a comment on pull request #1324: URL: https://github.com/apache/hive/pull/1324#issuecomment-665824148 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [hive] soumyakanti3578 commented on a change in pull request #1317: HIVE-23949: Introduce caching layer in HS2 to accelerate query compilation

2020-07-30 Thread GitBox
soumyakanti3578 commented on a change in pull request #1317: URL: https://github.com/apache/hive/pull/1317#discussion_r462602014 ## File path: standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/HiveMetaStoreClientWithLocalCache.java ## @@

[GitHub] [hive] HunterL commented on pull request #1324: HIVE-23939: SharedWorkOptimizer: take the union of columns in mergeable TableScans

2020-07-30 Thread GitBox
HunterL commented on pull request #1324: URL: https://github.com/apache/hive/pull/1324#issuecomment-665824148 So looking through the Q tests (specifically `auto_join_reordering_values.q.out`) we have `explain select s.s_store_sk from store_n0 s join store_sales_n0 ss on (s.s_store_sk =

[GitHub] [hive] pkumarsinha commented on a change in pull request #1329: HIVE-23897 : Create a common Retry Interface for replication

2020-07-30 Thread GitBox
pkumarsinha commented on a change in pull request #1329: URL: https://github.com/apache/hive/pull/1329#discussion_r462125753 ## File path: common/src/java/org/apache/hadoop/hive/conf/HiveConf.java ## @@ -617,6 +617,22 @@ private static void populateLlapDaemonVarsSet(Set

[GitHub] [hive] kasakrisz commented on pull request #1324: HIVE-23939: SharedWorkOptimizer: take the union of columns in mergeable TableScans

2020-07-30 Thread GitBox
kasakrisz commented on pull request #1324: URL: https://github.com/apache/hive/pull/1324#issuecomment-666155487 @HunterL Thanks for reviewing this patch. The expression ``` filterExpr: (((s_floor_space > 1000) and s_store_sk is not null) or s_store_sk is not null) ``` is

[GitHub] [hive] github-actions[bot] closed pull request #1028: HIVE-23519 : Read Ranger Configs from Classpath

2020-07-30 Thread GitBox
github-actions[bot] closed pull request #1028: URL: https://github.com/apache/hive/pull/1028 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] dengzhhu653 closed pull request #1033: HIVE-23546: Skip authorization when user is a superuser

2020-07-30 Thread GitBox
dengzhhu653 closed pull request #1033: URL: https://github.com/apache/hive/pull/1033 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

[GitHub] [hive] pvary commented on a change in pull request #1221: HIVE-23786: HMS server side filter with Ranger

2020-07-30 Thread GitBox
pvary commented on a change in pull request #1221: URL: https://github.com/apache/hive/pull/1221#discussion_r462725998 ## File path: ql/src/java/org/apache/hadoop/hive/ql/security/authorization/plugin/metastore/HiveMetaStoreAuthorizer.java ## @@ -312,5 +558,9 @@ private

[GitHub] [hive] mustafaiman opened a new pull request #1337: HIVE-23952:

2020-07-30 Thread GitBox
mustafaiman opened a new pull request #1337: URL: https://github.com/apache/hive/pull/1337 Change-Id: If398aba0130f28c17d18340c20ba681c278f ## NOTICE Please create an issue in ASF JIRA before opening a pull request, and you need to set the title of the pull request