[jira] Commented: (PIG-1017) Converts strings to text in Pig

2009-10-14 Thread Olga Natkovich (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1017?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12765598#action_12765598 ] Olga Natkovich commented on PIG-1017: - L9 is still slower - any idea why? Also, before w

[jira] Commented: (PIG-858) Order By followed by "replicated" join fails while compiling MR-plan from physical plan

2009-10-14 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-858?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12765601#action_12765601 ] Alan Gates commented on PIG-858: Mostly looks straight forward and passes all the tests. You

[jira] Commented: (PIG-760) Serialize schemas for PigStorage() and other storage types.

2009-10-14 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-760?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12765603#action_12765603 ] Alan Gates commented on PIG-760: At this point no one has contributed a PigStorageSchema as su

[jira] Created: (PIG-1022) optimizer pushes filter before the foreach that generates column used by filter

2009-10-14 Thread Thejas M Nair (JIRA)
optimizer pushes filter before the foreach that generates column used by filter --- Key: PIG-1022 URL: https://issues.apache.org/jira/browse/PIG-1022 Project: Pig Is

[jira] Commented: (PIG-1022) optimizer pushes filter before the foreach that generates column used by filter

2009-10-14 Thread Thejas M Nair (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12765612#action_12765612 ] Thejas M Nair commented on PIG-1022: ${code} grunt> explain filt; #--

[jira] Commented: (PIG-760) Serialize schemas for PigStorage() and other storage types.

2009-10-14 Thread Dmitriy V. Ryaboy (JIRA)
[ https://issues.apache.org/jira/browse/PIG-760?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12765626#action_12765626 ] Dmitriy V. Ryaboy commented on PIG-760: --- This would be a nice proof-of-concept task for

[jira] Assigned: (PIG-1022) optimizer pushes filter before the foreach that generates column used by filter

2009-10-14 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1022?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Dai reassigned PIG-1022: --- Assignee: Daniel Dai > optimizer pushes filter before the foreach that generates column used by > filt

[jira] Commented: (PIG-1014) Pig should convert COUNT(relation) to COUNT_STAR(relation) so that all records are counted without considering nullness of the fields in the records

2009-10-14 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12765658#action_12765658 ] Pradeep Kamath commented on PIG-1014: - To achieve 1. above, we would translate COUNT( A )

[jira] Commented: (PIG-1000) InternalCachedBag.java generates javac warning and findbug warning

2009-10-14 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1000?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12765660#action_12765660 ] Daniel Dai commented on PIG-1000: - +1 > InternalCachedBag.java generates javac warning and f

[jira] Commented: (PIG-966) Proposed rework for LoadFunc, StoreFunc, and Slice/r interfaces

2009-10-14 Thread Dmitriy V. Ryaboy (JIRA)
[ https://issues.apache.org/jira/browse/PIG-966?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12765663#action_12765663 ] Dmitriy V. Ryaboy commented on PIG-966: --- Regarding historgram representation: I took a

[jira] Updated: (PIG-1000) InternalCachedBag.java generates javac warning and findbug warning

2009-10-14 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1000?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Dai updated PIG-1000: Status: Patch Available (was: Open) > InternalCachedBag.java generates javac warning and findbug warning > -

[jira] Commented: (PIG-1022) optimizer pushes filter before the foreach that generates column used by filter

2009-10-14 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12765682#action_12765682 ] Daniel Dai commented on PIG-1022: - Actually we cannot push the filter even before f2. Since w

[jira] Commented: (PIG-1016) Reading in map data seems broken

2009-10-14 Thread Santhosh Srinivasan (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1016?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12765695#action_12765695 ] Santhosh Srinivasan commented on PIG-1016: -- The fix proposed in this JIRA reverts th

[jira] Commented: (PIG-1003) FINDBUGS: CN_IDIOM_NO_SUPER_CALL in org.apache.pig.backend.hadoop.executionengine.physicalLayer.expressionOperators

2009-10-14 Thread Olga Natkovich (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1003?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12765711#action_12765711 ] Olga Natkovich commented on PIG-1003: - Added to exclude file for now > FINDBUGS: CN_IDIO

[jira] Commented: (PIG-1004) FINDBUGS: CN_IDIOM_NO_SUPER_CALL in org.apache.pig.backend.hadoop.executionengine.physicalLayer.relationalOperators

2009-10-14 Thread Olga Natkovich (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1004?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12765712#action_12765712 ] Olga Natkovich commented on PIG-1004: - Added to exclue file for now > FINDBUGS: CN_IDIOM

[jira] Commented: (PIG-1005) FINDBUGS: CN_IDIOM_NO_SUPER_CALL in plans

2009-10-14 Thread Olga Natkovich (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1005?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12765714#action_12765714 ] Olga Natkovich commented on PIG-1005: - Adding to exclude list for now > FINDBUGS: CN_ID

[jira] Created: (PIG-1023) FINDBUGS: exclude CN_IDIOM_NO_SUPER_CALL

2009-10-14 Thread Olga Natkovich (JIRA)
FINDBUGS: exclude CN_IDIOM_NO_SUPER_CALL Key: PIG-1023 URL: https://issues.apache.org/jira/browse/PIG-1023 Project: Pig Issue Type: Bug Reporter: Olga Natkovich Assignee: Olga

[jira] Commented: (PIG-1023) FINDBUGS: exclude CN_IDIOM_NO_SUPER_CALL

2009-10-14 Thread Olga Natkovich (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1023?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12765718#action_12765718 ] Olga Natkovich commented on PIG-1023: - This does not have to go through patch test proces

[jira] Updated: (PIG-1023) FINDBUGS: exclude CN_IDIOM_NO_SUPER_CALL

2009-10-14 Thread Olga Natkovich (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1023?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olga Natkovich updated PIG-1023: Attachment: PIG-1023.patch > FINDBUGS: exclude CN_IDIOM_NO_SUPER_CALL > -

[jira] Commented: (PIG-858) Order By followed by "replicated" join fails while compiling MR-plan from physical plan

2009-10-14 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/PIG-858?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12765720#action_12765720 ] Ashutosh Chauhan commented on PIG-858: -- visitUnion has same changes as others visit funct

[jira] Commented: (PIG-1020) Include an ant target to build pig.jar without hadoop libraries

2009-10-14 Thread Olga Natkovich (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1020?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12765734#action_12765734 ] Olga Natkovich commented on PIG-1020: - +1, please, commit to trunk and 0.5.0 branch > In

[jira] Commented: (PIG-858) Order By followed by "replicated" join fails while compiling MR-plan from physical plan

2009-10-14 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/PIG-858?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12765735#action_12765735 ] Ashutosh Chauhan commented on PIG-858: -- Its been a while since I did that patch. So, bit

[jira] Commented: (PIG-1000) InternalCachedBag.java generates javac warning and findbug warning

2009-10-14 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1000?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12765744#action_12765744 ] Hadoop QA commented on PIG-1000: -1 overall. Here are the results of testing the latest atta

[jira] Commented: (PIG-1023) FINDBUGS: exclude CN_IDIOM_NO_SUPER_CALL

2009-10-14 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1023?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12765751#action_12765751 ] Daniel Dai commented on PIG-1023: - +1. Target findbug warnings suppressed. Findbugs generate

[jira] Commented: (PIG-944) Zebra schema is taken from Pig through TableStorer's construct

2009-10-14 Thread Yan Zhou (JIRA)
[ https://issues.apache.org/jira/browse/PIG-944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12765767#action_12765767 ] Yan Zhou commented on PIG-944: -- A typo in one of my earlier comments at 02/Oct/09 10:33 PM. Inste

[jira] Resolved: (PIG-1023) FINDBUGS: exclude CN_IDIOM_NO_SUPER_CALL

2009-10-14 Thread Olga Natkovich (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1023?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olga Natkovich resolved PIG-1023. - Resolution: Fixed patch committed > FINDBUGS: exclude CN_IDIOM_NO_SUPER_CALL > ---

[jira] Updated: (PIG-1000) InternalCachedBag.java generates javac warning and findbug warning

2009-10-14 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1000?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Dai updated PIG-1000: Resolution: Fixed Hadoop Flags: [Reviewed] Status: Resolved (was: Patch Available) This patc

[jira] Commented: (PIG-1014) Pig should convert COUNT(relation) to COUNT_STAR(relation) so that all records are counted without considering nullness of the fields in the records

2009-10-14 Thread Santhosh Srinivasan (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12765779#action_12765779 ] Santhosh Srinivasan commented on PIG-1014: -- Another option is to change the implemen

[jira] Updated: (PIG-1020) Include an ant target to build pig.jar without hadoop libraries

2009-10-14 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1020?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Dai updated PIG-1020: Resolution: Fixed Fix Version/s: 0.5.0 Hadoop Flags: [Reviewed] Status: Resolved (was:

[jira] Updated: (PIG-1018) FINDBUGS: NM_FIELD_NAMING_CONVENTION: Field names should start with a lower case letter

2009-10-14 Thread Olga Natkovich (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1018?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olga Natkovich updated PIG-1018: Attachment: PIG-1018.patch > FINDBUGS: NM_FIELD_NAMING_CONVENTION: Field names should start with a lo

[jira] Updated: (PIG-1018) FINDBUGS: NM_FIELD_NAMING_CONVENTION: Field names should start with a lower case letter

2009-10-14 Thread Olga Natkovich (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1018?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olga Natkovich updated PIG-1018: Status: Patch Available (was: Open) > FINDBUGS: NM_FIELD_NAMING_CONVENTION: Field names should start

[jira] Created: (PIG-1024) Script contains nested limit fail due to "LOLimit does not support multiple outputs"

2009-10-14 Thread Daniel Dai (JIRA)
Script contains nested limit fail due to "LOLimit does not support multiple outputs" Key: PIG-1024 URL: https://issues.apache.org/jira/browse/PIG-1024 Project: Pig

[jira] Updated: (PIG-1024) Script contains nested limit fail due to "LOLimit does not support multiple outputs"

2009-10-14 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1024?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Dai updated PIG-1024: Attachment: PIG-1024-1.patch Patch included. Thanks Pradeep's diagnosis. > Script contains nested limit fail

[jira] Updated: (PIG-1024) Script contains nested limit fail due to "LOLimit does not support multiple outputs"

2009-10-14 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1024?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Dai updated PIG-1024: Status: Patch Available (was: Open) > Script contains nested limit fail due to "LOLimit does not support mul

[jira] Assigned: (PIG-1024) Script contains nested limit fail due to "LOLimit does not support multiple outputs"

2009-10-14 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1024?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Dai reassigned PIG-1024: --- Assignee: Daniel Dai > Script contains nested limit fail due to "LOLimit does not support multiple > o

[jira] Updated: (PIG-1008) FINDBUGS: NP_TOSTRING_COULD_RETURN_NULL

2009-10-14 Thread Olga Natkovich (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1008?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olga Natkovich updated PIG-1008: Status: Patch Available (was: Open) > FINDBUGS: NP_TOSTRING_COULD_RETURN_NULL >

[jira] Updated: (PIG-1008) FINDBUGS: NP_TOSTRING_COULD_RETURN_NULL

2009-10-14 Thread Olga Natkovich (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1008?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olga Natkovich updated PIG-1008: Attachment: PIG-1008.patch > FINDBUGS: NP_TOSTRING_COULD_RETURN_NULL > --

[jira] Updated: (PIG-1009) FINDBUGS: OS_OPEN_STREAM: Method may fail to close stream

2009-10-14 Thread Olga Natkovich (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1009?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olga Natkovich updated PIG-1009: Status: Patch Available (was: Open) > FINDBUGS: OS_OPEN_STREAM: Method may fail to close stream > --

[jira] Updated: (PIG-1009) FINDBUGS: OS_OPEN_STREAM: Method may fail to close stream

2009-10-14 Thread Olga Natkovich (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1009?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olga Natkovich updated PIG-1009: Attachment: PIG-1009.patch > FINDBUGS: OS_OPEN_STREAM: Method may fail to close stream >

[jira] Commented: (PIG-1024) Script contains nested limit fail due to "LOLimit does not support multiple outputs"

2009-10-14 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1024?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12765853#action_12765853 ] Hadoop QA commented on PIG-1024: +1 overall. Here are the results of testing the latest atta

[jira] Commented: (PIG-928) UDFs in scripting languages

2009-10-14 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-928?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12765860#action_12765860 ] Alan Gates commented on PIG-928: Questions that we need to answer to get this patch ready for

[jira] Commented: (PIG-921) Strange use case for Join which produces different results in local and map reduce mode

2009-10-14 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-921?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12765864#action_12765864 ] Pradeep Kamath commented on PIG-921: +1 - minor comment, we can probably remove preds==nul

[jira] Updated: (PIG-921) Strange use case for Join which produces different results in local and map reduce mode

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

[jira] Commented: (PIG-1018) FINDBUGS: NM_FIELD_NAMING_CONVENTION: Field names should start with a lower case letter

2009-10-14 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1018?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12765896#action_12765896 ] Hadoop QA commented on PIG-1018: -1 overall. Here are the results of testing the latest atta

[jira] Commented: (PIG-1008) FINDBUGS: NP_TOSTRING_COULD_RETURN_NULL

2009-10-14 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1008?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12765901#action_12765901 ] Hadoop QA commented on PIG-1008: -1 overall. Here are the results of testing the latest atta

[jira] Commented: (PIG-1009) FINDBUGS: OS_OPEN_STREAM: Method may fail to close stream

2009-10-14 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1009?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12765933#action_12765933 ] Hadoop QA commented on PIG-1009: -1 overall. Here are the results of testing the latest atta