[
https://issues.apache.org/jira/browse/TRAFODION-3230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16677939#comment-16677939
]
ASF GitHub Bot commented on TRAFODION-3230:
-------------------------------------------
GitHub user Weixin-Xu opened a pull request:
https://github.com/apache/trafodion/pull/1739
[TRAFODION-3230] The number of error message is less than the failed input
rows
the parameter of SQLGetDiagRec need to be initialized
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Weixin-Xu/incubator-trafodion J3230
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/trafodion/pull/1739.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 #1739
----
commit 7df8c0e384563d046748258125d13655a1c7a9bf
Author: XuWeixin <weixin.xu@...>
Date: 2018-11-07T09:53:38Z
(ODB)the parameter of SQLGetDiagRec need to be initialized
----
> The number of error message is less than the fail rows
> ------------------------------------------------------
>
> Key: TRAFODION-3230
> URL: https://issues.apache.org/jira/browse/TRAFODION-3230
> Project: Apache Trafodion
> Issue Type: Bug
> Components: db-utility-odb
> Affects Versions: any
> Environment: Centos 6.7
> Reporter: XuWeixin
> Assignee: XuWeixin
> Priority: Major
> Fix For: 2.4
>
>
> Less error message raised when using multi thread ODB.
> For example.
> CREATE TABLE TB(NAME VARCHAR(42 CHARS) CHARACTER SET UTF8)
> You need a big data set with wrong data
> *./odb64luo -d dsn -u uid-p pwd -l
> src=srcfile.txt:tgt=tb:**parallel=2:rows=2:bad=bdf.txt***
> The number error message is less than the fail rows.
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)