[jira] Commented: (PIG-1546) Incorrect assert statements in operator evaluation

2010-08-17 Thread Pradeep Kamath (JIRA)

[ 
https://issues.apache.org/jira/browse/PIG-1546?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12899566#action_12899566
 ] 

Pradeep Kamath commented on PIG-1546:
-

Results from running the test-patch ant target
[exec] +1 overall.
 [exec]
 [exec] +1 @author.  The patch does not contain any @author tags.
 [exec]
 [exec] +1 tests included.  The patch appears to include 3 new or 
modified tests.
 [exec]
 [exec] +1 javadoc.  The javadoc tool did not generate any warning 
messages.
 [exec]
 [exec] +1 javac.  The applied patch does not increase the total number 
of javac compiler warnings.
 [exec]
 [exec] +1 findbugs.  The patch does not introduce any new Findbugs 
warnings.
 [exec]
 [exec] +1 release audit.  The applied patch does not increase the 
total number of release audit warnings.


 Incorrect assert statements in operator evaluation
 --

 Key: PIG-1546
 URL: https://issues.apache.org/jira/browse/PIG-1546
 Project: Pig
  Issue Type: Bug
  Components: impl
Affects Versions: 0.7.0
Reporter: Ajay Kidave
Assignee: Ajay Kidave
Priority: Minor
 Fix For: 0.8.0

 Attachments: pig_1546.patch


 The physical operator evaluation code path for , =,  and = have incorrect 
 assert statements. These asserts fail if the jvm have asserts enabled.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (PIG-1546) Incorrect assert statements in operator evaluation

2010-08-17 Thread Ajay Kidave (JIRA)

[ 
https://issues.apache.org/jira/browse/PIG-1546?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12899569#action_12899569
 ] 

Ajay Kidave commented on PIG-1546:
--

All the units tests were run and passed.

 Incorrect assert statements in operator evaluation
 --

 Key: PIG-1546
 URL: https://issues.apache.org/jira/browse/PIG-1546
 Project: Pig
  Issue Type: Bug
  Components: impl
Affects Versions: 0.7.0
Reporter: Ajay Kidave
Assignee: Ajay Kidave
Priority: Minor
 Fix For: 0.8.0

 Attachments: pig_1546.patch


 The physical operator evaluation code path for , =,  and = have incorrect 
 assert statements. These asserts fail if the jvm have asserts enabled.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (PIG-1546) Incorrect assert statements in operator evaluation

2010-08-16 Thread Ajay Kidave (JIRA)

[ 
https://issues.apache.org/jira/browse/PIG-1546?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12899140#action_12899140
 ] 

Ajay Kidave commented on PIG-1546:
--

The failure stack trace is 

junit] java.lang.AssertionError [junit] at 
org.apache.pig.backend.hadoop.executionengine.physicalLayer.expressionOperators.GreaterThanExpr.doComparison(GreaterThanExpr.java:150)
[junit] at 
org.apache.pig.backend.hadoop.executionengine.physicalLayer.expressionOperators.GreaterThanExpr.getNext(GreaterThanExpr.java:104)
[junit] at 
org.apache.pig.backend.hadoop.executionengine.physicalLayer.relationalOperators.POFilter.getNext(POFilter.java:148)
[junit] at 
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.PigMapBase.runPipeline(PigMapBase.java:232)
[junit] at 
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.PigMapBase.map(PigMapBase.java:227)
[junit] at org.apache.pig.backend.hadoop.executionengine.mapReduceLayer


 Incorrect assert statements in operator evaluation
 --

 Key: PIG-1546
 URL: https://issues.apache.org/jira/browse/PIG-1546
 Project: Pig
  Issue Type: Bug
  Components: impl
Affects Versions: 0.7.0
Reporter: Ajay Kidave
Assignee: Ajay Kidave
Priority: Minor
 Fix For: 0.8.0


 The physical operator evaluation code path for , =,  and = have incorrect 
 assert statements. These asserts fail if the jvm have asserts enabled.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.