Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
based on f9a50f3, using following command to test TestFRJoinNullValue:
ant -Dtestcase=TestFRJoinNullValue -Dexectype=spark -Dhadoopversion=23 test
following ut fail:
• org.apache.pig.test.TestFRJoinNullValue.testTupleLeftNullMatch
• org.apache.pig.test.TestFRJoinNullValue.testLeftNullMatch
• org.apache.pig.test.TestFRJoinNullValue.testTupleNullMatch
• org.apache.pig.test.TestFRJoinNullValue.testNullMatch
The reason why these unit test fail is because null value from table a and table b are considered same when table a fr join table b.
Attachments
Attachments
Issue Links
- links to