[jira] Commented: (PIG-1885) SUBSTRING fails when input length less than start

2011-03-08 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1885?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13004136#comment-13004136 ] Alan Gates commented on PIG-1885: - Changes look good. One thought I had is rather than payi

[jira] Commented: (PIG-671) typechecker does not throw an error when multiple arguments are passed to COUNT

2011-03-08 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-671?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13004087#comment-13004087 ] Alan Gates commented on PIG-671: Any changes we make have to still work in two scenarios: {c

[jira] Assigned: (PIG-1885) SUBSTRING fails when input length less than start

2011-03-08 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1885?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates reassigned PIG-1885: --- Assignee: Deepak Kumar V > SUBSTRING fails when input length less than start >

[jira] Commented: (PIG-1881) Need a special interface for Penny (Inspector Gadget)

2011-03-08 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1881?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13004075#comment-13004075 ] Alan Gates commented on PIG-1881: - I don't want this to be a public interface at all, evolvi

[jira] Commented: (PIG-1881) Need a special interface for Penny (Inspector Gadget)

2011-03-07 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1881?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13003449#comment-13003449 ] Alan Gates commented on PIG-1881: - The reason for not opening this up is that it exposes the

[jira] Created: (PIG-1885) SUBSTRING fails when input length less than start

2011-03-05 Thread Alan Gates (JIRA)
SUBSTRING fails when input length less than start - Key: PIG-1885 URL: https://issues.apache.org/jira/browse/PIG-1885 Project: Pig Issue Type: Bug Components: impl Affects Version

[jira] Commented: (PIG-1842) Improve Scalability of the XMLLoader for large datasets such as wikipedia

2011-03-03 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1842?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13002190#comment-13002190 ] Alan Gates commented on PIG-1842: - Patch 2 checked into 0.8 branch. > Improve Scalability o

[jira] Commented: (PIG-1839) piggybank: XMLLoader will always add an extra empty tuple even if no tags are matched

2011-03-03 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1839?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13002152#comment-13002152 ] Alan Gates commented on PIG-1839: - Checked into the 0.8 branch. > piggybank: XMLLoader will

[jira] Commented: (PIG-1876) Typed map for Pig

2011-03-03 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1876?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13002100#comment-13002100 ] Alan Gates commented on PIG-1876: - I assume at the end when the schema for b is listed as {c

[jira] Updated: (PIG-1881) Need a special interface for Penny (Inspector Gadget)

2011-03-03 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1881?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated PIG-1881: Attachment: toolsserver.patch This patch provides the requested interface. It has gone out of sync with tru

[jira] Created: (PIG-1881) Need a special interface for Penny (Inspector Gadget)

2011-03-03 Thread Alan Gates (JIRA)
Need a special interface for Penny (Inspector Gadget) - Key: PIG-1881 URL: https://issues.apache.org/jira/browse/PIG-1881 Project: Pig Issue Type: New Feature Components: impl

[jira] Commented: (PIG-1877) map constants not working properly in filter statements

2011-03-01 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1877?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13001221#comment-13001221 ] Alan Gates commented on PIG-1877: - Tuple constants appear to have the same issue. > map con

[jira] Created: (PIG-1877) map constants not working properly in filter statements

2011-03-01 Thread Alan Gates (JIRA)
map constants not working properly in filter statements --- Key: PIG-1877 URL: https://issues.apache.org/jira/browse/PIG-1877 Project: Pig Issue Type: Bug Components: impl Aff

[jira] Commented: (PIG-1680) Pig 0.8 HBaseStorage may not against HBase 0.89

2011-03-01 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1680?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13001211#comment-13001211 ] Alan Gates commented on PIG-1680: - Sorry Dmitriy, I still haven't gotten to testing it. Go

[jira] Updated: (PIG-1875) Keep tuples serialized to limit spilling and speed it when it happens

2011-03-01 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1875?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated PIG-1875: Attachment: mrtuple.patch Here's a first pass at what MToRTuple might look like. I've done some basic testi

[jira] Commented: (PIG-1875) Keep tuples serialized to limit spilling and speed it when it happens

2011-03-01 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1875?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13001192#comment-13001192 ] Alan Gates commented on PIG-1875: - Thoughts so far on a possible implementation: As mentione

[jira] Created: (PIG-1875) Keep tuples serialized to limit spilling and speed it when it happens

2011-03-01 Thread Alan Gates (JIRA)
Keep tuples serialized to limit spilling and speed it when it happens - Key: PIG-1875 URL: https://issues.apache.org/jira/browse/PIG-1875 Project: Pig Issue Type: Improvemen

[jira] Updated: (PIG-1842) Improve Scalability of the XMLLoader for large datasets such as wikipedia

2011-02-25 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1842?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated PIG-1842: Attachment: TEST-org.apache.pig.piggybank.test.storage.TestXMLLoader.txt > Improve Scalability of the XMLLoad

[jira] Commented: (PIG-1842) Improve Scalability of the XMLLoader for large datasets such as wikipedia

2011-02-25 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1842?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12999506#comment-12999506 ] Alan Gates commented on PIG-1842: - I have checked the patch into trunk. I applied it to the

[jira] Commented: (PIG-1680) Pig 0.8 HBaseStorage may not against HBase 0.89

2011-02-25 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1680?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12999504#comment-12999504 ] Alan Gates commented on PIG-1680: - Since you added an additional call to setLocation I want

[jira] Commented: (PIG-1680) Pig 0.8 HBaseStorage may not against HBase 0.89

2011-02-24 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1680?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12999074#comment-12999074 ] Alan Gates commented on PIG-1680: - https://repository.apache.org/content/repositories/releas

[jira] Commented: (PIG-1842) Improve Scalability of the XMLLoader for large datasets such as wikipedia

2011-02-24 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1842?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12999053#comment-12999053 ] Alan Gates commented on PIG-1842: - >From reviewing the code it is not clear to me how this s

[jira] Commented: (PIG-1680) Pig 0.8 HBaseStorage may not against HBase 0.89

2011-02-24 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1680?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12999033#comment-12999033 ] Alan Gates commented on PIG-1680: - Which patch should I review? Also, it looks like hbase i

[jira] Commented: (PIG-1867) Allow UDFs that can generate multiple output tuples from a single input tuple

2011-02-23 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1867?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12998570#comment-12998570 ] Alan Gates commented on PIG-1867: - Pig already offers this. Have your UDF return a bag. Yo

[jira] Commented: (PIG-747) Logical to Physical Plan Translation fails when temporary alias are created within foreach

2011-02-15 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-747?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12994719#comment-12994719 ] Alan Gates commented on PIG-747: It would be interesting to retest this now that we have a di

[jira] Commented: (PIG-1765) as_clause in foreach statement should differentiate between simple type and type within tuple

2011-02-15 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1765?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12994717#comment-12994717 ] Alan Gates commented on PIG-1765: - We don't know what we want to do in the long term here.

[jira] Assigned: (PIG-1848) Confusing statement for Merge Join -> Both Conditions in Pig reference manual1

2011-02-10 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1848?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates reassigned PIG-1848: --- Assignee: Corinne Chandel > Confusing statement for Merge Join -> Both Conditions in Pig reference manu

[jira] Commented: (PIG-1842) Improve Scalability of the XMLLoader for large datasets such as wikipedia

2011-02-08 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1842?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12992088#comment-12992088 ] Alan Gates commented on PIG-1842: - The patch does not apply cleanly against the trunk. Can

[jira] Commented: (PIG-1825) ability to turn off the write ahead log for pig's HBaseStorage

2011-02-04 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1825?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12990759#comment-12990759 ] Alan Gates commented on PIG-1825: - Unit tests pass. The output of test-patch: [exec] -

[jira] Resolved: (PIG-1839) piggybank: XMLLoader will always add an extra empty tuple even if no tags are matched

2011-02-03 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1839?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates resolved PIG-1839. - Resolution: Fixed Fix Version/s: 0.9.0 Release Note: contrib unit tests all pass. Fix checked i

[jira] Commented: (PIG-1825) ability to turn off the write ahead log for pig's HBaseStorage

2011-02-03 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1825?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12990274#comment-12990274 ] Alan Gates commented on PIG-1825: - Starting unit tests and test-patch > ability to turn off

[jira] Updated: (PIG-1717) pig needs to call setPartitionFilter if schema is null but getPartitionKeys is not

2011-02-03 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1717?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated PIG-1717: Resolution: Fixed Status: Resolved (was: Patch Available) All unit tests passed. Patch checked in.

[jira] Created: (PIG-1836) Accumulator like interface should be used with Pig operators after (co)group in certain cases

2011-02-01 Thread Alan Gates (JIRA)
Accumulator like interface should be used with Pig operators after (co)group in certain cases - Key: PIG-1836 URL: https://issues.apache.org/jira/browse/PIG-1836

[jira] Commented: (PIG-1825) ability to turn off the write ahead log for pig's HBaseStorage

2011-02-01 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1825?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12989330#comment-12989330 ] Alan Gates commented on PIG-1825: - Dmitriy, is this something we should check in? You seeme

[jira] Commented: (PIG-1717) pig needs to call setPartitionFilter if schema is null but getPartitionKeys is not

2011-02-01 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1717?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12989329#comment-12989329 ] Alan Gates commented on PIG-1717: - [exec] -1 overall. [exec] [exec] +1 @a

[jira] Commented: (PIG-1717) pig needs to call setPartitionFilter if schema is null but getPartitionKeys is not

2011-02-01 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1717?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12989327#comment-12989327 ] Alan Gates commented on PIG-1717: - Re-running test-patch and unit tests. > pig needs to cal

[jira] Commented: (PIG-1812) Problem with DID_NOT_FIND_LOAD_ONLY_MAP_PLAN

2011-01-27 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12987878#action_12987878 ] Alan Gates commented on PIG-1812: - +1 > Problem with DID_NOT_FIND_LOAD_ONLY_MAP_PLAN >

[jira] Commented: (PIG-1824) Support import modules in Jython UDF

2011-01-26 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1824?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12987143#action_12987143 ] Alan Gates commented on PIG-1824: - +1 to Ashutosh's comment. Also, this won't port well as w

[jira] Commented: (PIG-1769) Consistency for HBaseStorage

2011-01-24 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1769?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12986071#action_12986071 ] Alan Gates commented on PIG-1769: - [exec] +1 overall. [exec] [exec] +1

[jira] Commented: (PIG-1769) Consistency for HBaseStorage

2011-01-24 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1769?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12985879#action_12985879 ] Alan Gates commented on PIG-1769: - +1, changes look good. I'll run the test-patch and unit t

[jira] Assigned: (PIG-1748) Add load/store function AvroStorage for avro data

2011-01-21 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1748?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates reassigned PIG-1748: --- Assignee: Jakob Homan > Add load/store function AvroStorage for avro data > ---

[jira] Updated: (PIG-1781) Piggybank: ISOToDay disregards timezone (should use ISODateTimeFormat instead of DateTime to parse)

2011-01-20 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1781?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated PIG-1781: Resolution: Fixed Status: Resolved (was: Patch Available) Patch checked in. Thank you Michael. > P

[jira] Assigned: (PIG-1781) Piggybank: ISOToDay disregards timezone (should use ISODateTimeFormat instead of DateTime to parse)

2011-01-20 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1781?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates reassigned PIG-1781: --- Assignee: Michael Brauwerman > Piggybank: ISOToDay disregards timezone (should use ISODateTimeFormat in

[jira] Assigned: (PIG-1749) Update Pig parser so that function arguments can contain newline characters

2011-01-20 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1749?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates reassigned PIG-1749: --- Assignee: Jakob Homan > Update Pig parser so that function arguments can contain newline characters > -

[jira] Updated: (PIG-1717) pig needs to call setPartitionFilter if schema is null but getPartitionKeys is not

2011-01-20 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1717?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated PIG-1717: Attachment: trunkReleaseAuditWarnings.txt.gz testlog.tgz patchReleaseAuditWarn

[jira] Commented: (PIG-1717) pig needs to call setPartitionFilter if schema is null but getPartitionKeys is not

2011-01-20 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1717?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12984315#action_12984315 ] Alan Gates commented on PIG-1717: - I saw several unit test failures: [junit] Test org.ap

[jira] Updated: (PIG-1717) pig needs to call setPartitionFilter if schema is null but getPartitionKeys is not

2011-01-20 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1717?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated PIG-1717: Status: Open (was: Patch Available) > pig needs to call setPartitionFilter if schema is null but getPartitio

[jira] Commented: (PIG-1717) pig needs to call setPartitionFilter if schema is null but getPartitionKeys is not

2011-01-19 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1717?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12983899#action_12983899 ] Alan Gates commented on PIG-1717: - Latest patch looks good. I'll run it through the unit tes

[jira] Commented: (PIG-1781) Piggybank: ISOToDay disregards timezone (should use ISODateTimeFormat instead of DateTime to parse)

2011-01-19 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1781?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12983897#action_12983897 ] Alan Gates commented on PIG-1781: - I ran the contrib tests (including the ones added in this

[jira] Updated: (PIG-1799) Provide deployable maven artifacts for pigunit and pig smoke tests

2011-01-18 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1799?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated PIG-1799: Resolution: Fixed Status: Resolved (was: Patch Available) Patch checked in. Thanks Cos. > Provide

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

2011-01-14 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-847?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12981816#action_12981816 ] Alan Gates commented on PIG-847: I'm 100% behind removing twoLevelAccess, but I don't want to

[jira] Commented: (PIG-1799) Provide deployable maven artifacts for pigunit and pig smoke tests

2011-01-13 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1799?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12981491#action_12981491 ] Alan Gates commented on PIG-1799: - I understand the goal of creating a separate maven artifac

[jira] Commented: (PIG-1717) pig needs to call setPartitionFilter if schema is null but getPartitionKeys is not

2011-01-12 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1717?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12981044#action_12981044 ] Alan Gates commented on PIG-1717: - Let me clarify my last comment. We are still in the middl

[jira] Created: (PIG-1802) Mark old logical plan and related classes deprecated so developers know where to focus their work

2011-01-12 Thread Alan Gates (JIRA)
Mark old logical plan and related classes deprecated so developers know where to focus their work - Key: PIG-1802 URL: https://issues.apache.org/jira/browse/PIG-1802

[jira] Commented: (PIG-1717) pig needs to call setPartitionFilter if schema is null but getPartitionKeys is not

2011-01-12 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1717?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12981012#action_12981012 ] Alan Gates commented on PIG-1717: - A couple of comments on the patch: # You implemented this

[jira] Commented: (PIG-1717) pig needs to call setPartitionFilter if schema is null but getPartitionKeys is not

2011-01-10 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1717?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12979808#action_12979808 ] Alan Gates commented on PIG-1717: - Ideally I would like to pick A, since that is the clean so

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

2011-01-06 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1479?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12978503#action_12978503 ] Alan Gates commented on PIG-1479: - Latest patch looks good. I just have one question. Why d

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

2011-01-03 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates reassigned PIG-438: -- Assignee: Xuefu Zhang (was: Alan Gates) > Handle realiasing of existing Alias (A=B;) > -

[jira] Assigned: (PIG-435) wrong columns produced if incomplete definition provided during load

2011-01-03 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates reassigned PIG-435: -- Assignee: Daniel Dai (was: Alan Gates) > wrong columns produced if incomplete definition provided during

[jira] Updated: (PIG-679) error message suppressed due to class cast exception

2011-01-03 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-679?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated PIG-679: --- Fix Version/s: (was: 0.9.0) > error message suppressed due to class cast exception > ---

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

2011-01-03 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: --- Fix Version/s: (was: 0.9.0) > "as" support for group-by > - > > Key:

[jira] Assigned: (PIG-621) Casts swallow exceptions when there are issues with conversion of bytes to Pig types

2011-01-03 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates reassigned PIG-621: -- Assignee: Daniel Dai (was: Alan Gates) > Casts swallow exceptions when there are issues with conversion o

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

2011-01-03 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-496?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates reassigned PIG-496: -- Assignee: Daniel Dai (was: Alan Gates) > project of bags from complex data causes failures >

[jira] Assigned: (PIG-730) problem combining schema from a union of several LOAD expressions, with a nested bag inside the schema.

2011-01-03 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-730?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates reassigned PIG-730: -- Assignee: Daniel Dai (was: Alan Gates) > problem combining schema from a union of several LOAD expression

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

2011-01-03 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-723?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates reassigned PIG-723: -- Assignee: Daniel Dai (was: Alan Gates) > Pig generates incorrect schema for generated bags after FOREACH.

[jira] Assigned: (PIG-694) Schema merge should take into account bags with tuples and bags with schemas

2011-01-03 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-694?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates reassigned PIG-694: -- Assignee: Daniel Dai (was: Alan Gates) > Schema merge should take into account bags with tuples and bags

[jira] Assigned: (PIG-767) Schema reported from DESCRIBE and actual schema of inner bags are different.

2011-01-03 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-767?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates reassigned PIG-767: -- Assignee: Daniel Dai (was: Alan Gates) > Schema reported from DESCRIBE and actual schema of inner bags ar

[jira] Updated: (PIG-798) Schema errors when using PigStorage and none when using BinStorage in FOREACH??

2011-01-03 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-798?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated PIG-798: --- Fix Version/s: (was: 0.9.0) > Schema errors when using PigStorage and none when using BinStorage in > FOREA

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

2011-01-03 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-847?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates reassigned PIG-847: -- Assignee: Daniel Dai (was: Alan Gates) > Setting twoLevelAccessRequired field in a bag schema should not

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

2011-01-03 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-904?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates resolved PIG-904. Resolution: Invalid > Conversion from double to chararray for udf input arguments does not occur > ---

[jira] Assigned: (PIG-1112) FLATTEN eliminates the alias

2011-01-03 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1112?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates reassigned PIG-1112: --- Assignee: Daniel Dai (was: Alan Gates) > FLATTEN eliminates the alias > >

[jira] Assigned: (PIG-998) revisit frontend logic and pig-latin semantics

2011-01-03 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-998?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates reassigned PIG-998: -- Assignee: Daniel Dai (was: Alan Gates) > revisit frontend logic and pig-latin semantics > ---

[jira] Assigned: (PIG-1536) use same logic for merging inner schemas in "default union" and "union onschema"

2011-01-03 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates reassigned PIG-1536: --- Assignee: Daniel Dai (was: Alan Gates) > use same logic for merging inner schemas in "default union" a

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

2011-01-03 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1222?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates reassigned PIG-1222: --- Assignee: Daniel Dai (was: Alan Gates) > cast ends up with NULL value > >

[jira] Assigned: (PIG-1188) Padding nulls to the input tuple according to input schema

2011-01-03 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1188?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates reassigned PIG-1188: --- Assignee: Daniel Dai (was: Alan Gates) > Padding nulls to the input tuple according to input schema >

[jira] Assigned: (PIG-1584) deal with inner cogroup

2011-01-03 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1584?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates reassigned PIG-1584: --- Assignee: Daniel Dai (was: Alan Gates) > deal with inner cogroup > --- > >

[jira] Assigned: (PIG-1627) Flattening of bags with unknown schemas produces wrong schema

2011-01-03 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1627?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates reassigned PIG-1627: --- Assignee: Daniel Dai (was: Alan Gates) > Flattening of bags with unknown schemas produces wrong schema

[jira] Commented: (PIG-1717) pig needs to call setPartitionFilter if schema is null but getPartitionKeys is not

2011-01-03 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1717?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12976993#action_12976993 ] Alan Gates commented on PIG-1717: - We do not see using the AS clause in LOAD as the preferred

[jira] Commented: (PIG-1777) LoadFunc in a scripting language

2011-01-03 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1777?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12976988#action_12976988 ] Alan Gates commented on PIG-1777: - Changes look good. One thing I missed before is that rath

[jira] Commented: (PIG-1675) Suggest to allow PigServer can register pig script from InputStream

2011-01-03 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1675?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12976979#action_12976979 ] Alan Gates commented on PIG-1675: - +1 on the latest patch, changes look good. To comment o

[jira] Commented: (PIG-1781) Piggybank: ISOToDay disregards timezone (should use ISODateTimeFormat. instead of DateTime to parse)

2010-12-23 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1781?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12974793#action_12974793 ] Alan Gates commented on PIG-1781: - One quick comment: our coding conventions are to use spac

[jira] Assigned: (PIG-1777) LoadFunc in a scripting language

2010-12-23 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1777?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates reassigned PIG-1777: --- Assignee: John Meagher > LoadFunc in a scripting language > > >

[jira] Commented: (PIG-1777) LoadFunc in a scripting language

2010-12-23 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1777?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12974690#action_12974690 ] Alan Gates commented on PIG-1777: - The change to work for a generic InputFormat instead of ju

[jira] Commented: (PIG-1611) use enums for error code

2010-12-23 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1611?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12974683#action_12974683 ] Alan Gates commented on PIG-1611: - One concern I have is that this approach of separate enums

[jira] Assigned: (PIG-1780) Update the Documentation in PIG site

2010-12-23 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1780?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates reassigned PIG-1780: --- Assignee: Corinne Chandel > Update the Documentation in PIG site >

[jira] Commented: (PIG-1780) Update the Documentation in PIG site

2010-12-23 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1780?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12974662#action_12974662 ] Alan Gates commented on PIG-1780: - Charles, Can you give us details of which examples didn't

[jira] Commented: (PIG-1755) Clean up duplicated code in Physical Operators

2010-12-22 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1755?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12974451#action_12974451 ] Alan Gates commented on PIG-1755: - Looks good. TestSkewedJoin finishes when you give it enou

[jira] Commented: (PIG-1755) Clean up duplicated code in Physical Operators

2010-12-22 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1755?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12974353#action_12974353 ] Alan Gates commented on PIG-1755: - [exec] -1 overall. [exec] [exec] +1 @au

[jira] Commented: (PIG-1755) Clean up duplicated code in Physical Operators

2010-12-22 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1755?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12974277#action_12974277 ] Alan Gates commented on PIG-1755: - Sorry, this got lost in the stack. All the unit tests but

[jira] Commented: (PIG-1277) Pig should give error message when cogroup on tuple keys of different inner type

2010-12-20 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1277?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12973296#action_12973296 ] Alan Gates commented on PIG-1277: - +1 > Pig should give error message when cogroup on tuple

[jira] Commented: (PIG-1777) LoadFunc in a scripting language

2010-12-20 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1777?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12973294#action_12973294 ] Alan Gates commented on PIG-1777: - Looks interesting. Extending the scripting UDFs to includ

[jira] Commented: (PIG-1277) Pig should give error message when cogroup on tuple keys of different inner type

2010-12-17 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1277?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12972615#action_12972615 ] Alan Gates commented on PIG-1277: - Comments: # I'm not sure the null handling in NullableByt

[jira] Commented: (PIG-1755) Clean up duplicated code in Physical Operators

2010-12-16 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1755?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12972165#action_12972165 ] Alan Gates commented on PIG-1755: - +1 on the changes. When I went to apply the patch, most o

[jira] Commented: (PIG-1755) Clean up duplicated code in Physical Operators

2010-12-15 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1755?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12971880#action_12971880 ] Alan Gates commented on PIG-1755: - I can take a look at it tomorrow (12/16). > Clean up dupl

[jira] Commented: (PIG-1765) as_clause in foreach statement should differentiate between simple type and type within tuple

2010-12-14 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1765?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12971308#action_12971308 ] Alan Gates commented on PIG-1765: - This is going to be very non-intuitive to people. Based o

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

2010-12-14 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1479?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12971306#action_12971306 ] Alan Gates commented on PIG-1479: - +1 to using a fuzzy parser. I agree that being able to ha

[jira] Commented: (PIG-1755) Clean up duplicated code in Physical Operators

2010-12-09 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1755?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12969984#action_12969984 ] Alan Gates commented on PIG-1755: - [exec] -1 overall. [exec] [exec] +1 @au

[jira] Commented: (PIG-1755) Clean up duplicated code in Physical Operators

2010-12-08 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1755?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12969503#action_12969503 ] Alan Gates commented on PIG-1755: - In the new PhysicalOperator.getNext(Object, Class) you don

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

2010-12-08 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1479?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12969435#action_12969435 ] Alan Gates commented on PIG-1479: - Comments and questions: This patch makes changes to the p

[jira] Updated: (PIG-1752) UDFs should be able to indicate files to load in the distributed cache

2010-12-06 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1752?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated PIG-1752: Resolution: Fixed Fix Version/s: 0.9.0 Status: Resolved (was: Patch Available) Patch check

<    1   2   3   4   5   6   7   >