Github user arvind-narain commented on a diff in the pull request:

    https://github.com/apache/incubator-trafodion/pull/120#discussion_r42021375
  
    --- Diff: core/conn/jdbc_type4/src/org/trafodion/jdbc/t4/HPT4Messages.java 
---
    @@ -295,7 +292,7 @@ static HPT4Exception createSQLException(T4Properties 
t4props, Locale msgLocale,
                        if (messageArguments != null) {
                                message = message.concat(" With parameters: ");
                                while (true) {
    -                                   message = 
message.concat(messageArguments[i++].toString());
    +                                   message = 
message.concat(messageArguments[i++] + "");
    --- End diff --
    
    This is minor - do we need to make the same change on line 83 also ?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to