[jira] [Created] (HIVE-21420) DescDatabaseOperation should not handle test use cases

2019-03-11 Thread Miklos Gergely (JIRA)
Miklos Gergely created HIVE-21420: - Summary: DescDatabaseOperation should not handle test use cases Key: HIVE-21420 URL: https://issues.apache.org/jira/browse/HIVE-21420 Project: Hive Issue

[GitHub] [hive] miklosgergely commented on a change in pull request #543: HIVE-21292: Break up DDLTask 1 - extract Database related operations

2019-03-11 Thread GitBox
miklosgergely commented on a change in pull request #543: HIVE-21292: Break up DDLTask 1 - extract Database related operations URL: https://github.com/apache/hive/pull/543#discussion_r264137620 ## File path: ql/src/java/org/apache/hadoop/hive/ql/exec/ddl/database/DescDatabaseOperat

[GitHub] [hive] miklosgergely commented on a change in pull request #543: HIVE-21292: Break up DDLTask 1 - extract Database related operations

2019-03-11 Thread GitBox
miklosgergely commented on a change in pull request #543: HIVE-21292: Break up DDLTask 1 - extract Database related operations URL: https://github.com/apache/hive/pull/543#discussion_r264137508 ## File path: ql/src/java/org/apache/hadoop/hive/ql/exec/ddl/database/DescDatabaseOperat

[GitHub] [hive] miklosgergely commented on a change in pull request #543: HIVE-21292: Break up DDLTask 1 - extract Database related operations

2019-03-11 Thread GitBox
miklosgergely commented on a change in pull request #543: HIVE-21292: Break up DDLTask 1 - extract Database related operations URL: https://github.com/apache/hive/pull/543#discussion_r264148937 ## File path: ql/src/java/org/apache/hadoop/hive/ql/exec/ddl/database/DescDatabaseOperat

[GitHub] [hive] miklosgergely commented on a change in pull request #543: HIVE-21292: Break up DDLTask 1 - extract Database related operations

2019-03-11 Thread GitBox
miklosgergely commented on a change in pull request #543: HIVE-21292: Break up DDLTask 1 - extract Database related operations URL: https://github.com/apache/hive/pull/543#discussion_r264150401 ## File path: ql/src/java/org/apache/hadoop/hive/ql/exec/ddl/DDLTask2.java ## @

[GitHub] [hive] miklosgergely commented on a change in pull request #543: HIVE-21292: Break up DDLTask 1 - extract Database related operations

2019-03-11 Thread GitBox
miklosgergely commented on a change in pull request #543: HIVE-21292: Break up DDLTask 1 - extract Database related operations URL: https://github.com/apache/hive/pull/543#discussion_r264151355 ## File path: ql/src/java/org/apache/hadoop/hive/ql/exec/ddl/database/CreateDatabaseOper

[jira] [Created] (HIVE-21421) HiveStatement.getQueryId throws NPE when query is not running.

2019-03-11 Thread Sankar Hariappan (JIRA)
Sankar Hariappan created HIVE-21421: --- Summary: HiveStatement.getQueryId throws NPE when query is not running. Key: HIVE-21421 URL: https://issues.apache.org/jira/browse/HIVE-21421 Project: Hive

[GitHub] [hive] sankarh opened a new pull request #562: HIVE-21421: HiveStatement.getQueryId throws NPE when query is not running.

2019-03-11 Thread GitBox
sankarh opened a new pull request #562: HIVE-21421: HiveStatement.getQueryId throws NPE when query is not running. URL: https://github.com/apache/hive/pull/562 This is an automated message from the Apache Git Service. To res

[jira] [Created] (HIVE-21422) Add metrics to LRFU cache policy

2019-03-11 Thread Oliver Draese (JIRA)
Oliver Draese created HIVE-21422: Summary: Add metrics to LRFU cache policy Key: HIVE-21422 URL: https://issues.apache.org/jira/browse/HIVE-21422 Project: Hive Issue Type: Improvement

[GitHub] [hive] odraese opened a new pull request #563: Hive 21422

2019-03-11 Thread GitBox
odraese opened a new pull request #563: Hive 21422 URL: https://github.com/apache/hive/pull/563 https://issues.apache.org/jira/browse/HIVE-21422 This is an automated message from the Apache Git Service. To respond to the messa

Review Request 70176: Break up DDLTask - extract Table related operations

2019-03-11 Thread Miklos Gergely
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/70176/ --- Review request for hive and Zoltan Haindrich. Bugs: HIVE-21401 https://issu

[jira] [Created] (HIVE-21423) Do not check for whitespace issues in generated code

2019-03-11 Thread Miklos Gergely (JIRA)
Miklos Gergely created HIVE-21423: - Summary: Do not check for whitespace issues in generated code Key: HIVE-21423 URL: https://issues.apache.org/jira/browse/HIVE-21423 Project: Hive Issue Typ

Avoiding merge commits

2019-03-11 Thread Ashutosh Chauhan
Hi, With advent of gitbox/github integration, folks have started using merge commits (inadvertently I believe by merging via Github). This causes issues downstream where in my branch, I can't cherry-pick and rebase, but rather get merge history. So, I propose we ban merge commits. Too radical? Tha

Re: Avoiding merge commits

2019-03-11 Thread Owen O'Malley
I'm +1 for avoiding merge commits on master and release branches. .. Owen On Mon, Mar 11, 2019 at 7:47 AM Ashutosh Chauhan wrote: > Hi, > With advent of gitbox/github integration, folks have started using merge > commits (inadvertently I believe by merging via Github). This causes issues > dow

[jira] [Created] (HIVE-21424) Disable AggregateStatsCache by default

2019-03-11 Thread Zoltan Haindrich (JIRA)
Zoltan Haindrich created HIVE-21424: --- Summary: Disable AggregateStatsCache by default Key: HIVE-21424 URL: https://issues.apache.org/jira/browse/HIVE-21424 Project: Hive Issue Type: Bug

[jira] [Created] (HIVE-21425) Use newDirectExecutorService for getInputSummary

2019-03-11 Thread David Mollitor (JIRA)
David Mollitor created HIVE-21425: - Summary: Use newDirectExecutorService for getInputSummary Key: HIVE-21425 URL: https://issues.apache.org/jira/browse/HIVE-21425 Project: Hive Issue Type: I

[GitHub] [hive] BELUGABEHR opened a new pull request #564: HIVE-21425: Use DirectExecutorService for getInputSummary

2019-03-11 Thread GitBox
BELUGABEHR opened a new pull request #564: HIVE-21425: Use DirectExecutorService for getInputSummary URL: https://github.com/apache/hive/pull/564 This is an automated message from the Apache Git Service. To respond to the me

[GitHub] [hive] maheshk114 commented on a change in pull request #562: HIVE-21421: HiveStatement.getQueryId throws NPE when query is not running.

2019-03-11 Thread GitBox
maheshk114 commented on a change in pull request #562: HIVE-21421: HiveStatement.getQueryId throws NPE when query is not running. URL: https://github.com/apache/hive/pull/562#discussion_r264355254 ## File path: jdbc/src/java/org/apache/hive/jdbc/HiveStatement.java ## @@ -1

[GitHub] [hive] BELUGABEHR opened a new pull request #565: HIVE-21426: Remove Utilities Global Random

2019-03-11 Thread GitBox
BELUGABEHR opened a new pull request #565: HIVE-21426: Remove Utilities Global Random URL: https://github.com/apache/hive/pull/565 This is an automated message from the Apache Git Service. To respond to the message, please l

[jira] [Created] (HIVE-21426) Remove Utilities Global Random

2019-03-11 Thread David Mollitor (JIRA)
David Mollitor created HIVE-21426: - Summary: Remove Utilities Global Random Key: HIVE-21426 URL: https://issues.apache.org/jira/browse/HIVE-21426 Project: Hive Issue Type: Improvement

[jira] [Created] (HIVE-21427) Syslog serde

2019-03-11 Thread Ashutosh Chauhan (JIRA)
Ashutosh Chauhan created HIVE-21427: --- Summary: Syslog serde Key: HIVE-21427 URL: https://issues.apache.org/jira/browse/HIVE-21427 Project: Hive Issue Type: New Feature Components:

[GitHub] [hive] vineetgarg02 commented on a change in pull request #557: HIVE-21338 Remove order by and limit for aggregates

2019-03-11 Thread GitBox
vineetgarg02 commented on a change in pull request #557: HIVE-21338 Remove order by and limit for aggregates URL: https://github.com/apache/hive/pull/557#discussion_r264425844 ## File path: ql/src/java/org/apache/hadoop/hive/ql/parse/CalcitePlanner.java ## @@ -1925,6 +1926

[jira] [Created] (HIVE-21428) field delimiter of serde set for partition is not getting respected when vectorization is enabled

2019-03-11 Thread Ganesha Shreedhara (JIRA)
Ganesha Shreedhara created HIVE-21428: - Summary: field delimiter of serde set for partition is not getting respected when vectorization is enabled Key: HIVE-21428 URL: https://issues.apache.org/jira/browse/HIV

[GitHub] [hive] sankarh commented on a change in pull request #562: HIVE-21421: HiveStatement.getQueryId throws NPE when query is not running.

2019-03-11 Thread GitBox
sankarh commented on a change in pull request #562: HIVE-21421: HiveStatement.getQueryId throws NPE when query is not running. URL: https://github.com/apache/hive/pull/562#discussion_r264537185 ## File path: jdbc/src/java/org/apache/hive/jdbc/HiveStatement.java ## @@ -1007