[GitHub] [hive] miklosgergely commented on a change in pull request #817: HIVE-22347 Break up DDLSemanticAnalyzer - extract Other analyzers

2019-11-06 Thread GitBox
miklosgergely commented on a change in pull request #817: HIVE-22347 Break up DDLSemanticAnalyzer - extract Other analyzers URL: https://github.com/apache/hive/pull/817#discussion_r343011859 ## File path:

[GitHub] [hive] asfgit closed pull request #821: HIVE-22311

2019-11-06 Thread GitBox
asfgit closed pull request #821: HIVE-22311 URL: https://github.com/apache/hive/pull/821 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 a change in pull request #794: HIVE-21884

2019-11-06 Thread GitBox
kgyrtkirk commented on a change in pull request #794: HIVE-21884 URL: https://github.com/apache/hive/pull/794#discussion_r343176720 ## File path: itests/util/src/main/java/org/apache/hadoop/hive/ql/QTestUtil.java ## @@ -209,14 +211,19 @@ public QTestUtil(QTestArguments

[GitHub] [hive] kgyrtkirk commented on a change in pull request #794: HIVE-21884

2019-11-06 Thread GitBox
kgyrtkirk commented on a change in pull request #794: HIVE-21884 URL: https://github.com/apache/hive/pull/794#discussion_r336005708 ## File path: ql/src/java/org/apache/hadoop/hive/ql/scheduled/ScheduledQueryExecutionService.java ## @@ -106,6 +123,7 @@ private void

[GitHub] [hive] kgyrtkirk commented on a change in pull request #794: HIVE-21884

2019-11-06 Thread GitBox
kgyrtkirk commented on a change in pull request #794: HIVE-21884 URL: https://github.com/apache/hive/pull/794#discussion_r343173701 ## File path: ql/src/java/org/apache/hadoop/hive/ql/scheduled/ScheduledQueryExecutionService.java ## @@ -0,0 +1,179 @@ +/* + * Licensed to

[GitHub] [hive] kgyrtkirk commented on a change in pull request #550: HIVE-21198 Introduce a database object reference class

2019-11-06 Thread GitBox
kgyrtkirk commented on a change in pull request #550: HIVE-21198 Introduce a database object reference class URL: https://github.com/apache/hive/pull/550#discussion_r343202348 ## File path: ql/src/java/org/apache/hadoop/hive/ql/ddl/table/misc/TruncateTableDesc.java ## @@

[GitHub] [hive] kgyrtkirk commented on a change in pull request #550: HIVE-21198 Introduce a database object reference class

2019-11-06 Thread GitBox
kgyrtkirk commented on a change in pull request #550: HIVE-21198 Introduce a database object reference class URL: https://github.com/apache/hive/pull/550#discussion_r343195426 ## File path:

[GitHub] [hive] kgyrtkirk commented on a change in pull request #550: HIVE-21198 Introduce a database object reference class

2019-11-06 Thread GitBox
kgyrtkirk commented on a change in pull request #550: HIVE-21198 Introduce a database object reference class URL: https://github.com/apache/hive/pull/550#discussion_r343199404 ## File path: ql/src/java/org/apache/hadoop/hive/ql/ddl/table/AbstractAlterTableDesc.java ## @@

[GitHub] [hive] kgyrtkirk commented on a change in pull request #550: HIVE-21198 Introduce a database object reference class

2019-11-06 Thread GitBox
kgyrtkirk commented on a change in pull request #550: HIVE-21198 Introduce a database object reference class URL: https://github.com/apache/hive/pull/550#discussion_r343195724 ## File path: hcatalog/core/src/test/java/org/apache/hive/hcatalog/cli/TestSemanticAnalysis.java