Pradeep Kamath (JIRA)
Wed, 18 Nov 2009 11:41:07 -0800
[
https://issues.apache.org/jira/browse/PIG-1094?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12779630#action_12779630
]
Pradeep Kamath commented on PIG-1094: ------------------------------------- Patch committed - here is the list of test cases which still fail with the cause : ||Testcase Class||Testcase Method||Cause|| |TestAlgebraicEvalLocal|testGroupCountWithMultipleFields|local mode needs to be fixed| |TestAlgebraicEvalLocal|testSimpleCount|local mode needs to be fixed| |TestAlgebraicEvalLocal|testGroupCount|local mode needs to be fixed| |TestAlgebraicEvalLocal|testGroupReorderCount|local mode needs to be fixed| |TestAlgebraicEvalLocal|testGroupUniqueColumnCount|local mode needs to be fixed| |TestAlgebraicEvalLocal|testGroupDuplicateColumnCount|local mode needs to be fixed| |TestBinaryStorage|testBinaryStorageWithAsciiData|streaming needs to be fixed| |TestBinaryStorage|testBinaryStorageWithBinaryData|streaming needs to be fixed| |TestBZip|testBzipInPig|bzip support in PigStorage needs to be fixed| |TestBZip|testEmptyBzipInPig|bzip support in PigStorage needs to be fixed| |TestCombiner|testLocal|local mode needs to be fixed| |TestCommit|testCheckin1|order by needs to be fixed| |TestCommit|testCheckin2|order by needs to be fixed| |TestCounters|testMapOnly|Counter needs to be fixed (broken in hadoop 20.1 with new api?)| |TestCounters|testMapOnlyBinStorage|Counter needs to be fixed (broken in hadoop 20.1 with new api?)| |TestCounters|testMapReduceOnly|Counter needs to be fixed (broken in hadoop 20.1 with new api?)| |TestCounters|testMapReduceOnlyBinStorage|Counter needs to be fixed (broken in hadoop 20.1 with new api?)| |TestCounters|testMapCombineReduce|Counter needs to be fixed (broken in hadoop 20.1 with new api?)| |TestCounters|testMapCombineReduceBinStorage|Counter needs to be fixed (broken in hadoop 20.1 with new api?)| |TestCounters|testMultipleMRJobs|Counter needs to be fixed (broken in hadoop 20.1 with new api?)| |TestCounters|testLocal|Counter needs to be fixed (broken in hadoop 20.1 with new api?)| |TestEvalPipeline2|testLimitedSortWithDump|order by needs to be fixed| |TestEvalPipeline2|testLimitAfterSort|order by needs to be fixed| |TestEvalPipeline2|testLimitAfterSortDesc|order by needs to be fixed| |TestEvalPipeline2|testEmptySort|order by needs to be fixed| |TestEvalPipelineLocal|testFunctionInsideFunction|local mode needs to be fixed| |TestEvalPipelineLocal|testJoin|local mode needs to be fixed| |TestEvalPipelineLocal|testDriverMethod|local mode needs to be fixed| |TestEvalPipelineLocal|testMapLookup|local mode needs to be fixed| |TestEvalPipelineLocal|testBagFunctionWithFlattening|local mode needs to be fixed| |TestEvalPipelineLocal|testSortWithUDF|local mode needs to be fixed| |TestEvalPipelineLocal|testDistinct|local mode needs to be fixed| |TestEvalPipelineLocal|testNestedPlan|local mode needs to be fixed| |TestEvalPipelineLocal|testNestedPlanWithExpressionAssignment|local mode needs to be fixed| |TestEvalPipelineLocal|testLimit|local mode needs to be fixed| |TestEvalPipelineLocal|testComplexData|local mode needs to be fixed| |TestEvalPipelineLocal|testBinStorageDetermineSchema|local mode needs to be fixed| |TestEvalPipelineLocal|testProjectBag|local mode needs to be fixed| |TestEvalPipelineLocal|testBinStorageDetermineSchema2|local mode needs to be fixed| |TestEvalPipelineLocal|testCogroupWithInputFromGroup|local mode needs to be fixed| |TestEvalPipelineLocal|testUtf8Dump|local mode needs to be fixed| |TestEvalPipelineLocal|testMapUDF|local mode needs to be fixed| |TestEvalPipelineLocal|testLoadCtorArgs|local mode needs to be fixed| |TestEvalPipelineLocal|testNestedPlanForCloning|local mode needs to be fixed| |TestEvalPipelineLocal|testArithmeticCloning|local mode needs to be fixed| |TestEvalPipelineLocal|testExpressionReUse|local mode needs to be fixed| |TestEvalPipelineLocal|testIdentity|local mode needs to be fixed| |TestEvalPipeline|testSortWithUDF|order by needs to be fixed| |TestFinish|testFinishInMapLoc|local mode needs to be fixed| |TestFinish|testFinishInReduceLoc|local mode needs to be fixed| |TestForEachNestedPlanLocal|testInnerOrderBy|local node needs to be fixed| |TestForEachNestedPlanLocal|testInnerLimit|local node needs to be fixed| |TestFRJoin|testSortFRJoin|order by needs to be fixed| |TestGrunt|testKeepGoing|streaming needs to be fixed| |TestJoin|testDefaultJoin|local mode needs to be fixed| |TestJoin|testJoinSchema|local mode needs to be fixed| |TestJoin|testLeftOuterJoin|local mode needs to be fixed| |TestJoin|testRightOuterJoin|local mode needs to be fixed| |TestJoin|testFullOuterJoin|local mode needs to be fixed| |TestJoin|testJoinTupleFieldKey|local mode needs to be fixed| |TestJoin|testJoinNullTupleFieldKey|local mode needs to be fixed| |TestLocal2|testUnion1|local mode needs to be fixed| |TestLocal2|testUnion1WithNulls|local mode needs to be fixed| |TestLocal2|testUnion2|local mode needs to be fixed| |TestLocal2|testUnion2WithNulls|local mode needs to be fixed| |TestLocal2|testJoin1|local mode needs to be fixed| |TestLocal|testBigGroupAll|local mode needs to be fixed| |TestLocal|testBigGroupAllWithNull|local mode needs to be fixed| |TestLocal|testStoreFunction|local mode needs to be fixed| |TestLocal|testStoreFunctionNoNulls|local mode needs to be fixed| |TestLocal|testStoreFunctionWithNulls|local mode needs to be fixed| |TestLocal|testQualifiedFunctions|local mode needs to be fixed| |TestLocal|testQualifiedFunctionsWithNulls|local mode needs to be fixed| |TestLocal|testDefinedFunctions|local mode needs to be fixed| |TestLocal|testDefinedFunctionsNoNulls|local mode needs to be fixed| |TestLocal|testDefinedFunctionsWithNulls|local mode needs to be fixed| |TestMergeJoin|testMergeJoinSimplest|Merge join needs to be fixed| |TestMergeJoin|testMergeJoinOnMultiFields|Merge join needs to be fixed| |TestMergeJoin|testMergeJoinWithExpr|Merge join needs to be fixed| |TestMergeJoin|testMergeJoinOutWithSchema|Merge join needs to be fixed| |TestMergeJoin|testMergeJoinOutWithFilters|Merge join needs to be fixed| |TestMergeJoin|testMergeJoinOutWithProjects|Merge join needs to be fixed| |TestMergeJoin|testMergeJoinOutPipeline|Merge join needs to be fixed| |TestMergeJoin|testMergeJoinWithNulls|Merge join needs to be fixed| |TestMergeJoin|testMergeJoinWithMRBoundaryLater|Merge join needs to be fixed| |TestMergeJoin|testEmptyRightFile|Merge join needs to be fixed| |TestMergeJoin|testParallelism|Merge join needs to be fixed| |TestMergeJoin|testIndexer|Merge join needs to be fixed| |TestMergeJoin|testExpression|Merge join needs to be fixed| |TestMRCompiler|testMergeJoin|Merge join needs to be fixed| |TestMultiQueryLocal|testMultiQueryWithTwoStores|local mode needs to be fixed| |TestMultiQueryLocal|testMultiQueryWithTwoStores2|local mode needs to be fixed| |TestMultiQueryLocal|testMultiQueryWithTwoStores2Execs|local mode needs to be fixed| |TestMultiQueryLocal|testMultiQueryWithThreeStores|local mode needs to be fixed| |TestMultiQueryLocal|testMultiQueryWithThreeStores2|local mode needs to be fixed| |TestMultiQueryLocal|testMultiQueryWithTwoLoads|local mode needs to be fixed| |TestMultiQueryLocal|testMultiQueryWithTwoLoads2|local mode needs to be fixed| |TestMultiQueryLocal|testMultiQueryWithExplain|local mode needs to be fixed| |TestMultiQueryLocal|testMultiQueryWithDump|local mode needs to be fixed| |TestMultiQueryLocal|testMultiQueryWithDescribe|local mode needs to be fixed| |TestMultiQueryLocal|testMultiQueryWithIllustrate|local mode needs to be fixed| |TestMultiQueryLocal|testStoreOrder|local mode needs to be fixed| |TestMultiQuery|testMultiQueryWithSplitInMapAndMultiMerge|local mode needs to be fixed| |TestPigContext|testSetProperties_way_num01|local mode needs to be fixed| |TestPigContext|testSetProperties_way_num02|local mode needs to be fixed| |TestPigContext|testSetProperties_way_num03|local mode needs to be fixed| |TestPigContext|testImportList|not clear on the cause yet| |TestPigScriptParser|testDefineUDF|local mode needs to be fixed| |TestPigSplit|testSchemaWithSplit|order by needs to be fixed| |TestPigStats|testBytesWritten_JIRA_1027|local mode needs to be fixed| |TestSampleOptimizer|testOptimizerFired|order by needs to be fixed| |TestSampleOptimizer|testEndToEnd|order by needs to be fixed| |TestSampleOptimizer|testPoissonSampleOptimizer|skew join needs to be fixed| |TestSkewedJoin|testSkewedJoinWithGroup|skew join needs to be fixed| |TestSkewedJoin|testSkewedJoinWithNoProperties|skew join needs to be fixed| |TestSkewedJoin|testSkewedJoinReducers|skew join needs to be fixed| |TestSkewedJoin|testSkewedJoinMapKey|skew join needs to be fixed| |TestSkewedJoin|testSkewedJoinKeyPartition|skew join needs to be fixed| |TestSkewedJoin|testSkewedJoinNullKeys|skew join needs to be fixed| |TestStore|testStore|local mode needs to be fixed| |TestStore|testStoreComplexData|local mode needs to be fixed| |TestStore|testStoreComplexDataWithNull|local mode needs to be fixed| |TestStreamingLocal|testSimpleMapSideStreaming|streaming needs to be fixed| |TestStreamingLocal|testSimpleMapSideStreaming(TestStreamingLocal.java:114)|streaming needs to be fixed| |TestStreamingLocal|testSimpleMapSideStreamingWithOutputSchema|streaming needs to be fixed| |TestStreamingLocal|testSimpleMapSideStreamingWithOutputSchema(TestStreamingLocal.java:154)|streaming needs to be fixed| |TestStreamingLocal|testSimpleReduceSideStreamingAfterFlatten|streaming needs to be fixed| |TestStreamingLocal|testSimpleReduceSideStreamingAfterFlatten(TestStreamingLocal.java:198)|streaming needs to be fixed| |TestStreamingLocal|testSimpleOrderedReduceSideStreamingAfterFlatten|streaming needs to be fixed| |TestStreamingLocal|testSimpleOrderedReduceSideStreamingAfterFlatten(TestStreamingLocal.java:247)|streaming needs to be fixed| |TestStreamingLocal|testSimpleMapSideStreamingWithUnixPipes|streaming needs to be fixed| |TestStreamingLocal|testSimpleMapSideStreamingWithUnixPipes(TestStreamingLocal.java:285)|streaming needs to be fixed| |TestStreamingLocal|testLocalNegativeLoadStoreOptimization|streaming needs to be fixed| |TestStreamingLocal|testLocalNegativeLoadStoreOptimization(TestStreamingLocal.java:291)|streaming needs to be fixed| |TestTypeCheckingValidator|testMapLookupCast|local mode needs to be fixed| |TestUDFReturnMap|testUDFReturnMap_LocalMode|local mode needs to be fixed| |TestUDFWithoutParameter|testUDFWithoutParameter|local mode needs to be fixed| > Fix unit tests corresponding to source changes so far > ----------------------------------------------------- > > Key: PIG-1094 > URL: https://issues.apache.org/jira/browse/PIG-1094 > Project: Pig > Issue Type: Sub-task > Reporter: Pradeep Kamath > Assignee: Pradeep Kamath > Attachments: PIG-1094.patch > > > The check-in's so far on load-store-redesign branch have nor addressed unit > test failures due to interface changes. This jira is to track the task of > making the common case unit tests work with the new interfaces. Some aspects > of the new proposal like using LoadCaster interface for casting, making local > mode work have not been completed yet. Tests which are failing due to those > reasons will not be fixed in this jira and addressed in the jiras > corresponding to those tasks -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.