Re: Review Request 68648: HIVE-20510

2018-09-06 Thread Matt McCline
on the new VectorExpression. Probably in a separate method. - Matt McCline On Sept. 6, 2018, 6:47 a.m., Deepak Jaiswal wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://reviews.

[DISCUSS] Hive 3.2

2020-10-22 Thread Matt McCline
Hey, Hive master is about 2 years ahead of 3.1 - it seems like time to release those changes. So, let us have community discussion about creating a Hive 3.2 release. I volunteer to be the release manager. I have not done that before, so I will need help. I will start a VOTE thread soon, but I wou

RE: [EXTERNAL] Re: [DISCUSS] Hive 3.2

2020-10-26 Thread Matt McCline
e haven't changed tez/hadoop/orc dependencies since that, > and I don't think branch-3 was actively maintained. > > Regards, > Laszlo Bodor > > On Thu, 22 Oct 2020 at 21:24, Matt McCline > wrote: > >> Hey, >> Hive master is about 2 years ahead of 3.1 - i

Re: [DISCUSS] Hive 3.2

2020-11-13 Thread Matt McCline
A few comments. I am going to move forward with a VOTE on Hive 3.2 next. -Original Message- From: Matt McCline Sent: Monday, October 26, 2020 2:12 PM To: dev@hive.apache.org Subject: RE: [EXTERNAL] Re: [DISCUSS] Hive 3.2 Hi László, Thank you for your response. Since 3.1.3-rc0 was

RE: [EXTERNAL] Hive meetup

2021-02-22 Thread Matt McCline
Definitely interested. -Original Message- From: Zoltan Haindrich Sent: Monday, February 22, 2021 10:17 AM To: dev@hive.apache.org Subject: [EXTERNAL] Hive meetup Hey All! It was quite some time ago when we had a meetup - and in these covid times it would be online-only anyway :) We we

RE: [EXTERNAL] Re: Any plan for new hive 3 or 4 release?

2021-02-27 Thread Matt McCline
Yes to Hive 4 release. Plenty of changes (1,500+). Yes to regular release cadence (e.g. 3 month). -Original Message- From: Edward Capriolo Sent: Saturday, February 27, 2021 12:16 PM To: Michel Sumbul Cc: dev@hive.apache.org; u...@hive.apache.org Subject: [EXTERNAL] Re: Any plan for new

RE: [EXTERNAL] Re: Hive meetup on March 17

2021-03-18 Thread Matt McCline
Yes, thank you Zoltan! I learned a lot, too. I see lots of potential in more meetings. Not all of my team could attend -- please publish the recording. -Original Message- From: Stamatis Zampetakis Sent: Thursday, March 18, 2021 1:16 AM To: dev Subject: [EXTERNAL] Re: Hive meetup on Ma

Re: Review Request 27715: HIVE-8745 Joins on decimal keys return different results whether they are run as reduce join or map join

2014-11-06 Thread Matt McCline
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/27715/#review60288 --- Ship it! Ship It! - Matt McCline On Nov. 7, 2014, 1:53 a.m

Re: Review Request 64819: HIVE-18335

2018-01-03 Thread Matt McCline
/TestVectorMapJoinFastBytesHashMap.java Lines 308 (patched) <https://reviews.apache.org/r/64819/#comment273646> For complete checking, you could set a boolean before the try, set it int he catch block, and assert it afterwards... - Matt McCline On Jan. 3, 2018, 8:25 p.m., Deepak J

Re: Review Request 66567: Migrate to Murmur hash for shuffle and bucketing

2018-04-13 Thread Matt McCline
Unnecessary line. ql/src/java/org/apache/hadoop/hive/ql/exec/ReduceSinkOperator.java Lines 453 (patched) <https://reviews.apache.org/r/66567/#comment282108> Please add comments as to the significanse of checking the acidOp flag. - Matt McCline On April 12, 2018, 6:24 p.m., De

Re: Review Request 67329: HIVE-19629: Enable Decimal64 reader after orc version upgrade

2018-05-25 Thread Matt McCline
/Vectorizer.java Lines 4402 (patched) <https://reviews.apache.org/r/67329/#comment286297> NOTE TO SELF: Look at this again. - Matt McCline On May 25, 2018, 8:25 p.m., Prasanth_J wrote: > > --- > This is an automatically gener

Re: Review Request 32019: HIVE-9950 fix rehash in CuckooSetBytes and CuckooSetLong

2015-03-16 Thread Matt McCline
write tests for Cuckoo? - Matt McCline On March 13, 2015, 2:46 a.m., Alexander Pivovarov wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https:

Re: Review Request 55898: HIVE-15698 Vectorization support for min/max/bloomfilter runtime filtering

2017-01-26 Thread Matt McCline
it? ql/src/test/results/clientpositive/llap/vectorized_dynamic_semijoin_reduction.q.out (line 53) <https://reviews.apache.org/r/55898/#comment234576> I'm glad it shows up so nicely in EXPLAIN. - Matt McCline On Jan. 25, 2017, 12:03 a.m., Jason Dere wrote: > > --

Re: Review Request 55977: HIVE-15672 LLAP text cache: improve first query perf II

2017-02-07 Thread Matt McCline
> On Feb. 7, 2017, 2:31 a.m., Owen O'Malley wrote: > > ql/src/java/org/apache/hadoop/hive/ql/io/orc/OrcInputFormat.java, line 360 > > > > > > You need braces around your control block for break. > > > > Actu

Re: Review Request 36486: HIVE-11262 Skip MapJoin processing if the join hash table is empty

2015-07-14 Thread Matt McCline
(line 664) <https://reviews.apache.org/r/36486/#comment145242> Why isn't the condition this.hashTblInitedOnce included anymore? - Matt McCline On July 14, 2015, 10:09 p.m., Jason Dere wrote: > > --- > This is an aut

Re: Review Request 47735: HIVE-13617 LLAP: support non-vectorized execution in IO

2016-05-23 Thread Matt McCline
(line 181) <https://reviews.apache.org/r/47735/#comment199284> The VectorExtractRow class and extractRowColumn method has similar functionality. But perhaps it is not a good reuse case. - Matt McCline On May 23, 2016, 5:27 p.m., Sergey Shelukhin

Re: Review Request 41176: HIVE-12643

2016-05-23 Thread Matt McCline
(line 88) <https://reviews.apache.org/r/41176/#comment199288> Good I see you are using the isInputFileFormatSelfDescribing method. - Matt McCline On May 18, 2016, 1:08 a.m., Ashutosh Chauhan wrote: > > --- > This is a

Re: Review Request 47735: HIVE-13617 LLAP: support non-vectorized execution in IO

2016-05-23 Thread Matt McCline
> On May 23, 2016, 10:37 p.m., Matt McCline wrote: > > ql/src/java/org/apache/hadoop/hive/ql/io/BatchToRowReader.java, line 181 > > <https://reviews.apache.org/r/47735/diff/1/?file=1391686#file1391686line181> > > > > The VectorExtractRow class and ex

Re: Review Request 47792: HIVE-13248 Change date_add/date_sub/to_date functions to return Date type rather than String

2016-05-25 Thread Matt McCline
/hive/ql/exec/vector/expressions/TestVectorGenericDateExpressions.java (line 290) <https://reviews.apache.org/r/47792/#comment199718> Nit -- I think the Charset enumeration version of getBytes is also available. - Matt McCline On May

[jira] [Updated] (HIVE-8240) VectorColumnAssignFactory throws "Incompatible Bytes vector column and primitive category VARCHAR"

2014-09-29 Thread Matt McCline (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8240?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt McCline updated HIVE-8240: --- Fix Version/s: 0.14.0 > VectorColumnAssignFactory throws "Incompatible Bytes vector co

[jira] [Updated] (HIVE-8240) VectorColumnAssignFactory throws "Incompatible Bytes vector column and primitive category VARCHAR"

2014-09-29 Thread Matt McCline (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8240?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt McCline updated HIVE-8240: --- Affects Version/s: 0.14.0 > VectorColumnAssignFactory throws "Incompatible Bytes vector co

[jira] [Created] (HIVE-8296) Tez ReduceShuffle Vectorization needs to data buffers (key and value) for adding rows

2014-09-29 Thread Matt McCline (JIRA)
Matt McCline created HIVE-8296: -- Summary: Tez ReduceShuffle Vectorization needs to data buffers (key and value) for adding rows Key: HIVE-8296 URL: https://issues.apache.org/jira/browse/HIVE-8296

[jira] [Updated] (HIVE-8296) Tez ReduceShuffle Vectorization needs to data buffers (key and value) for adding rows

2014-09-29 Thread Matt McCline (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8296?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt McCline updated HIVE-8296: --- Attachment: HIVE-8296.01.patch > Tez ReduceShuffle Vectorization needs to data buffers (key and va

[jira] [Updated] (HIVE-8296) Tez ReduceShuffle Vectorization needs to data buffers (key and value) for adding rows

2014-09-29 Thread Matt McCline (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8296?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt McCline updated HIVE-8296: --- Status: Patch Available (was: Open) > Tez ReduceShuffle Vectorization needs to data buffers (key

[jira] [Updated] (HIVE-8296) Tez ReduceShuffle Vectorization needs to data buffers (key and value) for adding rows

2014-09-29 Thread Matt McCline (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8296?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt McCline updated HIVE-8296: --- Attachment: HIVE-8296.02.patch > Tez ReduceShuffle Vectorization needs to data buffers (key and va

[jira] [Updated] (HIVE-8296) Tez ReduceShuffle Vectorization needs 2 data buffers (key and value) for adding rows

2014-09-29 Thread Matt McCline (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8296?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt McCline updated HIVE-8296: --- Summary: Tez ReduceShuffle Vectorization needs 2 data buffers (key and value) for adding rows (was

[jira] [Created] (HIVE-8304) Tez Reduce-Side GROUP BY Vectorization doesn't copy NULL keys correctly

2014-09-29 Thread Matt McCline (JIRA)
Matt McCline created HIVE-8304: -- Summary: Tez Reduce-Side GROUP BY Vectorization doesn't copy NULL keys correctly Key: HIVE-8304 URL: https://issues.apache.org/jira/browse/HIVE-8304 Project:

[jira] [Updated] (HIVE-8304) Tez Reduce-Side GROUP BY Vectorization doesn't copy NULL keys correctly

2014-09-29 Thread Matt McCline (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt McCline updated HIVE-8304: --- Attachment: HIVE-8304.01.patch > Tez Reduce-Side GROUP BY Vectorization doesn't copy N

[jira] [Updated] (HIVE-8304) Tez Reduce-Side GROUP BY Vectorization doesn't copy NULL keys correctly

2014-09-29 Thread Matt McCline (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt McCline updated HIVE-8304: --- Attachment: VectorGroupKeyHelper.diff This file has the source file changes. All other changes in the

[jira] [Updated] (HIVE-8304) Tez Reduce-Side GROUP BY Vectorization doesn't copy NULL keys correctly

2014-09-30 Thread Matt McCline (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt McCline updated HIVE-8304: --- Attachment: (was: VectorGroupKeyHelper.diff) > Tez Reduce-Side GROUP BY Vectorization doesn

[jira] [Created] (HIVE-8322) VectorReduceSinkOperator: ClassCastException: ~StandardUnionObjectInspector$StandardUnion cannot be cast to ~IntWritable

2014-10-01 Thread Matt McCline (JIRA)
Matt McCline created HIVE-8322: -- Summary: VectorReduceSinkOperator: ClassCastException: ~StandardUnionObjectInspector$StandardUnion cannot be cast to ~IntWritable Key: HIVE-8322 URL: https://issues.apache.org/jira

[jira] [Updated] (HIVE-8322) VectorReduceSinkOperator: ClassCastException: ~StandardUnionObjectInspector$StandardUnion cannot be cast to ~IntWritable

2014-10-01 Thread Matt McCline (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8322?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt McCline updated HIVE-8322: --- Status: Patch Available (was: Open) > VectorReduceSinkOperator: ClassCastExcept

[jira] [Updated] (HIVE-8322) VectorReduceSinkOperator: ClassCastException: ~StandardUnionObjectInspector$StandardUnion cannot be cast to ~IntWritable

2014-10-01 Thread Matt McCline (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8322?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt McCline updated HIVE-8322: --- Attachment: HIVE-8322.01.patch > VectorReduceSinkOperator: ClassCastExcept

[jira] [Updated] (HIVE-8304) Tez Reduce-Side GROUP BY Vectorization doesn't copy NULL keys correctly

2014-10-01 Thread Matt McCline (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt McCline updated HIVE-8304: --- Attachment: HIVE-8304.3.patch > Tez Reduce-Side GROUP BY Vectorization doesn't copy N

[jira] [Commented] (HIVE-8304) Tez Reduce-Side GROUP BY Vectorization doesn't copy NULL keys correctly

2014-10-01 Thread Matt McCline (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8304?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14155495#comment-14155495 ] Matt McCline commented on HIVE-8304: Added comments from review and rebased as p

[jira] [Updated] (HIVE-8240) VectorColumnAssignFactory throws "Incompatible Bytes vector column and primitive category VARCHAR"

2014-10-01 Thread Matt McCline (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8240?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt McCline updated HIVE-8240: --- Attachment: HIVE-8240.06.patch > VectorColumnAssignFactory throws "Incompatible Bytes vecto

[jira] [Updated] (HIVE-8240) VectorColumnAssignFactory throws "Incompatible Bytes vector column and primitive category VARCHAR"

2014-10-01 Thread Matt McCline (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8240?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt McCline updated HIVE-8240: --- Status: In Progress (was: Patch Available) > VectorColumnAssignFactory throws "Incompatib

[jira] [Updated] (HIVE-8240) VectorColumnAssignFactory throws "Incompatible Bytes vector column and primitive category VARCHAR"

2014-10-01 Thread Matt McCline (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8240?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt McCline updated HIVE-8240: --- Release Note: Rebased Status: Patch Available (was: In Progress

[jira] [Commented] (HIVE-8304) Tez Reduce-Side GROUP BY Vectorization doesn't copy NULL keys correctly

2014-10-02 Thread Matt McCline (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8304?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14156142#comment-14156142 ] Matt McCline commented on HIVE-8304: This patch includes adding a bunc

[jira] [Commented] (HIVE-8304) Tez Reduce-Side GROUP BY Vectorization doesn't copy NULL keys correctly

2014-10-02 Thread Matt McCline (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8304?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14156150#comment-14156150 ] Matt McCline commented on HIVE-8304: acid_vectorization.q is NOT in itests/src/

[jira] [Updated] (HIVE-8304) Tez Reduce-Side GROUP BY Vectorization doesn't copy NULL keys correctly

2014-10-02 Thread Matt McCline (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt McCline updated HIVE-8304: --- Attachment: HIVE-8304.4.patch > Tez Reduce-Side GROUP BY Vectorization doesn't copy N

[jira] [Commented] (HIVE-8304) Tez Reduce-Side GROUP BY Vectorization doesn't copy NULL keys correctly

2014-10-02 Thread Matt McCline (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8304?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14156160#comment-14156160 ] Matt McCline commented on HIVE-8304: Looked in wrong directory. Rem

[jira] [Commented] (HIVE-8322) VectorReduceSinkOperator: ClassCastException: ~StandardUnionObjectInspector$StandardUnion cannot be cast to ~IntWritable

2014-10-02 Thread Matt McCline (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8322?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14156233#comment-14156233 ] Matt McCline commented on HIVE-8322: Thanks for the review and +1. Adding a q

[jira] [Updated] (HIVE-8322) VectorReduceSinkOperator: ClassCastException: ~StandardUnionObjectInspector$StandardUnion cannot be cast to ~IntWritable

2014-10-02 Thread Matt McCline (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8322?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt McCline updated HIVE-8322: --- Attachment: HIVE-8322.02.patch > VectorReduceSinkOperator: ClassCastExcept

[jira] [Updated] (HIVE-8322) VectorReduceSinkOperator: ClassCastException: ~StandardUnionObjectInspector$StandardUnion cannot be cast to ~IntWritable

2014-10-02 Thread Matt McCline (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8322?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt McCline updated HIVE-8322: --- Status: In Progress (was: Patch Available) > VectorReduceSinkOperator: ClassCastExcept

[jira] [Updated] (HIVE-8322) VectorReduceSinkOperator: ClassCastException: ~StandardUnionObjectInspector$StandardUnion cannot be cast to ~IntWritable

2014-10-02 Thread Matt McCline (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8322?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt McCline updated HIVE-8322: --- Status: Patch Available (was: In Progress) > VectorReduceSinkOperator: ClassCastExcept

[jira] [Updated] (HIVE-8322) VectorReduceSinkOperator: ClassCastException: ~StandardUnionObjectInspector$StandardUnion cannot be cast to ~IntWritable

2014-10-02 Thread Matt McCline (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8322?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt McCline updated HIVE-8322: --- Attachment: HIVE-8322.03.patch > VectorReduceSinkOperator: ClassCastExcept

[jira] [Updated] (HIVE-8322) VectorReduceSinkOperator: ClassCastException: ~StandardUnionObjectInspector$StandardUnion cannot be cast to ~IntWritable

2014-10-02 Thread Matt McCline (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8322?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt McCline updated HIVE-8322: --- Attachment: HIVE-8322.04.patch > VectorReduceSinkOperator: ClassCastExcept

[jira] [Updated] (HIVE-8322) VectorReduceSinkOperator: ClassCastException: ~StandardUnionObjectInspector$StandardUnion cannot be cast to ~IntWritable

2014-10-02 Thread Matt McCline (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8322?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt McCline updated HIVE-8322: --- Status: In Progress (was: Patch Available) > VectorReduceSinkOperator: ClassCastExcept

[jira] [Updated] (HIVE-8322) VectorReduceSinkOperator: ClassCastException: ~StandardUnionObjectInspector$StandardUnion cannot be cast to ~IntWritable

2014-10-02 Thread Matt McCline (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8322?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt McCline updated HIVE-8322: --- Status: Patch Available (was: In Progress) > VectorReduceSinkOperator: ClassCastExcept

[jira] [Updated] (HIVE-8240) VectorColumnAssignFactory throws "Incompatible Bytes vector column and primitive category VARCHAR"

2014-10-02 Thread Matt McCline (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8240?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt McCline updated HIVE-8240: --- Attachment: HIVE-8240.07.patch Quick rebase after recent commits. > VectorColumnAssignFactory thr

[jira] [Resolved] (HIVE-8197) Tez and Vectorization Insert into ORC Table with timestamp column erroneously repeats the last row's column value

2014-10-03 Thread Matt McCline (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8197?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt McCline resolved HIVE-8197. Resolution: Cannot Reproduce > Tez and Vectorization Insert into ORC Table with timestamp col

[jira] [Commented] (HIVE-8197) Tez and Vectorization Insert into ORC Table with timestamp column erroneously repeats the last row's column value

2014-10-03 Thread Matt McCline (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14158665#comment-14158665 ] Matt McCline commented on HIVE-8197: No longer repros. Fixed with earlier change

[jira] [Created] (HIVE-8391) Comparion between TIMESTAMP and Integer types goes to STRING as "common comparison denominator" instead of a numeric type

2014-10-07 Thread Matt McCline (JIRA)
Matt McCline created HIVE-8391: -- Summary: Comparion between TIMESTAMP and Integer types goes to STRING as "common comparison denominator" instead of a numeric type Key: HIVE-8391 URL: https://issues.apach

[jira] [Updated] (HIVE-8391) Comparion between TIMESTAMP and Integer types goes to STRING as "common comparison denominator" instead of a numeric type

2014-10-08 Thread Matt McCline (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8391?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt McCline updated HIVE-8391: --- Attachment: vectorization_7.q > Comparion between TIMESTAMP and Integer types goes to STRING

[jira] [Commented] (HIVE-8391) Comparion between TIMESTAMP and Integer types goes to STRING as "common comparison denominator" instead of a numeric type

2014-10-08 Thread Matt McCline (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14163548#comment-14163548 ] Matt McCline commented on HIVE-8391: I attached a modified version of ../../ql

[jira] [Commented] (HIVE-8391) Comparion between TIMESTAMP and Integer types goes to STRING as "common comparison denominator" instead of a numeric type

2014-10-08 Thread Matt McCline (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14163556#comment-14163556 ] Matt McCline commented on HIVE-8391: (Note the query does compare a timestamp co

[jira] [Updated] (HIVE-8391) Comparion between TIMESTAMP and Integer types goes to STRING as "common comparison denominator" instead of a numeric type

2014-10-08 Thread Matt McCline (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8391?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt McCline updated HIVE-8391: --- Attachment: (was: vectorization_7.q) > Comparion between TIMESTAMP and Integer types goes

[jira] [Created] (HIVE-8415) Vectorized comparison of timestamp and integer needs to treat integer as seconds since epoch

2014-10-09 Thread Matt McCline (JIRA)
Matt McCline created HIVE-8415: -- Summary: Vectorized comparison of timestamp and integer needs to treat integer as seconds since epoch Key: HIVE-8415 URL: https://issues.apache.org/jira/browse/HIVE-8415

[jira] [Updated] (HIVE-8415) Vectorized comparison of timestamp and integer needs to treat integer as seconds since epoch

2014-10-09 Thread Matt McCline (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8415?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt McCline updated HIVE-8415: --- Attachment: HIVE-8415.01.patch > Vectorized comparison of timestamp and integer needs to treat inte

[jira] [Updated] (HIVE-8415) Vectorized comparison of timestamp and integer needs to treat integer as seconds since epoch

2014-10-09 Thread Matt McCline (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8415?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt McCline updated HIVE-8415: --- Status: Patch Available (was: Open) > Vectorized comparison of timestamp and integer needs to tr

[jira] [Updated] (HIVE-8415) Vectorized comparison of timestamp and integer needs to treat integer as seconds since epoch

2014-10-09 Thread Matt McCline (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8415?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt McCline updated HIVE-8415: --- Attachment: HIVE-8415.02.patch > Vectorized comparison of timestamp and integer needs to treat inte

[jira] [Updated] (HIVE-8415) Vectorized comparison of timestamp and integer needs to treat integer as seconds since epoch

2014-10-10 Thread Matt McCline (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8415?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt McCline updated HIVE-8415: --- Attachment: HIVE-8415.03.patch > Vectorized comparison of timestamp and integer needs to treat inte

[jira] [Created] (HIVE-8434) Vectorization logic using wrong values for DATE and TIMESTAMP partitioning columns in vectorized row batches...

2014-10-11 Thread Matt McCline (JIRA)
Matt McCline created HIVE-8434: -- Summary: Vectorization logic using wrong values for DATE and TIMESTAMP partitioning columns in vectorized row batches... Key: HIVE-8434 URL: https://issues.apache.org/jira/browse

[jira] [Updated] (HIVE-8434) Vectorization logic using wrong values for DATE and TIMESTAMP partitioning columns in vectorized row batches...

2014-10-11 Thread Matt McCline (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8434?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt McCline updated HIVE-8434: --- Attachment: HIVE-8434.01.patch > Vectorization logic using wrong values for DATE and TIMEST

[jira] [Updated] (HIVE-8434) Vectorization logic using wrong values for DATE and TIMESTAMP partitioning columns in vectorized row batches...

2014-10-11 Thread Matt McCline (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8434?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt McCline updated HIVE-8434: --- Status: Patch Available (was: Open) > Vectorization logic using wrong values for DATE and TIMEST

[jira] [Updated] (HIVE-8434) Vectorization logic using wrong values for DATE and TIMESTAMP partitioning columns in vectorized row batches...

2014-10-11 Thread Matt McCline (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8434?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt McCline updated HIVE-8434: --- Attachment: HIVE-8434.02.patch Add Tez. > Vectorization logic using wrong values for DATE

[jira] [Updated] (HIVE-8415) Vectorized comparison of timestamp and integer needs to treat integer as seconds since epoch

2014-10-11 Thread Matt McCline (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8415?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt McCline updated HIVE-8415: --- Attachment: HIVE-8415.04.patch > Vectorized comparison of timestamp and integer needs to treat inte

[jira] [Commented] (HIVE-8415) Vectorized comparison of timestamp and integer needs to treat integer as seconds since epoch

2014-10-11 Thread Matt McCline (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8415?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14168307#comment-14168307 ] Matt McCline commented on HIVE-8415: Thanks. I removed HIVE-8391 changes and veri

[jira] [Commented] (HIVE-7373) Hive should not remove trailing zeros for decimal numbers

2014-10-12 Thread Matt McCline (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7373?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14168899#comment-14168899 ] Matt McCline commented on HIVE-7373: I am investigating why vector_decimal_aggrega

[jira] [Commented] (HIVE-8415) Vectorized comparison of timestamp and integer needs to treat integer as seconds since epoch

2014-10-12 Thread Matt McCline (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8415?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14168946#comment-14168946 ] Matt McCline commented on HIVE-8415: Forgot to remove timestamp_comparison2.q

[jira] [Updated] (HIVE-8415) Vectorized comparison of timestamp and integer needs to treat integer as seconds since epoch

2014-10-12 Thread Matt McCline (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8415?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt McCline updated HIVE-8415: --- Status: In Progress (was: Patch Available) > Vectorized comparison of timestamp and integer needs

[jira] [Updated] (HIVE-8415) Vectorized comparison of timestamp and integer needs to treat integer as seconds since epoch

2014-10-12 Thread Matt McCline (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8415?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt McCline updated HIVE-8415: --- Attachment: HIVE-8415.05.patch > Vectorized comparison of timestamp and integer needs to treat inte

[jira] [Updated] (HIVE-8415) Vectorized comparison of timestamp and integer needs to treat integer as seconds since epoch

2014-10-12 Thread Matt McCline (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8415?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt McCline updated HIVE-8415: --- Status: Patch Available (was: In Progress) > Vectorized comparison of timestamp and integer needs

[jira] [Updated] (HIVE-8415) Vectorized comparison of timestamp and integer needs to treat integer as seconds since epoch

2014-10-14 Thread Matt McCline (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8415?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt McCline updated HIVE-8415: --- Status: In Progress (was: Patch Available) > Vectorized comparison of timestamp and integer needs

[jira] [Updated] (HIVE-8415) Vectorized comparison of timestamp and integer needs to treat integer as seconds since epoch

2014-10-14 Thread Matt McCline (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8415?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt McCline updated HIVE-8415: --- Attachment: HIVE-8415.06.patch Add missing vectorization_7.q and vectorization_8.q from MiniTez shared

[jira] [Updated] (HIVE-8415) Vectorized comparison of timestamp and integer needs to treat integer as seconds since epoch

2014-10-14 Thread Matt McCline (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8415?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt McCline updated HIVE-8415: --- Status: Patch Available (was: In Progress) > Vectorized comparison of timestamp and integer needs

[jira] [Created] (HIVE-8461) Make Vectorized Decimal query results match Non-Vectorized query results with respect to trailing zeroes... .0000

2014-10-14 Thread Matt McCline (JIRA)
Matt McCline created HIVE-8461: -- Summary: Make Vectorized Decimal query results match Non-Vectorized query results with respect to trailing zeroes... . Key: HIVE-8461 URL: https://issues.apache.org/jira/browse

[jira] [Created] (HIVE-8464) Vectorized reducer nested group by query returns wrong results

2014-10-14 Thread Matt McCline (JIRA)
Matt McCline created HIVE-8464: -- Summary: Vectorized reducer nested group by query returns wrong results Key: HIVE-8464 URL: https://issues.apache.org/jira/browse/HIVE-8464 Project: Hive Issue

[jira] [Updated] (HIVE-8464) Vectorized reducer nested group by query returns wrong results

2014-10-14 Thread Matt McCline (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8464?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt McCline updated HIVE-8464: --- Status: Patch Available (was: Open) > Vectorized reducer nested group by query returns wrong resu

[jira] [Updated] (HIVE-8464) Vectorized reducer nested group by query returns wrong results

2014-10-14 Thread Matt McCline (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8464?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt McCline updated HIVE-8464: --- Attachment: HIVE-8464.01.patch > Vectorized reducer nested group by query returns wrong resu

[jira] [Created] (HIVE-8478) Vectorized Reduce-Side Group By doesn't handle Decimal type correctly

2014-10-15 Thread Matt McCline (JIRA)
Matt McCline created HIVE-8478: -- Summary: Vectorized Reduce-Side Group By doesn't handle Decimal type correctly Key: HIVE-8478 URL: https://issues.apache.org/jira/browse/HIVE-8478 Project:

[jira] [Updated] (HIVE-8478) Vectorized Reduce-Side Group By doesn't handle Decimal type correctly

2014-10-15 Thread Matt McCline (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8478?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt McCline updated HIVE-8478: --- Attachment: HIVE-8478.01.patch Still a few differences between MR and Tez, though... that appear to be

[jira] [Updated] (HIVE-8478) Vectorized Reduce-Side Group By doesn't handle Decimal type correctly

2014-10-15 Thread Matt McCline (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8478?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt McCline updated HIVE-8478: --- Status: Patch Available (was: Open) > Vectorized Reduce-Side Group By doesn't handle Deci

[jira] [Updated] (HIVE-8478) Vectorized Reduce-Side Group By doesn't handle Decimal type correctly

2014-10-15 Thread Matt McCline (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8478?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt McCline updated HIVE-8478: --- Attachment: HIVE-8478.02.patch Got rid of NULLs on input, so why do they appear in the query result

[jira] [Updated] (HIVE-8478) Vectorized Reduce-Side Group By doesn't handle Decimal type correctly

2014-10-17 Thread Matt McCline (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8478?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt McCline updated HIVE-8478: --- Attachment: HIVE-8478.03.patch > Vectorized Reduce-Side Group By doesn't handle Decimal type c

[jira] [Updated] (HIVE-8478) Vectorized Reduce-Side Group By doesn't handle Decimal type correctly

2014-10-17 Thread Matt McCline (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8478?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt McCline updated HIVE-8478: --- Status: In Progress (was: Patch Available) > Vectorized Reduce-Side Group By doesn't handle

[jira] [Updated] (HIVE-8478) Vectorized Reduce-Side Group By doesn't handle Decimal type correctly

2014-10-17 Thread Matt McCline (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8478?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt McCline updated HIVE-8478: --- Status: Patch Available (was: In Progress) > Vectorized Reduce-Side Group By doesn't handle

[jira] [Commented] (HIVE-8478) Vectorized Reduce-Side Group By doesn't handle Decimal type correctly

2014-10-17 Thread Matt McCline (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8478?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14174903#comment-14174903 ] Matt McCline commented on HIVE-8478: Fixed NULL issue. > Vectorized Reduce-Sid

[jira] [Commented] (HIVE-8464) Vectorized reducer nested group by query returns wrong results

2014-10-17 Thread Matt McCline (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8464?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14175340#comment-14175340 ] Matt McCline commented on HIVE-8464: Thank You > Vectorized reducer nested g

[jira] [Created] (HIVE-8499) Vectorizing Map-Side GROUP BY output is broken (corrupts Decimal columns)

2014-10-17 Thread Matt McCline (JIRA)
Matt McCline created HIVE-8499: -- Summary: Vectorizing Map-Side GROUP BY output is broken (corrupts Decimal columns) Key: HIVE-8499 URL: https://issues.apache.org/jira/browse/HIVE-8499 Project: Hive

[jira] [Updated] (HIVE-8478) Vectorized Reduce-Side Group By doesn't handle Decimal type correctly

2014-10-17 Thread Matt McCline (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8478?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt McCline updated HIVE-8478: --- Status: In Progress (was: Patch Available) > Vectorized Reduce-Side Group By doesn't handle

[jira] [Updated] (HIVE-8478) Vectorized Reduce-Side Group By doesn't handle Decimal type correctly

2014-10-17 Thread Matt McCline (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8478?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt McCline updated HIVE-8478: --- Attachment: HIVE-8478.04.patch Review comment changes. > Vectorized Reduce-Side Group By does

[jira] [Updated] (HIVE-8478) Vectorized Reduce-Side Group By doesn't handle Decimal type correctly

2014-10-17 Thread Matt McCline (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8478?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt McCline updated HIVE-8478: --- Status: Patch Available (was: In Progress) > Vectorized Reduce-Side Group By doesn't handle

[jira] [Assigned] (HIVE-8498) Insert into table misses some rows when vectorization is enabled

2014-10-17 Thread Matt McCline (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8498?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt McCline reassigned HIVE-8498: -- Assignee: Matt McCline (was: Jitendra Nath Pandey) > Insert into table misses some rows w

[jira] [Commented] (HIVE-8498) Insert into table misses some rows when vectorization is enabled

2014-10-17 Thread Matt McCline (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8498?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14175662#comment-14175662 ] Matt McCline commented on HIVE-8498: Fix turns off multiple children operators for

[jira] [Updated] (HIVE-8498) Insert into table misses some rows when vectorization is enabled

2014-10-17 Thread Matt McCline (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8498?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt McCline updated HIVE-8498: --- Attachment: HIVE-8498.01.patch > Insert into table misses some rows when vectorization is enab

[jira] [Updated] (HIVE-8498) Insert into table misses some rows when vectorization is enabled

2014-10-17 Thread Matt McCline (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8498?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt McCline updated HIVE-8498: --- Status: Patch Available (was: Open) > Insert into table misses some rows when vectorization

[jira] [Created] (HIVE-8513) Vectorize multiple children operators

2014-10-17 Thread Matt McCline (JIRA)
Matt McCline created HIVE-8513: -- Summary: Vectorize multiple children operators Key: HIVE-8513 URL: https://issues.apache.org/jira/browse/HIVE-8513 Project: Hive Issue Type: Bug

[jira] [Commented] (HIVE-8498) Insert into table misses some rows when vectorization is enabled

2014-10-18 Thread Matt McCline (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8498?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14176157#comment-14176157 ] Matt McCline commented on HIVE-8498: The failur

  1   2   3   4   5   6   7   8   9   10   >