[jira] [Commented] (HIVE-12827) Vectorization: VectorCopyRow/VectorAssignRow/VectorDeserializeRow assign needs explicit isNull[offset] modification

2016-05-07 Thread Matt McCline (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12827?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15275167#comment-15275167 ] Matt McCline commented on HIVE-12827: - Added to errata.txt for branch-1. > Vectorization:

[jira] [Commented] (HIVE-12827) Vectorization: VectorCopyRow/VectorAssignRow/VectorDeserializeRow assign needs explicit isNull[offset] modification

2016-04-29 Thread Lefty Leverenz (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12827?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15265020#comment-15265020 ] Lefty Leverenz commented on HIVE-12827: --- [~mmccline], the branch-1 commit doesn't include the JIRA

[jira] [Commented] (HIVE-12827) Vectorization: VectorCopyRow/VectorAssignRow/VectorDeserializeRow assign needs explicit isNull[offset] modification

2016-04-29 Thread Matt McCline (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12827?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15264949#comment-15264949 ] Matt McCline commented on HIVE-12827: - Also committed to branch-1 > Vectorization:

[jira] [Commented] (HIVE-12827) Vectorization: VectorCopyRow/VectorAssignRow/VectorDeserializeRow assign needs explicit isNull[offset] modification

2016-01-18 Thread Gopal V (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12827?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15106070#comment-15106070 ] Gopal V commented on HIVE-12827: Yeah, it should be - I will cherry-pick this and amend the commit text

[jira] [Commented] (HIVE-12827) Vectorization: VectorCopyRow/VectorAssignRow/VectorDeserializeRow assign needs explicit isNull[offset] modification

2016-01-18 Thread Lefty Leverenz (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12827?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15106030#comment-15106030 ] Lefty Leverenz commented on HIVE-12827: --- [~gopalv], the commit doesn't include the JIRA number,

[jira] [Commented] (HIVE-12827) Vectorization: VectorCopyRow/VectorAssignRow/VectorDeserializeRow assign needs explicit isNull[offset] modification

2016-01-18 Thread Gopal V (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12827?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15106058#comment-15106058 ] Gopal V commented on HIVE-12827: Thanks lefty, looks like I left out the JIRA id for all commits today.

[jira] [Commented] (HIVE-12827) Vectorization: VectorCopyRow/VectorAssignRow/VectorDeserializeRow assign needs explicit isNull[offset] modification

2016-01-18 Thread Lefty Leverenz (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12827?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15106088#comment-15106088 ] Lefty Leverenz commented on HIVE-12827: --- Great, thanks Gopal. > Vectorization:

[jira] [Commented] (HIVE-12827) Vectorization: VectorCopyRow/VectorAssignRow/VectorDeserializeRow assign needs explicit isNull[offset] modification

2016-01-18 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12827?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15106063#comment-15106063 ] Sergey Shelukhin commented on HIVE-12827: - Should this be in 2.0? looks like a bad bug >

[jira] [Commented] (HIVE-12827) Vectorization: VectorCopyRow/VectorAssignRow/VectorDeserializeRow assign needs explicit isNull[offset] modification

2016-01-16 Thread Hive QA (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12827?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15103060#comment-15103060 ] Hive QA commented on HIVE-12827: Here are the results of testing the latest attachment:

[jira] [Commented] (HIVE-12827) Vectorization: VectorCopyRow/VectorAssignRow/VectorDeserializeRow assign needs explicit isNull[offset] modification

2016-01-15 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12827?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15102304#comment-15102304 ] Sergey Shelukhin commented on HIVE-12827: - +1. Did the fill() on the main path get committed, and

[jira] [Commented] (HIVE-12827) Vectorization: VectorCopyRow/VectorAssignRow/VectorDeserializeRow assign needs explicit isNull[offset] modification

2016-01-15 Thread Gopal V (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12827?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15102353#comment-15102353 ] Gopal V commented on HIVE-12827: The fill after every operation is unnecessary, the theory about the other