[
https://issues.apache.org/jira/browse/PIG-4582?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14572002#comment-14572002
]
kexianda commented on PIG-4582:
-------------------------------
Hi [~mohitsabharwal],
the name of 'org.apache.pig.newplan.logical.Util' conflicts with
'org.apache.pig.test.Util'. And 'org.apache.pig.test.Util' is already used in
TestPruneColumn.
So, org.apache.pig.newplan.logical.Util' can not be imported.
If using static import, it will pollute the namespace with all the static
members. I guess that it will make the program unmaintainable. I'm not sure
about it. [~mohitsabharwal] Any comments? Thanks.
Regards,
Xianda
> Enable "TestPruneColumn" in spark mode
> --------------------------------------
>
> Key: PIG-4582
> URL: https://issues.apache.org/jira/browse/PIG-4582
> Project: Pig
> Issue Type: Sub-task
> Components: spark
> Reporter: kexianda
> Assignee: kexianda
> Fix For: spark-branch
>
> Attachments: PIG-4582_1.patch
>
>
> ant -Dtestcase=TestPruneColumn -Dexectype=spark -DdebugPort=9999
> -Dhadoopversion=23 test
>
> You will find following unit test failures:
> • org.apache.pig.test.TestPruneColumn.testFRJoin1
> • org.apache.pig.test.TestPruneColumn.testCoGroup1
> • org.apache.pig.test.TestPruneColumn.testCoGroup3
> • org.apache.pig.test.TestPruneColumn.testCoGroup4
> • org.apache.pig.test.TestPruneColumn.testCoGroup6
> • org.apache.pig.test.TestPruneColumn.testCoGroup7
> • org.apache.pig.test.TestPruneColumn.testCoGroup8
> • org.apache.pig.test.TestPruneColumn.testCogroup8
> • org.apache.pig.test.TestPruneColumn.testComplex2
> • org.apache.pig.test.TestPruneColumn.testSplit4
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)