[
https://issues.apache.org/jira/browse/TRAFODION-2456?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15847138#comment-15847138
]
ASF GitHub Bot commented on TRAFODION-2456:
-------------------------------------------
Github user asfgit closed the pull request at:
https://github.com/apache/incubator-trafodion/pull/939
> TMUDF doesn't work in this scenario with its parallism
> ------------------------------------------------------
>
> Key: TRAFODION-2456
> URL: https://issues.apache.org/jira/browse/TRAFODION-2456
> Project: Apache Trafodion
> Issue Type: Improvement
> Reporter: Kevin Xu
> Assignee: Hans Zeller
> Priority: Critical
> Attachments: ParTest2.java
>
>
> Attached ParTest2.java.
> Expected to print 6 lines, but got only 1 line.
> Workaround is to add the following lines:
> @Override
> public void describeStatistics(UDRInvocationInfo info) throws
> UDRException {
> info.out().setEstimatedNumRows(1000000);
> }
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)