[
https://issues.apache.org/jira/browse/APEXMALHAR-1953?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15276982#comment-15276982
]
ASF GitHub Bot commented on APEXMALHAR-1953:
--------------------------------------------
Github user chandnisingh commented on a diff in the pull request:
https://github.com/apache/incubator-apex-malhar/pull/215#discussion_r62568049
--- Diff:
library/src/main/java/com/datatorrent/lib/db/AbstractTransactionableStoreOutputOperator.java
---
@@ -67,6 +68,8 @@ public void process(T t)
};
+ public final transient DefaultOutputPort<T> error = new
DefaultOutputPort<>();
--- End diff --
Why is this port needed here?
> Add generic (insert, update, delete) support to JDBC Output Operator
> --------------------------------------------------------------------
>
> Key: APEXMALHAR-1953
> URL: https://issues.apache.org/jira/browse/APEXMALHAR-1953
> Project: Apache Apex Malhar
> Issue Type: Task
> Reporter: Bhupesh Chawda
> Assignee: Bhupesh Chawda
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)