Kevin Xu created TRAFODION-2456:
-----------------------------------
Summary: 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.4#6332)