[jira] Commented: (PIG-722) javadoc target generates warnings which requires fix

2009-03-18 Thread Giridharan Kesavan (JIRA)
[ https://issues.apache.org/jira/browse/PIG-722?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12683270#action_12683270 ] Giridharan Kesavan commented on PIG-722: I ve submitted PIG-725 which addresses this f

[jira] Updated: (PIG-725) javadoc: warning - Multiple sources of package comments found for package "org.apache.commons.logging"

2009-03-18 Thread Giridharan Kesavan (JIRA)
[ https://issues.apache.org/jira/browse/PIG-725?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Giridharan Kesavan updated PIG-725: --- Attachment: PIG-725.patch This patch fixes the javadoc warning! tnx! > javadoc: warning - Multi

[jira] Created: (PIG-725) javadoc: warning - Multiple sources of package comments found for package "org.apache.commons.logging"

2009-03-18 Thread Giridharan Kesavan (JIRA)
javadoc: warning - Multiple sources of package comments found for package "org.apache.commons.logging" -- Key: PIG-725 URL: https://issues.apache.org/jira/browse/P

[jira] Updated: (PIG-722) javadoc target generates warnings which requires fix

2009-03-18 Thread Santhosh Srinivasan (JIRA)
[ https://issues.apache.org/jira/browse/PIG-722?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Santhosh Srinivasan updated PIG-722: Attachment: PIG-722.patch Attached patch fixes all but one of the warnings (the first one). Fo

[jira] Created: (PIG-724) Treating integers and strings in PigStorage

2009-03-18 Thread Santhosh Srinivasan (JIRA)
Treating integers and strings in PigStorage --- Key: PIG-724 URL: https://issues.apache.org/jira/browse/PIG-724 Project: Pig Issue Type: Bug Components: impl Affects Versions: 1.0.1

[jira] Issue Comment Edited: (PIG-700) To automate the pig patch test process

2009-03-18 Thread Giridharan Kesavan (JIRA)
[ https://issues.apache.org/jira/browse/PIG-700?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12683036#action_12683036 ] Giridharan Kesavan edited comment on PIG-700 at 3/18/09 11:01 AM: --

[jira] Commented: (PIG-700) To automate the pig patch test process

2009-03-18 Thread Nigel Daley (JIRA)
[ https://issues.apache.org/jira/browse/PIG-700?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12683115#action_12683115 ] Nigel Daley commented on PIG-700: - +1 looks good. > To automate the pig patch test process >

[jira] Updated: (PIG-722) javadoc target generates warnings which requires fix

2009-03-18 Thread Giridharan Kesavan (JIRA)
[ https://issues.apache.org/jira/browse/PIG-722?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Giridharan Kesavan updated PIG-722: --- Issue Type: Sub-task (was: Improvement) Parent: PIG-700 > javadoc target generates warn

[jira] Commented: (PIG-723) Pig generates incorrect schema for generated bags after FOREACH.

2009-03-18 Thread Santhosh Srinivasan (JIRA)
[ https://issues.apache.org/jira/browse/PIG-723?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12683098#action_12683098 ] Santhosh Srinivasan commented on PIG-723: - This is a duplicate of PIG-694. > Pig gene

[jira] Commented: (PIG-700) To automate the pig patch test process

2009-03-18 Thread Giridharan Kesavan (JIRA)
[ https://issues.apache.org/jira/browse/PIG-700?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12683036#action_12683036 ] Giridharan Kesavan commented on PIG-700: test-patch.sh script resides in at http://sv

Re: [jira] Created: (PIG-723) Pig generates incorrect schema for generated bags after FOREACH.

2009-03-18 Thread Mridul Muralidharan
Hi, I think the schema generated is right. It might a problem with declaring complex types (bags only ?) in terms of scalars in the script which you might be hitting (iirc there is a bug for it already). From what I recall, even I have faced issues with things like "foreach A generate $0

[jira] Created: (PIG-723) Pig generates incorrect schema for generated bags after FOREACH.

2009-03-18 Thread Dhruv M (JIRA)
Pig generates incorrect schema for generated bags after FOREACH. Key: PIG-723 URL: https://issues.apache.org/jira/browse/PIG-723 Project: Pig Issue Type: Bug Affects Versio