[jira] Resolved: (PIG-1605) Adding soft link to plan to solve input file dependency

2010-09-21 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1605?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Dai resolved PIG-1605. - Hadoop Flags: [Reviewed] Resolution: Fixed Release audit warning is due to jdiff. No new file added.

[jira] Updated: (PIG-1605) Adding soft link to plan to solve input file dependency

2010-09-21 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1605?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Dai updated PIG-1605: Attachment: PIG-1605-2.patch PIG-1605-2.patch fix findbug warnings. test-patch result: [exec] -1 overal

[jira] Updated: (PIG-1635) Logical simplifier does not simplify away constants under AND and OR; after simplificaion the ordering of operands of AND and OR may get changed

2010-09-21 Thread Yan Zhou (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1635?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yan Zhou updated PIG-1635: -- Status: Patch Available (was: Open) > Logical simplifier does not simplify away constants under AND and OR; afte

[jira] Updated: (PIG-1635) Logical simplifier does not simplify away constants under AND and OR; after simplificaion the ordering of operands of AND and OR may get changed

2010-09-21 Thread Yan Zhou (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1635?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yan Zhou updated PIG-1635: -- Attachment: PIG-1635.patch > Logical simplifier does not simplify away constants under AND and OR; after > simpl

[jira] Commented: (PIG-1636) Scalar fail if the scalar variable is generated by limit

2010-09-21 Thread Thejas M Nair (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1636?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12913339#action_12913339 ] Thejas M Nair commented on PIG-1636: +1 > Scalar fail if the scalar variable is generat

[jira] Commented: (PIG-1605) Adding soft link to plan to solve input file dependency

2010-09-21 Thread Thejas M Nair (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12913335#action_12913335 ] Thejas M Nair commented on PIG-1605: Looks good. +1 Possible optimizations - (can be done

[jira] Updated: (PIG-1598) Pig gobbles up error messages - Part 2

2010-09-21 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1598?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Dai updated PIG-1598: Status: Resolved (was: Patch Available) Hadoop Flags: [Reviewed] Resolution: Fixed Patch loo

[jira] Resolved: (PIG-772) Semantics of Filter statement inside ForEach should support filtering on aliases used in the Group statement preceding it

2010-09-21 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-772?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates resolved PIG-772. Resolution: Invalid The error message here is bad, but this is an error. You are trying to secretly do a joi

[jira] Updated: (PIG-1639) New logical plan: PushUpFilter should not optimize if filter condition contains UDF

2010-09-21 Thread Olga Natkovich (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1639?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olga Natkovich updated PIG-1639: Assignee: Xuefu Zhang (was: Daniel Dai) > New logical plan: PushUpFilter should not optimize if filt

[jira] Created: (PIG-1640) bin/pig does not run in local mode due to classes missing from classpath

2010-09-21 Thread Olga Natkovich (JIRA)
bin/pig does not run in local mode due to classes missing from classpath Key: PIG-1640 URL: https://issues.apache.org/jira/browse/PIG-1640 Project: Pig Issue Type: Bug

[jira] Updated: (PIG-1639) New logical plan: PushUpFilter should not optimize if filter condition contains UDF

2010-09-21 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1639?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Dai updated PIG-1639: Description: The following script fail: {code} a = load 'file' AS (f1, f2, f3); b = group a by f1; c = filter

[jira] Created: (PIG-1639) New logical plan: PushUpFilter should not optimize if filter condition contains UDF

2010-09-21 Thread Daniel Dai (JIRA)
New logical plan: PushUpFilter should not optimize if filter condition contains UDF --- Key: PIG-1639 URL: https://issues.apache.org/jira/browse/PIG-1639 Project: Pig

[jira] Updated: (PIG-1636) Scalar fail if the scalar variable is generated by limit

2010-09-21 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1636?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Dai updated PIG-1636: Attachment: PIG-1636-1.patch This patch depends on PIG-1605. > Scalar fail if the scalar variable is generat

[jira] Updated: (PIG-1638) sh output gets mixed up with the grunt prompt

2010-09-21 Thread niraj rai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1638?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] niraj rai updated PIG-1638: --- Status: Patch Available (was: Open) > sh output gets mixed up with the grunt prompt >

[jira] Updated: (PIG-1638) sh output gets mixed up with the grunt prompt

2010-09-21 Thread niraj rai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1638?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] niraj rai updated PIG-1638: --- Attachment: PIG-1638_0.patch > sh output gets mixed up with the grunt prompt >

[jira] Created: (PIG-1638) sh output gets mixed up with the grunt prompt

2010-09-21 Thread niraj rai (JIRA)
sh output gets mixed up with the grunt prompt - Key: PIG-1638 URL: https://issues.apache.org/jira/browse/PIG-1638 Project: Pig Issue Type: Bug Components: grunt Affects Versions: 0.8.

[jira] Assigned: (PIG-419) Combiner optimizations extended to nested foreach statements as well

2010-09-21 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-419?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates reassigned PIG-419: -- Assignee: Thejas M Nair > Combiner optimizations extended to nested foreach statements as well > -

[jira] Updated: (PIG-453) Scope resolution operators in flattened schemas need to be fixed

2010-09-21 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-453?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated PIG-453: --- Assignee: Alan Gates (was: Santhosh Srinivasan) Fix Version/s: 0.9.0 > Scope resolution operators in f

[jira] Updated: (PIG-438) Handle realiasing of existing Alias (A=B;)

2010-09-21 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated PIG-438: --- Assignee: Alan Gates Fix Version/s: 0.9.0 Priority: Minor (was: Major) > Handle realiasing of

[jira] Assigned: (PIG-479) PERFORMANCE: more extensive use of the combier

2010-09-21 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-479?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates reassigned PIG-479: -- Assignee: Thejas M Nair > PERFORMANCE: more extensive use of the combier > ---

[jira] Updated: (PIG-496) project of bags from complex data causes failures

2010-09-21 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-496?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated PIG-496: --- Assignee: Alan Gates Fix Version/s: 0.9.0 Priority: Minor (was: Major) > project of bags from

[jira] Updated: (PIG-516) order by

2010-09-21 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated PIG-516: --- Assignee: Alan Gates Fix Version/s: 0.9.0 > order by > - > > Key:

[jira] Updated: (PIG-666) Bug in Schema comparison for equality

2010-09-21 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-666?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated PIG-666: --- Assignee: Alan Gates Fix Version/s: 0.9.0 > Bug in Schema comparison for equality > ---

[jira] Updated: (PIG-667) Error in projection implementation or in typechecking when casting a member of Bag

2010-09-21 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-667?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated PIG-667: --- Assignee: Alan Gates Fix Version/s: 0.9.0 Priority: Minor (was: Major) > Error in projection

[jira] Resolved: (PIG-669) Bug in Schema comparison for casting

2010-09-21 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-669?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates resolved PIG-669. Resolution: Not A Problem This is correct behavior. SUM does not accept two arguments. > Bug in Schema compa

[jira] Updated: (PIG-670) DIFF contains an invalid expression - possible parser error

2010-09-21 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-670?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated PIG-670: --- Assignee: Xuefu Zhang Fix Version/s: 0.9.0 Priority: Minor (was: Major) > DIFF contains an in

[jira] Resolved: (PIG-931) Samples Syntax Error in Pig UDF Manual

2010-09-21 Thread Corinne Chandel (JIRA)
[ https://issues.apache.org/jira/browse/PIG-931?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Corinne Chandel resolved PIG-931. - Resolution: Fixed Fixed as part of Pig 080 beta-1 (see pig-1600 for patch). > Samples Syntax Error

[jira] Updated: (PIG-678) "as" support for group-by

2010-09-21 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-678?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated PIG-678: --- Assignee: Alan Gates Fix Version/s: 0.9.0 Priority: Minor (was: Major) > "as" support for gro

[jira] Updated: (PIG-719) store into 'filename'; should be valid syntax, but does not work

2010-09-21 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-719?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated PIG-719: --- Assignee: Xuefu Zhang Fix Version/s: 0.9.0 > store into 'filename'; should be valid syntax, but does n

[jira] Updated: (PIG-749) No attempt to check if 'flatten(group) as' has the same cardinality as 'group alias by'

2010-09-21 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-749?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated PIG-749: --- Assignee: Alan Gates Fix Version/s: 0.9.0 > No attempt to check if 'flatten(group) as' has the same car

[jira] Assigned: (PIG-750) Use combiner when a mix of algebraic and non-algebraic functions are used

2010-09-21 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-750?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates reassigned PIG-750: -- Assignee: Thejas M Nair Our performance tests have shown that having combiner and non-combiner functions

[jira] Resolved: (PIG-916) Change the pig hbase interface to get more than one row at a time when scanning

2010-09-21 Thread Dmitriy V. Ryaboy (JIRA)
[ https://issues.apache.org/jira/browse/PIG-916?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dmitriy V. Ryaboy resolved PIG-916. --- Fix Version/s: 0.8.0 Resolution: Duplicate Fixed in PIG-1205 > Change the pig hbase inte

[jira] Updated: (PIG-772) Semantics of Filter statement inside ForEach should support filtering on aliases used in the Group statement preceding it

2010-09-21 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-772?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated PIG-772: --- Assignee: Alan Gates Fix Version/s: 0.9.0 > Semantics of Filter statement inside ForEach should support

[jira] Resolved: (PIG-827) Redesign graph operations in OperatorPlan

2010-09-21 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-827?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates resolved PIG-827. Resolution: Fixed The new optimizer and plan structure introduced in 0.7 cover this. > Redesign graph operati

[jira] Updated: (PIG-828) Problem accessing a tuple within a bag

2010-09-21 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-828?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated PIG-828: --- Assignee: Alan Gates Fix Version/s: 0.9.0 > Problem accessing a tuple within a bag > --

[jira] Resolved: (PIG-836) Allow setting of end-of-record delimiter in PigStorage

2010-09-21 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-836?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates resolved PIG-836. Resolution: Won't Fix PigStorage now depends on TextInputFormat to parse lines. It does not allow the user t

[jira] Commented: (PIG-1076) Make PigOutputCommitter conform with new FileOututCommitter in hadoop trunk

2010-09-21 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1076?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12913242#action_12913242 ] Pradeep Kamath commented on PIG-1076: - The patch will need new hadoop sources which have

[jira] Updated: (PIG-847) Setting twoLevelAccessRequired field in a bag schema should not be required to access fields in the tuples of the bag

2010-09-21 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-847?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated PIG-847: --- Fix Version/s: 0.9.0 > Setting twoLevelAccessRequired field in a bag schema should not be required > to access

[jira] Assigned: (PIG-871) Improve distribution of keys in reduce phase

2010-09-21 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-871?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates reassigned PIG-871: -- Assignee: Thejas M Nair > Improve distribution of keys in reduce phase > -

[jira] Commented: (PIG-904) Conversion from double to chararray for udf input arguments does not occur

2010-09-21 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-904?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12913227#action_12913227 ] Alan Gates commented on PIG-904: I don't understand what the issue is here. CONCAT does not t

[jira] Updated: (PIG-904) Conversion from double to chararray for udf input arguments does not occur

2010-09-21 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-904?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated PIG-904: --- Assignee: Alan Gates Fix Version/s: 0.9.0 > Conversion from double to chararray for udf input arguments

[jira] Updated: (PIG-946) Combiner optimizer does not optimize when limit follow group, foreach

2010-09-21 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-946?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated PIG-946: --- Assignee: Thejas M Nair Fix Version/s: 0.9.0 > Combiner optimizer does not optimize when limit follow g

[jira] Updated: (PIG-916) Change the pig hbase interface to get more than one row at a time when scanning

2010-09-21 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-916?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated PIG-916: --- Assignee: Dmitriy V. Ryaboy Dmitriy, isn't this fixed by your recent changes to HBaseStorage? > Change the pig

[jira] Updated: (PIG-1016) Allow map to take non-bytearray value types.

2010-09-21 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1016?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated PIG-1016: Assignee: Alan Gates Fix Version/s: 0.9.0 > Allow map to take non-bytearray value types. > -

[jira] Commented: (PIG-1076) Make PigOutputCommitter conform with new FileOututCommitter in hadoop trunk

2010-09-21 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1076?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12913205#action_12913205 ] Alan Gates commented on PIG-1076: - Why did this get abandoned? > Make PigOutputCommitter con

[jira] Updated: (PIG-1222) cast ends up with NULL value

2010-09-21 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1222?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated PIG-1222: Assignee: Alan Gates Fix Version/s: 0.9.0 Priority: Minor (was: Major) > cast ends up with

[jira] Updated: (PIG-1244) parameter syntax in scripts, add support for ${VAR} (in addition to current $VAR)

2010-09-21 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated PIG-1244: Assignee: Xuefu Zhang Fix Version/s: 0.9.0 Priority: Minor (was: Major) > parameter syntax

[jira] Updated: (PIG-1297) algebraic interface of udf does not get used if the foreach with udf projects column within group

2010-09-21 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated PIG-1297: Assignee: Thejas M Nair Fix Version/s: 0.9.0 > algebraic interface of udf does not get used if the f

[jira] Created: (PIG-1637) Combiner not use because optimizor inserts a foreach between group and algebric function

2010-09-21 Thread Daniel Dai (JIRA)
Combiner not use because optimizor inserts a foreach between group and algebric function Key: PIG-1637 URL: https://issues.apache.org/jira/browse/PIG-1637 Projec

[jira] Created: (PIG-1636) Scalar fail if the scalar variable is generated by limit

2010-09-21 Thread Daniel Dai (JIRA)
Scalar fail if the scalar variable is generated by limit Key: PIG-1636 URL: https://issues.apache.org/jira/browse/PIG-1636 Project: Pig Issue Type: Bug Components: impl A

[jira] Commented: (PIG-1337) Need a way to pass distributed cache configuration information to hadoop backend in Pig's LoadFunc

2010-09-21 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1337?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12913154#action_12913154 ] Alan Gates commented on PIG-1337: - The problem with allowing load and store functions access

[jira] Updated: (PIG-1371) Pig should handle deep casting of complex types

2010-09-21 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1371?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated PIG-1371: Fix Version/s: 0.9.0 > Pig should handle deep casting of complex types > ---

[jira] Updated: (PIG-1339) International characters in column names not supported

2010-09-21 Thread Olga Natkovich (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1339?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olga Natkovich updated PIG-1339: Fix Version/s: 0.9.0 We should see if the new parser makes this easier and if so fix it. > Internat

[jira] Updated: (PIG-1339) International characters in column names not supported

2010-09-21 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1339?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated PIG-1339: Assignee: Xuefu Zhang > International characters in column names not supported >

[jira] Resolved: (PIG-1412) Make Pig OwlLoader work with remote HDFS in secure mode

2010-09-21 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1412?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates resolved PIG-1412. - Resolution: Won't Fix Owl is dead, thus there is no need to fix OwlLoader. > Make Pig OwlLoader work with

[jira] Updated: (PIG-1429) Add Boolean Data Type to Pig

2010-09-21 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1429?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated PIG-1429: Fix Version/s: 0.9.0 > Add Boolean Data Type to Pig > > > Key: P

[jira] Updated: (PIG-1479) Embed Pig in scripting languages

2010-09-21 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1479?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated PIG-1479: Assignee: Richard Ding Fix Version/s: 0.9.0 > Embed Pig in scripting languages > ---

[jira] Updated: (PIG-1491) Failure planning nested FOREACH with DISTINCT, POLoad cannot be cast to POLocalRearrange

2010-09-21 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1491?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated PIG-1491: Fix Version/s: 0.9.0 > Failure planning nested FOREACH with DISTINCT, POLoad cannot be cast to > POLocalRear

[jira] Updated: (PIG-1545) Secondary alias gives problem, when it has alias in the group by statement.

2010-09-21 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1545?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated PIG-1545: Assignee: Xuefu Zhang Fix Version/s: 0.9.0 This is a parser issue. If you do the same operation in

[jira] Updated: (PIG-1605) Adding soft link to plan to solve input file dependency

2010-09-21 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1605?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Dai updated PIG-1605: Attachment: PIG-1605-1.patch > Adding soft link to plan to solve input file dependency >

[jira] Updated: (PIG-1554) PERF: create accumulative bag in RelationToExpressionProject

2010-09-21 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1554?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated PIG-1554: Assignee: Thejas M Nair Fix Version/s: 0.9.0 > PERF: create accumulative bag in RelationToExpression

[jira] Updated: (PIG-1576) Difference in Semantics between Load statement in Pig and HDFS client on Command line

2010-09-21 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1576?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated PIG-1576: Fix Version/s: 0.9.0 > Difference in Semantics between Load statement in Pig and HDFS client on > Command li

[jira] Updated: (PIG-1581) Parser fails to recognize semicolons in quoted strings

2010-09-21 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1581?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated PIG-1581: Assignee: Xuefu Zhang Fix Version/s: 0.9.0 > Parser fails to recognize semicolons in quoted strings

[jira] Commented: (PIG-1633) Using an alias withing Nested Foreach causes indeterminate behaviour

2010-09-21 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1633?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12913120#action_12913120 ] Alan Gates commented on PIG-1633: - This is a design decision we made when implementing nested

[jira] Commented: (PIG-1634) Multiple names for the "group" field

2010-09-21 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1634?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12913115#action_12913115 ] Alan Gates commented on PIG-1634: - In Pig's semantics c.group, c.foo, and c.bar are all separ

[jira] Updated: (PIG-1635) Logical simplifier does not simplify away constants under AND and OR; after simplificaion the ordering of operands of AND and OR may get changed

2010-09-21 Thread Olga Natkovich (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1635?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olga Natkovich updated PIG-1635: Fix Version/s: 0.8.0 > Logical simplifier does not simplify away constants under AND and OR; after >

[jira] Commented: (PIG-1531) Pig gobbles up error messages

2010-09-21 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1531?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12913048#action_12913048 ] Ashutosh Chauhan commented on PIG-1531: --- Oh Hudson, oh well... Ran the full suite of 4

[jira] Commented: (PIG-1635) Logical simplifier does not simplify away constants under AND and OR; after simplificaion the ordering of operands of AND and OR may get changed

2010-09-21 Thread Yan Zhou (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1635?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12913036#action_12913036 ] Yan Zhou commented on PIG-1635: --- This is regarding a new feature (PIG-1399) added for 0.8. > L

[jira] Updated: (PIG-1635) Logical simplifier does not simplify away constants under AND and OR; after simplificaion the ordering of operands of AND and OR may get changed

2010-09-21 Thread Yan Zhou (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1635?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yan Zhou updated PIG-1635: -- Affects Version/s: 0.8.0 > Logical simplifier does not simplify away constants under AND and OR; after > simplif

[jira] Created: (PIG-1635) Logical simplifier does not simplify away constants under AND and OR; after simplificaion the ordering of operands of AND and OR may get changed

2010-09-21 Thread Yan Zhou (JIRA)
Logical simplifier does not simplify away constants under AND and OR; after simplificaion the ordering of operands of AND and OR may get changed

[jira] Commented: (PIG-1628) log this message at debug level : 'Pig Internal storage in use'

2010-09-21 Thread Yan Zhou (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1628?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12913029#action_12913029 ] Yan Zhou commented on PIG-1628: --- +1. Patch looks good. > log this message at debug level : 'Pi

[jira] Updated: (PIG-1628) log this message at debug level : 'Pig Internal storage in use'

2010-09-21 Thread Thejas M Nair (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1628?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thejas M Nair updated PIG-1628: --- Attachment: PIG-1628.1.patch Patch passes unit tests and test-patch. Ready for review. > log this mes

[jira] Updated: (PIG-1628) log this message at debug level : 'Pig Internal storage in use'

2010-09-21 Thread Thejas M Nair (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1628?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thejas M Nair updated PIG-1628: --- Status: Patch Available (was: Open) > log this message at debug level : 'Pig Internal storage in use'