[
https://issues.apache.org/jira/browse/TRAFODION-2984?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16395224#comment-16395224
]
ASF GitHub Bot commented on TRAFODION-2984:
-------------------------------------------
Github user asfgit closed the pull request at:
https://github.com/apache/trafodion/pull/1466
> 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.3
>
>
> 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)