You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Ashish Thusoo (JIRA)" <ji...@apache.org> on 2008/09/29 15:36:44 UTC

[jira] Created: (HADOOP-4303) Hive: trim and rtrim UDFs behaviors are reversed

Hive: trim and rtrim UDFs behaviors are reversed
------------------------------------------------

                 Key: HADOOP-4303
                 URL: https://issues.apache.org/jira/browse/HADOOP-4303
             Project: Hadoop Core
          Issue Type: Bug
          Components: contrib/hive
            Reporter: Ashish Thusoo
            Assignee: Ashish Thusoo
             Fix For: 0.19.0


Currently trim removes trailing spaces where as rtrim removes spaces from both ends of the string.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-4303) Hive: trim and rtrim UDFs behaviors are reversed

Posted by "Ashish Thusoo (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-4303?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ashish Thusoo updated HADOOP-4303:
----------------------------------

    Status: Patch Available  (was: Open)

submitting.

> Hive: trim and rtrim UDFs behaviors are reversed
> ------------------------------------------------
>
>                 Key: HADOOP-4303
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4303
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: contrib/hive
>            Reporter: Ashish Thusoo
>            Assignee: Ashish Thusoo
>             Fix For: 0.19.0
>
>         Attachments: patch-4303.txt
>
>
> Currently trim removes trailing spaces where as rtrim removes spaces from both ends of the string.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-4303) Hive: trim and rtrim UDFs behaviors are reversed

Posted by "Ashish Thusoo (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-4303?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ashish Thusoo updated HADOOP-4303:
----------------------------------

    Fix Version/s:     (was: 0.19.1)
                   0.19.0

Fixed in 0.19.0

> Hive: trim and rtrim UDFs behaviors are reversed
> ------------------------------------------------
>
>                 Key: HADOOP-4303
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4303
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: contrib/hive
>            Reporter: Ashish Thusoo
>            Assignee: Ashish Thusoo
>             Fix For: 0.19.0
>
>         Attachments: patch-4303.txt
>
>
> Currently trim removes trailing spaces where as rtrim removes spaces from both ends of the string.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-4303) Hive: trim and rtrim UDFs behaviors are reversed

Posted by "Zheng Shao (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-4303?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12641108#action_12641108 ] 

Zheng Shao commented on HADOOP-4303:
------------------------------------

+1


> Hive: trim and rtrim UDFs behaviors are reversed
> ------------------------------------------------
>
>                 Key: HADOOP-4303
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4303
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: contrib/hive
>            Reporter: Ashish Thusoo
>            Assignee: Ashish Thusoo
>             Fix For: 0.19.0
>
>         Attachments: patch-4303.txt
>
>
> Currently trim removes trailing spaces where as rtrim removes spaces from both ends of the string.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-4303) Hive: trim and rtrim UDFs behaviors are reversed

Posted by "Ashish Thusoo (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-4303?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ashish Thusoo updated HADOOP-4303:
----------------------------------

    Fix Version/s:     (was: 0.19.0)
                   0.19.1

Fixed in 0.19.1

> Hive: trim and rtrim UDFs behaviors are reversed
> ------------------------------------------------
>
>                 Key: HADOOP-4303
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4303
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: contrib/hive
>            Reporter: Ashish Thusoo
>            Assignee: Ashish Thusoo
>             Fix For: 0.19.1
>
>         Attachments: patch-4303.txt
>
>
> Currently trim removes trailing spaces where as rtrim removes spaces from both ends of the string.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-4303) Hive: trim and rtrim UDFs behaviors are reversed

Posted by "Devaraj Das (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-4303?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Devaraj Das updated HADOOP-4303:
--------------------------------

    Fix Version/s:     (was: 0.19.0)

> Hive: trim and rtrim UDFs behaviors are reversed
> ------------------------------------------------
>
>                 Key: HADOOP-4303
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4303
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: contrib/hive
>            Reporter: Ashish Thusoo
>            Assignee: Ashish Thusoo
>
> Currently trim removes trailing spaces where as rtrim removes spaces from both ends of the string.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (HADOOP-4303) Hive: trim and rtrim UDFs behaviors are reversed

Posted by "Ashish Thusoo (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-4303?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ashish Thusoo resolved HADOOP-4303.
-----------------------------------

    Resolution: Fixed

Fixed as part of JIRA-4230

> Hive: trim and rtrim UDFs behaviors are reversed
> ------------------------------------------------
>
>                 Key: HADOOP-4303
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4303
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: contrib/hive
>            Reporter: Ashish Thusoo
>            Assignee: Ashish Thusoo
>             Fix For: 0.19.0
>
>         Attachments: patch-4303.txt
>
>
> Currently trim removes trailing spaces where as rtrim removes spaces from both ends of the string.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-4303) Hive: trim and rtrim UDFs behaviors are reversed

Posted by "Ashish Thusoo (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-4303?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ashish Thusoo updated HADOOP-4303:
----------------------------------

    Attachment: patch-4303.txt

This patch has all the fixes for hive bugs that we have made in the internal tree. Incorporation of this patch will allow us to close out all the 0.19 bugs open so far.

> Hive: trim and rtrim UDFs behaviors are reversed
> ------------------------------------------------
>
>                 Key: HADOOP-4303
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4303
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: contrib/hive
>            Reporter: Ashish Thusoo
>            Assignee: Ashish Thusoo
>             Fix For: 0.19.0
>
>         Attachments: patch-4303.txt
>
>
> Currently trim removes trailing spaces where as rtrim removes spaces from both ends of the string.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-4303) Hive: trim and rtrim UDFs behaviors are reversed

Posted by "Namit Jain (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-4303?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Namit Jain updated HADOOP-4303:
-------------------------------


+1

> Hive: trim and rtrim UDFs behaviors are reversed
> ------------------------------------------------
>
>                 Key: HADOOP-4303
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4303
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: contrib/hive
>            Reporter: Ashish Thusoo
>            Assignee: Ashish Thusoo
>             Fix For: 0.19.0
>
>         Attachments: patch-4303.txt
>
>
> Currently trim removes trailing spaces where as rtrim removes spaces from both ends of the string.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-4303) Hive: trim and rtrim UDFs behaviors are reversed

Posted by "Ashish Thusoo (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-4303?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ashish Thusoo updated HADOOP-4303:
----------------------------------

    Fix Version/s: 0.19.0

changing this to fix for 0.19

> Hive: trim and rtrim UDFs behaviors are reversed
> ------------------------------------------------
>
>                 Key: HADOOP-4303
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4303
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: contrib/hive
>            Reporter: Ashish Thusoo
>            Assignee: Ashish Thusoo
>             Fix For: 0.19.0
>
>         Attachments: patch-4303.txt
>
>
> Currently trim removes trailing spaces where as rtrim removes spaces from both ends of the string.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-4303) Hive: trim and rtrim UDFs behaviors are reversed

Posted by "Ashish Thusoo (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-4303?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ashish Thusoo updated HADOOP-4303:
----------------------------------

    Status: Open  (was: Patch Available)

Fixed as part of JIRA-4230

> Hive: trim and rtrim UDFs behaviors are reversed
> ------------------------------------------------
>
>                 Key: HADOOP-4303
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4303
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: contrib/hive
>            Reporter: Ashish Thusoo
>            Assignee: Ashish Thusoo
>             Fix For: 0.19.0
>
>         Attachments: patch-4303.txt
>
>
> Currently trim removes trailing spaces where as rtrim removes spaces from both ends of the string.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.