You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Carl Steinbach (JIRA)" <ji...@apache.org> on 2010/01/27 22:12:34 UTC

[jira] Created: (HIVE-1112) Replace instances of StringBuffer/Vector with StringBuilder/ArrayList

Replace instances of StringBuffer/Vector with StringBuilder/ArrayList
---------------------------------------------------------------------

                 Key: HIVE-1112
                 URL: https://issues.apache.org/jira/browse/HIVE-1112
             Project: Hadoop Hive
          Issue Type: Task
    Affects Versions: 0.6.0
            Reporter: Carl Steinbach
            Assignee: Carl Steinbach


When possible replace instances of StringBuffer and Vector with their non-synchronized counterparts StringBuilder and ArrayList.

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


[jira] Updated: (HIVE-1112) Replace instances of StringBuffer/Vector with StringBuilder/ArrayList

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

Carl Steinbach updated HIVE-1112:
---------------------------------

    Attachment: HIVE-1112.patch

> Replace instances of StringBuffer/Vector with StringBuilder/ArrayList
> ---------------------------------------------------------------------
>
>                 Key: HIVE-1112
>                 URL: https://issues.apache.org/jira/browse/HIVE-1112
>             Project: Hadoop Hive
>          Issue Type: Task
>    Affects Versions: 0.6.0
>            Reporter: Carl Steinbach
>            Assignee: Carl Steinbach
>         Attachments: HIVE-1112.patch
>
>
> When possible replace instances of StringBuffer and Vector with their non-synchronized counterparts StringBuilder and ArrayList.

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


[jira] Updated: (HIVE-1112) Replace instances of StringBuffer/Vector with StringBuilder/ArrayList

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

Carl Steinbach updated HIVE-1112:
---------------------------------

    Affects Version/s:     (was: 0.6.0)
         Release Note:   (was: HIVE-1112. Replace instances of StringBuffer and Vector with StringBuilder and ArrayList. (Carl Steinbach via zshao))

> Replace instances of StringBuffer/Vector with StringBuilder/ArrayList
> ---------------------------------------------------------------------
>
>                 Key: HIVE-1112
>                 URL: https://issues.apache.org/jira/browse/HIVE-1112
>             Project: Hive
>          Issue Type: Task
>            Reporter: Carl Steinbach
>            Assignee: Carl Steinbach
>             Fix For: 0.6.0
>
>         Attachments: HIVE-1112.2.patch, HIVE-1112.3.patch, HIVE-1112.patch
>
>
> When possible replace instances of StringBuffer and Vector with their non-synchronized counterparts StringBuilder and ArrayList.

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


[jira] Updated: (HIVE-1112) Replace instances of StringBuffer/Vector with StringBuilder/ArrayList

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

Carl Steinbach updated HIVE-1112:
---------------------------------

    Attachment: HIVE-1112.3.patch

* Convert to SVN patch.

> Replace instances of StringBuffer/Vector with StringBuilder/ArrayList
> ---------------------------------------------------------------------
>
>                 Key: HIVE-1112
>                 URL: https://issues.apache.org/jira/browse/HIVE-1112
>             Project: Hadoop Hive
>          Issue Type: Task
>    Affects Versions: 0.6.0
>            Reporter: Carl Steinbach
>            Assignee: Carl Steinbach
>         Attachments: HIVE-1112.2.patch, HIVE-1112.3.patch, HIVE-1112.patch
>
>
> When possible replace instances of StringBuffer and Vector with their non-synchronized counterparts StringBuilder and ArrayList.

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


[jira] Updated: (HIVE-1112) Replace instances of StringBuffer/Vector with StringBuilder/ArrayList

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

Zheng Shao updated HIVE-1112:
-----------------------------

       Resolution: Fixed
    Fix Version/s: 0.6.0
     Release Note: HIVE-1112. Replace instances of StringBuffer and Vector with StringBuilder and ArrayList. (Carl Steinbach via zshao)
     Hadoop Flags: [Reviewed]
           Status: Resolved  (was: Patch Available)

Committed. Thanks Carl!


> Replace instances of StringBuffer/Vector with StringBuilder/ArrayList
> ---------------------------------------------------------------------
>
>                 Key: HIVE-1112
>                 URL: https://issues.apache.org/jira/browse/HIVE-1112
>             Project: Hadoop Hive
>          Issue Type: Task
>    Affects Versions: 0.6.0
>            Reporter: Carl Steinbach
>            Assignee: Carl Steinbach
>             Fix For: 0.6.0
>
>         Attachments: HIVE-1112.2.patch, HIVE-1112.3.patch, HIVE-1112.patch
>
>
> When possible replace instances of StringBuffer and Vector with their non-synchronized counterparts StringBuilder and ArrayList.

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


[jira] Updated: (HIVE-1112) Replace instances of StringBuffer/Vector with StringBuilder/ArrayList

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

Carl Steinbach updated HIVE-1112:
---------------------------------

    Status: Patch Available  (was: Open)

> Replace instances of StringBuffer/Vector with StringBuilder/ArrayList
> ---------------------------------------------------------------------
>
>                 Key: HIVE-1112
>                 URL: https://issues.apache.org/jira/browse/HIVE-1112
>             Project: Hadoop Hive
>          Issue Type: Task
>    Affects Versions: 0.6.0
>            Reporter: Carl Steinbach
>            Assignee: Carl Steinbach
>         Attachments: HIVE-1112.patch
>
>
> When possible replace instances of StringBuffer and Vector with their non-synchronized counterparts StringBuilder and ArrayList.

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


[jira] Updated: (HIVE-1112) Replace instances of StringBuffer/Vector with StringBuilder/ArrayList

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

Carl Steinbach updated HIVE-1112:
---------------------------------

    Attachment: HIVE-1112.2.patch

* Back out change to JDBM code.

> Replace instances of StringBuffer/Vector with StringBuilder/ArrayList
> ---------------------------------------------------------------------
>
>                 Key: HIVE-1112
>                 URL: https://issues.apache.org/jira/browse/HIVE-1112
>             Project: Hadoop Hive
>          Issue Type: Task
>    Affects Versions: 0.6.0
>            Reporter: Carl Steinbach
>            Assignee: Carl Steinbach
>         Attachments: HIVE-1112.2.patch, HIVE-1112.patch
>
>
> When possible replace instances of StringBuffer and Vector with their non-synchronized counterparts StringBuilder and ArrayList.

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


[jira] Commented: (HIVE-1112) Replace instances of StringBuffer/Vector with StringBuilder/ArrayList

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

Zheng Shao commented on HIVE-1112:
----------------------------------

+1. Will commit after test passes.

> Replace instances of StringBuffer/Vector with StringBuilder/ArrayList
> ---------------------------------------------------------------------
>
>                 Key: HIVE-1112
>                 URL: https://issues.apache.org/jira/browse/HIVE-1112
>             Project: Hadoop Hive
>          Issue Type: Task
>    Affects Versions: 0.6.0
>            Reporter: Carl Steinbach
>            Assignee: Carl Steinbach
>         Attachments: HIVE-1112.2.patch, HIVE-1112.3.patch, HIVE-1112.patch
>
>
> When possible replace instances of StringBuffer and Vector with their non-synchronized counterparts StringBuilder and ArrayList.

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