[
https://issues.apache.org/jira/browse/TRAFODION-3166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16558906#comment-16558906
]
ASF GitHub Bot commented on TRAFODION-3166:
-------------------------------------------
Github user selvaganesang commented on a diff in the pull request:
https://github.com/apache/trafodion/pull/1665#discussion_r205606604
--- Diff: core/sql/executor/ExSequence.cpp ---
@@ -1487,7 +1487,35 @@ void ExSequenceTcb::updateDiagsArea( ExeErrorCode
rc_)
}
if (!da->contains((Lng32) -rc_))
{
- *da << DgSqlCode(-rc_);
+ char msg[512];
--- End diff --
It would be nice if you can encapsulate these changes in cluster_->flush().
The caller doesn't need to know about the internals of cluster_
> 8427 error string missing when thrown by sequence operator
> ----------------------------------------------------------
>
> Key: TRAFODION-3166
> URL: https://issues.apache.org/jira/browse/TRAFODION-3166
> Project: Apache Trafodion
> Issue Type: Bug
> Components: sql-exe
> Reporter: Prashanth Vasudev
> Assignee: Prashanth Vasudev
> Priority: Major
> Fix For: 2.3
>
>
> *** ERROR[8427] [2018-07-23 15:52:16]
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)