Github user DaveBirdsall commented on a diff in the pull request:
https://github.com/apache/trafodion/pull/1310#discussion_r166094408
--- Diff: core/conn/unixodbc/odbc/odbcclient/unixcli/cli/ctosqlconv.cpp ---
@@ -3565,12 +4229,12 @@ unsigned long ODBC::ConvertCharToInt64(SQLPOINTER
srcDataPtr,
int tempLen;
char cTmpBuf[100];
bool truncation = false;
-
+ int nuberLen = 0;
--- End diff --
The variable nuberLen doesn't seem to be used anywhere below. (It doesn't
hurt anything though.)---
