[jira] [Updated] (HIVE-13313) TABLESAMPLE ROWS feature broken for Vectorization

2016-03-18 Thread Matt McCline (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-13313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Matt McCline updated HIVE-13313:

Attachment: HIVE-13313.01.patch

> TABLESAMPLE ROWS feature broken for Vectorization
> -
>
> Key: HIVE-13313
> URL: https://issues.apache.org/jira/browse/HIVE-13313
> Project: Hive
>  Issue Type: Bug
>  Components: Hive
>Reporter: Matt McCline
>Assignee: Matt McCline
>Priority: Critical
> Attachments: HIVE-13313.01.patch
>
>
> For vectorization, the ROWS clause is ignored causing many rows to be 
> returned.
> SELECT * FROM source TABLESAMPLE(10 ROWS);



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HIVE-13313) TABLESAMPLE ROWS feature broken for Vectorization

2016-03-18 Thread Matt McCline (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-13313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Matt McCline updated HIVE-13313:

Description: 
For vectorization, the ROWS clause is ignored causing many rows to be returned.

SELECT * FROM source TABLESAMPLE(10 ROWS);


  was:
For vectorization, the ROWS clause is ignored causing many rows to be inserted.




> TABLESAMPLE ROWS feature broken for Vectorization
> -
>
> Key: HIVE-13313
> URL: https://issues.apache.org/jira/browse/HIVE-13313
> Project: Hive
>  Issue Type: Bug
>  Components: Hive
>Reporter: Matt McCline
>Assignee: Matt McCline
>Priority: Critical
>
> For vectorization, the ROWS clause is ignored causing many rows to be 
> returned.
> SELECT * FROM source TABLESAMPLE(10 ROWS);



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HIVE-13313) TABLESAMPLE ROWS feature broken for Vectorization

2016-03-18 Thread Matt McCline (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-13313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Matt McCline updated HIVE-13313:

Summary: TABLESAMPLE ROWS feature broken for Vectorization  (was: Row Limit 
Per Split feature broken for Vectorization)

> TABLESAMPLE ROWS feature broken for Vectorization
> -
>
> Key: HIVE-13313
> URL: https://issues.apache.org/jira/browse/HIVE-13313
> Project: Hive
>  Issue Type: Bug
>  Components: Hive
>Reporter: Matt McCline
>Assignee: Matt McCline
>Priority: Critical
>
> For vectorization, the ROWS clause is ignored causing many rows to be 
> inserted.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HIVE-13313) TABLESAMPLE ROWS feature broken for Vectorization

2016-03-19 Thread Matt McCline (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-13313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Matt McCline updated HIVE-13313:

Attachment: (was: HIVE-13313.01.patch)

> TABLESAMPLE ROWS feature broken for Vectorization
> -
>
> Key: HIVE-13313
> URL: https://issues.apache.org/jira/browse/HIVE-13313
> Project: Hive
>  Issue Type: Bug
>  Components: Hive
>Reporter: Matt McCline
>Assignee: Matt McCline
>Priority: Critical
> Attachments: HIVE-13313.01.patch
>
>
> For vectorization, the ROWS clause is ignored causing many rows to be 
> returned.
> SELECT * FROM source TABLESAMPLE(10 ROWS);



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HIVE-13313) TABLESAMPLE ROWS feature broken for Vectorization

2016-03-19 Thread Matt McCline (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-13313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Matt McCline updated HIVE-13313:

Status: Patch Available  (was: Open)

> TABLESAMPLE ROWS feature broken for Vectorization
> -
>
> Key: HIVE-13313
> URL: https://issues.apache.org/jira/browse/HIVE-13313
> Project: Hive
>  Issue Type: Bug
>  Components: Hive
>Reporter: Matt McCline
>Assignee: Matt McCline
>Priority: Critical
> Attachments: HIVE-13313.01.patch
>
>
> For vectorization, the ROWS clause is ignored causing many rows to be 
> returned.
> SELECT * FROM source TABLESAMPLE(10 ROWS);



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HIVE-13313) TABLESAMPLE ROWS feature broken for Vectorization

2016-03-19 Thread Matt McCline (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-13313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Matt McCline updated HIVE-13313:

Attachment: HIVE-13313.01.patch

> TABLESAMPLE ROWS feature broken for Vectorization
> -
>
> Key: HIVE-13313
> URL: https://issues.apache.org/jira/browse/HIVE-13313
> Project: Hive
>  Issue Type: Bug
>  Components: Hive
>Reporter: Matt McCline
>Assignee: Matt McCline
>Priority: Critical
> Attachments: HIVE-13313.01.patch
>
>
> For vectorization, the ROWS clause is ignored causing many rows to be 
> returned.
> SELECT * FROM source TABLESAMPLE(10 ROWS);



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HIVE-13313) TABLESAMPLE ROWS feature broken for Vectorization

2016-03-22 Thread Matt McCline (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-13313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Matt McCline updated HIVE-13313:

Fix Version/s: 1.3.0

> TABLESAMPLE ROWS feature broken for Vectorization
> -
>
> Key: HIVE-13313
> URL: https://issues.apache.org/jira/browse/HIVE-13313
> Project: Hive
>  Issue Type: Bug
>  Components: Hive
>Reporter: Matt McCline
>Assignee: Matt McCline
>Priority: Critical
> Fix For: 1.3.0, 2.1.0
>
> Attachments: HIVE-13313.01.patch
>
>
> For vectorization, the ROWS clause is ignored causing many rows to be 
> returned.
> SELECT * FROM source TABLESAMPLE(10 ROWS);



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HIVE-13313) TABLESAMPLE ROWS feature broken for Vectorization

2016-03-22 Thread Matt McCline (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-13313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Matt McCline updated HIVE-13313:

Fix Version/s: 2.1.0

> TABLESAMPLE ROWS feature broken for Vectorization
> -
>
> Key: HIVE-13313
> URL: https://issues.apache.org/jira/browse/HIVE-13313
> Project: Hive
>  Issue Type: Bug
>  Components: Hive
>Reporter: Matt McCline
>Assignee: Matt McCline
>Priority: Critical
> Fix For: 1.3.0, 2.1.0
>
> Attachments: HIVE-13313.01.patch
>
>
> For vectorization, the ROWS clause is ignored causing many rows to be 
> returned.
> SELECT * FROM source TABLESAMPLE(10 ROWS);



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HIVE-13313) TABLESAMPLE ROWS feature broken for Vectorization

2016-03-22 Thread Matt McCline (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-13313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Matt McCline updated HIVE-13313:

Resolution: Fixed
Status: Resolved  (was: Patch Available)

> TABLESAMPLE ROWS feature broken for Vectorization
> -
>
> Key: HIVE-13313
> URL: https://issues.apache.org/jira/browse/HIVE-13313
> Project: Hive
>  Issue Type: Bug
>  Components: Hive
>Reporter: Matt McCline
>Assignee: Matt McCline
>Priority: Critical
> Fix For: 1.3.0, 2.1.0
>
> Attachments: HIVE-13313.01.patch
>
>
> For vectorization, the ROWS clause is ignored causing many rows to be 
> returned.
> SELECT * FROM source TABLESAMPLE(10 ROWS);



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HIVE-13313) TABLESAMPLE ROWS feature broken for Vectorization

2016-04-10 Thread Matt McCline (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-13313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Matt McCline updated HIVE-13313:

Fix Version/s: 2.0.1

> TABLESAMPLE ROWS feature broken for Vectorization
> -
>
> Key: HIVE-13313
> URL: https://issues.apache.org/jira/browse/HIVE-13313
> Project: Hive
>  Issue Type: Bug
>  Components: Hive
>Reporter: Matt McCline
>Assignee: Matt McCline
>Priority: Critical
> Fix For: 1.3.0, 2.1.0, 2.0.1
>
> Attachments: HIVE-13313.01.patch
>
>
> For vectorization, the ROWS clause is ignored causing many rows to be 
> returned.
> SELECT * FROM source TABLESAMPLE(10 ROWS);



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)