[
https://issues.apache.org/jira/browse/TAJO-2175?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15371576#comment-15371576
]
ASF GitHub Bot commented on TAJO-2175:
--------------------------------------
GitHub user dongjinleekr opened a pull request:
https://github.com/apache/tajo/pull/1039
TAJO-2175: Fix some glitches in source code
Fix some glitches found working on TAJO-2165:
1. Refine method signiture: CatalogUtil#renameColumn, renameTable,
addNewColumn and setProperty. 2. Remove AlterTableNode#clone.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/dongjinleekr/tajo feature/TAJO-2175
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tajo/pull/1039.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1039
----
commit 976218584aa57bff4a426cf9ddb7128855b4e3ab
Author: Lee Dongjin <[email protected]>
Date: 2016-07-11T20:42:38Z
1. Refine method signiture: CatalogUtil#renameColumn, renameTable,
addNewColumn and setProperty. 2. Remove AlterTableNode#clone.
----
> Fix some glitches in source code
> --------------------------------
>
> Key: TAJO-2175
> URL: https://issues.apache.org/jira/browse/TAJO-2175
> Project: Tajo
> Issue Type: Improvement
> Reporter: Lee Dongjin
> Assignee: Lee Dongjin
> Priority: Minor
>
> - AlterTableNode#clone has been commented out. It would be better to be
> removed.
> - Remove unnecessary parameters from CatalogUtil#renameColumn, renameTable,
> addNewColumn and setProperty.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)