[jira] [Updated] (HIVE-12277) Hive macro results on macro_duplicate.q different after adding ORDER BY

2016-04-04 Thread Carl Steinbach (JIRA)

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

Carl Steinbach updated HIVE-12277:
--
Labels: CorrectnessBug  (was: )

> Hive macro results on macro_duplicate.q different after adding ORDER BY
> ---
>
> Key: HIVE-12277
> URL: https://issues.apache.org/jira/browse/HIVE-12277
> Project: Hive
>  Issue Type: Bug
>  Components: Macros
>Affects Versions: 1.2.0
>Reporter: Jason Dere
>Assignee: Pengcheng Xiong
>  Labels: CorrectnessBug
> Fix For: 1.3.0, 2.0.0
>
> Attachments: HIVE-12277.01.patch
>
>
> Added an order-by to the query in macro_duplicate.q:
> {noformat}
> -select math_square(a), math_square(b),factorial(a), factorial(b), 
> math_add(a), math_add(b),int(c) from macro_testing;
> \ No newline at end of file
> +select math_square(a), math_square(b),factorial(a), factorial(b), 
> math_add(a), math_add(b),int(c) from macro_testing order by int(c);
> {noformat}
> And the results from math_add() changed unexpectedly:
> {noformat}
> -1  4   1   2   2   4   3
> -16 25  24  120 8   10  6
> +1  4   1   2   1   4   3
> +16 25  24  120 16  25  6
> {noformat}



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


[jira] [Updated] (HIVE-12277) Hive macro results on macro_duplicate.q different after adding ORDER BY

2015-10-30 Thread Jason Dere (JIRA)

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

Jason Dere updated HIVE-12277:
--
Fix Version/s: 1.3.0

> Hive macro results on macro_duplicate.q different after adding ORDER BY
> ---
>
> Key: HIVE-12277
> URL: https://issues.apache.org/jira/browse/HIVE-12277
> Project: Hive
>  Issue Type: Bug
>  Components: Macros
>Affects Versions: 1.2.0
>Reporter: Jason Dere
>Assignee: Pengcheng Xiong
> Fix For: 1.3.0, 2.0.0
>
> Attachments: HIVE-12277.01.patch
>
>
> Added an order-by to the query in macro_duplicate.q:
> {noformat}
> -select math_square(a), math_square(b),factorial(a), factorial(b), 
> math_add(a), math_add(b),int(c) from macro_testing;
> \ No newline at end of file
> +select math_square(a), math_square(b),factorial(a), factorial(b), 
> math_add(a), math_add(b),int(c) from macro_testing order by int(c);
> {noformat}
> And the results from math_add() changed unexpectedly:
> {noformat}
> -1  4   1   2   2   4   3
> -16 25  24  120 8   10  6
> +1  4   1   2   1   4   3
> +16 25  24  120 16  25  6
> {noformat}



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


[jira] [Updated] (HIVE-12277) Hive macro results on macro_duplicate.q different after adding ORDER BY

2015-10-30 Thread Pengcheng Xiong (JIRA)

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

Pengcheng Xiong updated HIVE-12277:
---
Affects Version/s: 1.2.0

> Hive macro results on macro_duplicate.q different after adding ORDER BY
> ---
>
> Key: HIVE-12277
> URL: https://issues.apache.org/jira/browse/HIVE-12277
> Project: Hive
>  Issue Type: Bug
>  Components: Macros
>Affects Versions: 1.2.0
>Reporter: Jason Dere
>Assignee: Pengcheng Xiong
> Fix For: 2.0.0
>
> Attachments: HIVE-12277.01.patch
>
>
> Added an order-by to the query in macro_duplicate.q:
> {noformat}
> -select math_square(a), math_square(b),factorial(a), factorial(b), 
> math_add(a), math_add(b),int(c) from macro_testing;
> \ No newline at end of file
> +select math_square(a), math_square(b),factorial(a), factorial(b), 
> math_add(a), math_add(b),int(c) from macro_testing order by int(c);
> {noformat}
> And the results from math_add() changed unexpectedly:
> {noformat}
> -1  4   1   2   2   4   3
> -16 25  24  120 8   10  6
> +1  4   1   2   1   4   3
> +16 25  24  120 16  25  6
> {noformat}



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


[jira] [Updated] (HIVE-12277) Hive macro results on macro_duplicate.q different after adding ORDER BY

2015-10-30 Thread Pengcheng Xiong (JIRA)

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

Pengcheng Xiong updated HIVE-12277:
---
Fix Version/s: 2.0.0

> Hive macro results on macro_duplicate.q different after adding ORDER BY
> ---
>
> Key: HIVE-12277
> URL: https://issues.apache.org/jira/browse/HIVE-12277
> Project: Hive
>  Issue Type: Bug
>  Components: Macros
>Affects Versions: 1.2.0
>Reporter: Jason Dere
>Assignee: Pengcheng Xiong
> Fix For: 2.0.0
>
> Attachments: HIVE-12277.01.patch
>
>
> Added an order-by to the query in macro_duplicate.q:
> {noformat}
> -select math_square(a), math_square(b),factorial(a), factorial(b), 
> math_add(a), math_add(b),int(c) from macro_testing;
> \ No newline at end of file
> +select math_square(a), math_square(b),factorial(a), factorial(b), 
> math_add(a), math_add(b),int(c) from macro_testing order by int(c);
> {noformat}
> And the results from math_add() changed unexpectedly:
> {noformat}
> -1  4   1   2   2   4   3
> -16 25  24  120 8   10  6
> +1  4   1   2   1   4   3
> +16 25  24  120 16  25  6
> {noformat}



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


[jira] [Updated] (HIVE-12277) Hive macro results on macro_duplicate.q different after adding ORDER BY

2015-10-28 Thread Pengcheng Xiong (JIRA)

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

Pengcheng Xiong updated HIVE-12277:
---
Attachment: HIVE-12277.01.patch

address [~jdere]'s comments.

> Hive macro results on macro_duplicate.q different after adding ORDER BY
> ---
>
> Key: HIVE-12277
> URL: https://issues.apache.org/jira/browse/HIVE-12277
> Project: Hive
>  Issue Type: Bug
>  Components: Macros
>Reporter: Jason Dere
>Assignee: Pengcheng Xiong
> Attachments: HIVE-12277.01.patch
>
>
> Added an order-by to the query in macro_duplicate.q:
> {noformat}
> -select math_square(a), math_square(b),factorial(a), factorial(b), 
> math_add(a), math_add(b),int(c) from macro_testing;
> \ No newline at end of file
> +select math_square(a), math_square(b),factorial(a), factorial(b), 
> math_add(a), math_add(b),int(c) from macro_testing order by int(c);
> {noformat}
> And the results from math_add() changed unexpectedly:
> {noformat}
> -1  4   1   2   2   4   3
> -16 25  24  120 8   10  6
> +1  4   1   2   1   4   3
> +16 25  24  120 16  25  6
> {noformat}



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


[jira] [Updated] (HIVE-12277) Hive macro results on macro_duplicate.q different after adding ORDER BY

2015-10-28 Thread Pengcheng Xiong (JIRA)

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

Pengcheng Xiong updated HIVE-12277:
---
Attachment: (was: HIVE-12277.01.patch)

> Hive macro results on macro_duplicate.q different after adding ORDER BY
> ---
>
> Key: HIVE-12277
> URL: https://issues.apache.org/jira/browse/HIVE-12277
> Project: Hive
>  Issue Type: Bug
>  Components: Macros
>Reporter: Jason Dere
>Assignee: Pengcheng Xiong
> Attachments: HIVE-12277.01.patch
>
>
> Added an order-by to the query in macro_duplicate.q:
> {noformat}
> -select math_square(a), math_square(b),factorial(a), factorial(b), 
> math_add(a), math_add(b),int(c) from macro_testing;
> \ No newline at end of file
> +select math_square(a), math_square(b),factorial(a), factorial(b), 
> math_add(a), math_add(b),int(c) from macro_testing order by int(c);
> {noformat}
> And the results from math_add() changed unexpectedly:
> {noformat}
> -1  4   1   2   2   4   3
> -16 25  24  120 8   10  6
> +1  4   1   2   1   4   3
> +16 25  24  120 16  25  6
> {noformat}



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


[jira] [Updated] (HIVE-12277) Hive macro results on macro_duplicate.q different after adding ORDER BY

2015-10-28 Thread Pengcheng Xiong (JIRA)

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

Pengcheng Xiong updated HIVE-12277:
---
Attachment: HIVE-12277.01.patch

[~jdere], could you please review it? Thanks!

> Hive macro results on macro_duplicate.q different after adding ORDER BY
> ---
>
> Key: HIVE-12277
> URL: https://issues.apache.org/jira/browse/HIVE-12277
> Project: Hive
>  Issue Type: Bug
>  Components: Macros
>Reporter: Jason Dere
>Assignee: Pengcheng Xiong
> Attachments: HIVE-12277.01.patch
>
>
> Added an order-by to the query in macro_duplicate.q:
> {noformat}
> -select math_square(a), math_square(b),factorial(a), factorial(b), 
> math_add(a), math_add(b),int(c) from macro_testing;
> \ No newline at end of file
> +select math_square(a), math_square(b),factorial(a), factorial(b), 
> math_add(a), math_add(b),int(c) from macro_testing order by int(c);
> {noformat}
> And the results from math_add() changed unexpectedly:
> {noformat}
> -1  4   1   2   2   4   3
> -16 25  24  120 8   10  6
> +1  4   1   2   1   4   3
> +16 25  24  120 16  25  6
> {noformat}



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