[
https://issues.apache.org/jira/browse/PIG-5338?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16452301#comment-16452301
]
Koji Noguchi commented on PIG-5338:
-----------------------------------
bq. I am reverting that change and rerunning e2e.
[~gphillips], e2e tests sometimes take too much time to set up. If you like,
you can upload a new patch and we can run the tests for you. Appreciate your
help in this!
> Prevent deep copy of DataBag into Jython List
> ---------------------------------------------
>
> Key: PIG-5338
> URL: https://issues.apache.org/jira/browse/PIG-5338
> Project: Pig
> Issue Type: Improvement
> Reporter: Greg Phillips
> Assignee: Greg Phillips
> Priority: Major
> Attachments: PIG-5338.patch
>
>
> Pig Python UDFs currently perform deep copies on Bags converting them into
> Jython PyLists. This can cause Jython UDFs to run out of memory and fail. A
> Jython DataBag which extends PyList could allow for iterative access to
> DataBag elements, while only performing a deep copy when necessary.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)