Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
6.2.0
-
None
Description
In an example with embedded python returning a dataset that was passed to another embedded python function, I had
choosen(myfunc(), 10)
which generated the following code:
RtlLinkedDatasetBuilder crM(allocN, 10LL); Owned<IRowStream> vQ; vQ.setown(user2(ctx,allocN,"MNIST_data","")); for (;;) { rtlRowAttr vR; vR.setown(vQ.get()->nextRow()); if (!vR.getbytes()) break; crM.append(vR.getbytes()); }
Attachments
Issue Links
- relates to
-
HPCC-16732 Improve code for break from nested iterator
-
- Resolved
-