[jira] [Commented] (HIVE-16110) Vectorization: Support 2 Value CASE WHEN instead of fall back to VectorUDFAdaptor

2017-03-19 Thread Matt McCline (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-16110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15931899#comment-15931899 ] Matt McCline commented on HIVE-16110: - Committed to master. > Vectorization: Support 2 Value CASE

[jira] [Commented] (HIVE-16110) Vectorization: Support 2 Value CASE WHEN instead of fall back to VectorUDFAdaptor

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

[jira] [Commented] (HIVE-16110) Vectorization: Support 2 Value CASE WHEN instead of fall back to VectorUDFAdaptor

2017-03-07 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-16110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15900422#comment-15900422 ] Sergey Shelukhin commented on HIVE-16110: - +1 however the test has failed (case) > Vectorization:

[jira] [Commented] (HIVE-16110) Vectorization: Support 2 Value CASE WHEN instead of fall back to VectorUDFAdaptor

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

[jira] [Commented] (HIVE-16110) Vectorization: Support 2 Value CASE WHEN instead of fall back to VectorUDFAdaptor

2017-03-06 Thread Matt McCline (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-16110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15898812#comment-15898812 ] Matt McCline commented on HIVE-16110: - Look at why vector_coalesce_3.q has one vertex not vectorizing

[jira] [Commented] (HIVE-16110) Vectorization: Support 2 Value CASE WHEN instead of fall back to VectorUDFAdaptor

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

[jira] [Commented] (HIVE-16110) Vectorization: Support 2 Value CASE WHEN instead of fall back to VectorUDFAdaptor

2017-03-06 Thread Matt McCline (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-16110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15898392#comment-15898392 ] Matt McCline commented on HIVE-16110: - [~sershe] Thanks for the review. I put the code into a

[jira] [Commented] (HIVE-16110) Vectorization: Support 2 Value CASE WHEN instead of fall back to VectorUDFAdaptor

2017-03-06 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-16110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15898291#comment-15898291 ] Sergey Shelukhin commented on HIVE-16110: - Looks good... can you put the code into a separate