[ https://issues.apache.org/jira/browse/PIG-4366?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14286342#comment-14286342 ]
Daniel Dai commented on PIG-4366: --------------------------------- testNonExistingSecondDirectoryInSkewJoin.patch committed to trunk. Also for TF.newTuple(t.getAll()), tuple is reused in TezInput, and in Storage.putNext, the input tuple get reused. This is not a problem for most storer, but for mock.Storage, it is memory based. The tuple stored in memory keep changing. I am not sure if we need to do a deepcopy in TezInput, mock.Storage is the only memory based storer AFAIK. > Port local mode tests to Tez - part5 > ------------------------------------ > > Key: PIG-4366 > URL: https://issues.apache.org/jira/browse/PIG-4366 > Project: Pig > Issue Type: Sub-task > Components: tez > Reporter: Daniel Dai > Assignee: Daniel Dai > Fix For: 0.15.0 > > Attachments: PIG-4366-1.patch, PIG-4366-2.patch, PIG-4366-3.patch, > testNonExistingSecondDirectoryInSkewJoin.patch > > > Covers the following tests: > TestCubeOperator > TestJoin > TestMultiQuery > TestNewPlanColumnPrune > TestPigServer > TestPigStats > TestPruneColumn > TestRank3 > TestScalarAliases -- This message was sent by Atlassian JIRA (v6.3.4#6332)