[
https://issues.apache.org/jira/browse/TRAFODION-2984?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16392241#comment-16392241
]
ASF GitHub Bot commented on TRAFODION-2984:
-------------------------------------------
GitHub user wenjun-zhu opened a pull request:
https://github.com/apache/trafodion/pull/1466
[TRAFODION-2984] Remove redundant statement
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/wenjun-zhu/trafodion
02-duplicate-getAttributes
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/trafodion/pull/1466.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 #1466
----
commit c9eef0a41514707ac7dfeabf58cd1a56eab4bf4d
Author: wenjun.zhu <wenjun.zhu@...>
Date: 2018-03-09T01:47:44Z
Remove redundant statement
----
> a redundant statement
> ---------------------
>
> Key: TRAFODION-2984
> URL: https://issues.apache.org/jira/browse/TRAFODION-2984
> Project: Apache Trafodion
> Issue Type: Improvement
> Components: connectivity-mxosrvr
> Affects Versions: 2.2.0
> Reporter: Wenjun Zhu
> Assignee: Wenjun Zhu
> Priority: Major
> Fix For: 2.2.0
>
>
> the function AssignColEntry in file core/sql/sqlcomp/CmpSeabaseDDLcommon.cpp:
>
> cliRC = cliInterface->getAttributes(1, TRUE, fsDatatype, length,
> &indOffset, &varOffset);
>
> cliRC = cliInterface->getAttributes(entry, TRUE, fsDatatype, length,
> &indOffset, &varOffset);
>
> {color:#333333}there are two cliInterface->getAttributes():, and the first is
> redundant.{color}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)