Re: Review Request 68084: HIVE-20213: Upgrade Calcite to 1.17.0 (Jesus Camacho Rodriguez, reviewed by Ashutosh Chauhan)

2018-07-27 Thread Jesús Camacho Rodríguez
> On July 28, 2018, 1:53 a.m., Ashutosh Chauhan wrote: > > ql/src/test/results/clientpositive/union_offcbo.q.out > > Line 635 (original), 635 (patched) > > > > > > is this because _col7 is a join key? Correct, the

Re: Review Request 68084: HIVE-20213: Upgrade Calcite to 1.17.0 (Jesus Camacho Rodriguez, reviewed by Ashutosh Chauhan)

2018-07-27 Thread Jesús Camacho Rodríguez
> On July 28, 2018, 1:53 a.m., Ashutosh Chauhan wrote: > > ql/src/test/results/clientpositive/druid/druidmini_expressions.q.out > > Lines 1023-1024 (original), 1024-1025 (patched) > > > > > > wrong results earlier

Re: Review Request 68084: HIVE-20213: Upgrade Calcite to 1.17.0 (Jesus Camacho Rodriguez, reviewed by Ashutosh Chauhan)

2018-07-27 Thread Jesús Camacho Rodríguez
> On July 28, 2018, 1:53 a.m., Ashutosh Chauhan wrote: > > ql/src/test/results/clientpositive/druid/druidmini_expressions.q.out > > Lines 126 (patched) > > > > > > we had wrong results earlier? It seems like that,

Re: Review Request 68084: HIVE-20213: Upgrade Calcite to 1.17.0 (Jesus Camacho Rodriguez, reviewed by Ashutosh Chauhan)

2018-07-27 Thread Jesús Camacho Rodríguez
> On July 27, 2018, 5 p.m., Jesús Camacho Rodríguez wrote: > > ql/src/test/results/clientpositive/druid/druidmini_expressions.q.out > > Line 1024 (original), 1025 (patched) > > > > > > This one goes back to same

Re: Review Request 68084: HIVE-20213: Upgrade Calcite to 1.17.0 (Jesus Camacho Rodriguez, reviewed by Ashutosh Chauhan)

2018-07-27 Thread Ashutosh Chauhan
> On July 27, 2018, 5 p.m., Jesús Camacho Rodríguez wrote: > > ql/src/test/results/clientpositive/druid/druidmini_expressions.q.out > > Line 1318 (original), 1319 (patched) > > > > > > Goes back to same value with

Re: Review Request 68084: HIVE-20213: Upgrade Calcite to 1.17.0 (Jesus Camacho Rodriguez, reviewed by Ashutosh Chauhan)

2018-07-27 Thread Ashutosh Chauhan
> On July 28, 2018, 1:53 a.m., Ashutosh Chauhan wrote: > > ql/src/test/results/clientpositive/druid/druidmini_expressions.q.out > > Lines 1023-1024 (original), 1024-1025 (patched) > > > > > > wrong results earlier

Re: Review Request 68084: HIVE-20213: Upgrade Calcite to 1.17.0 (Jesus Camacho Rodriguez, reviewed by Ashutosh Chauhan)

2018-07-27 Thread Ashutosh Chauhan
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/68084/#review206568 ---

[jira] [Created] (HIVE-20261) Expose inputPartitionList in QueryPlan

2018-07-27 Thread Zheng Shao (JIRA)
Zheng Shao created HIVE-20261: - Summary: Expose inputPartitionList in QueryPlan Key: HIVE-20261 URL: https://issues.apache.org/jira/browse/HIVE-20261 Project: Hive Issue Type: New Feature

[jira] [Created] (HIVE-20260) NDV of a column shouldn't be scaled when row count is changed by filter on another column

2018-07-27 Thread Ashutosh Chauhan (JIRA)
Ashutosh Chauhan created HIVE-20260: --- Summary: NDV of a column shouldn't be scaled when row count is changed by filter on another column Key: HIVE-20260 URL: https://issues.apache.org/jira/browse/HIVE-20260

Re: Review Request 68011: HIVE-19770 Support for CBO for queries with multiple same columns in select

2018-07-27 Thread Vineet Garg
> On July 24, 2018, 11:34 p.m., Ashutosh Chauhan wrote: > > ql/src/java/org/apache/hadoop/hive/ql/parse/CalcitePlanner.java > > Line 4070 (original), 4070 (patched) > > > > > > Looks like there is no need to

Re: Review Request 68011: HIVE-19770 Support for CBO for queries with multiple same columns in select

2018-07-27 Thread Vineet Garg
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/68011/ --- (Updated July 27, 2018, 11:14 p.m.) Review request for hive, Ashutosh Chauhan

[jira] [Created] (HIVE-20259) Cleanup of results cache directory

2018-07-27 Thread Jason Dere (JIRA)
Jason Dere created HIVE-20259: - Summary: Cleanup of results cache directory Key: HIVE-20259 URL: https://issues.apache.org/jira/browse/HIVE-20259 Project: Hive Issue Type: Sub-task

[jira] [Created] (HIVE-20258) Should Syncronize getInstance in ReplChangeManager

2018-07-27 Thread BELUGA BEHR (JIRA)
BELUGA BEHR created HIVE-20258: -- Summary: Should Syncronize getInstance in ReplChangeManager Key: HIVE-20258 URL: https://issues.apache.org/jira/browse/HIVE-20258 Project: Hive Issue Type: Bug

Re: MapReduce Output File Names

2018-07-27 Thread Gopal Vijayaraghavan
>Would it be problematic to simply prefix a random number, or >timestamp, on the front of the file name to make it unique? For bucketed tables - they rely on the prefix to determine which bucket it belongs to. So if you have a bucketed table and insert into it twice, then this turns

MapReduce Output File Names

2018-07-27 Thread dam6923
Hello, When Hive MapReduce jobs create HDFS output files, they use the format: 00_0.gz 00_0.gz_copy_1 00_0.gz_copy_2 00_0.gz_copy_3 ... This seems like it could become a long running list over time. In fact, the code says "leave the below loop for now until a better approach is

[jira] [Created] (HIVE-20257) Improvements to Hive.java

2018-07-27 Thread BELUGA BEHR (JIRA)
BELUGA BEHR created HIVE-20257: -- Summary: Improvements to Hive.java Key: HIVE-20257 URL: https://issues.apache.org/jira/browse/HIVE-20257 Project: Hive Issue Type: Improvement Affects

Review Request 68086: HIVE-20241

2018-07-27 Thread Jesús Camacho Rodríguez
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/68086/ --- Review request for hive and Ashutosh Chauhan. Bugs: HIVE-20241

[jira] [Created] (HIVE-20256) Remove unused classes from Hive QL

2018-07-27 Thread Miklos Gergely (JIRA)
Miklos Gergely created HIVE-20256: - Summary: Remove unused classes from Hive QL Key: HIVE-20256 URL: https://issues.apache.org/jira/browse/HIVE-20256 Project: Hive Issue Type: Bug

Re: Review Request 68084: HIVE-20213: Upgrade Calcite to 1.17.0 (Jesus Camacho Rodriguez, reviewed by Ashutosh Chauhan)

2018-07-27 Thread Jesús Camacho Rodríguez
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/68084/#review206548 ---

[jira] [Created] (HIVE-20255) Review LevelOrderWalker.java

2018-07-27 Thread BELUGA BEHR (JIRA)
BELUGA BEHR created HIVE-20255: -- Summary: Review LevelOrderWalker.java Key: HIVE-20255 URL: https://issues.apache.org/jira/browse/HIVE-20255 Project: Hive Issue Type: Improvement

Re: Review Request 68084: HIVE-20213: Upgrade Calcite to 1.17.0 (Jesus Camacho Rodriguez, reviewed by Ashutosh Chauhan)

2018-07-27 Thread Jesús Camacho Rodríguez
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/68084/ --- (Updated July 27, 2018, 4 p.m.) Review request for hive and Ashutosh Chauhan.

Review Request 68084: HIVE-20213: Upgrade Calcite to 1.17.0 (Jesus Camacho Rodriguez, reviewed by Ashutosh Chauhan)

2018-07-27 Thread Jesús Camacho Rodríguez
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/68084/ --- Review request for hive. Repository: hive-git Description ---

[jira] [Created] (HIVE-20254) CheckNonCombinablePathCallable is buggy

2018-07-27 Thread Qinghui Xu (JIRA)
Qinghui Xu created HIVE-20254: - Summary: CheckNonCombinablePathCallable is buggy Key: HIVE-20254 URL: https://issues.apache.org/jira/browse/HIVE-20254 Project: Hive Issue Type: Bug

[GitHub] hive pull request #403: HIVE-19927: Last Repl ID set by bootstrap dump is in...

2018-07-27 Thread sankarh
Github user sankarh closed the pull request at: https://github.com/apache/hive/pull/403 ---