[ https://issues.apache.org/jira/browse/APEXMALHAR-2513?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16071837#comment-16071837 ]
ASF GitHub Bot commented on APEXMALHAR-2513: -------------------------------------------- GitHub user tweise opened a pull request: https://github.com/apache/apex-malhar/pull/639 APEXMALHAR-2513 fixes for JdbcPollOperator Fix result set extraction to use column index. Exit static partitions after work is done. Propagate all exceptions from poller task. Add comment regarding SQL dialect support. Fix poller example properties. Documentation fixes. @devtagare please review You can merge this pull request into a Git repository by running: $ git pull https://github.com/tweise/apex-malhar APEXMALHAR-2513 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/apex-malhar/pull/639.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 #639 ---- commit 0a524db55b7eb716af408e42af640df0d29e3c17 Author: Thomas Weise <t...@apache.org> Date: 2017-07-03T00:00:34Z APEXMALHAR-2513 fixes for JdbcPollOperator Fix result set extraction to use column index. Exit static partitions after work is done. Propagate all exceptions from poller task. Add comment regarding SQL dialect support. Fix poller example properties. Documentation fixes. ---- > JDBCPollInputOperator issues > ---------------------------- > > Key: APEXMALHAR-2513 > URL: https://issues.apache.org/jira/browse/APEXMALHAR-2513 > Project: Apache Apex Malhar > Issue Type: Bug > Reporter: Thomas Weise > Assignee: Thomas Weise > > - Exceptions swallowed in poller thread > - ResultSet extraction only works with simple column expressions > - Invalid @NotNull constraint for columnsExpression > - invalid configuration in example app > - documentation does not mention jOOQ dialect limitations > > Along with these changes I'm planning to move the jdbc operators to > org.apache.apex subpackage -- This message was sent by Atlassian JIRA (v6.4.14#64029)