Re: [jira] [Commented] (PIG-2132) Piggybank: MIN and MAX functions should ignore nulls

2011-06-17 Thread Dmitriy Ryaboy
Same class, different functions On Jun 17, 2011, at 2:52 PM, "Jonathan Coveney (JIRA)" wrote: > >[ > https://issues.apache.org/jira/browse/PIG-2132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13051348#comment-13051348 > ] > > Jonathan Coveney c

[jira] [Commented] (PIG-1914) Support load/store JSON data in Pig

2011-06-17 Thread Dmitriy V. Ryaboy (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13051450#comment-13051450 ] Dmitriy V. Ryaboy commented on PIG-1914: All you gotta do is post a patch.. though t

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

2011-06-17 Thread Alex Rovner (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1799?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13051444#comment-13051444 ] Alex Rovner commented on PIG-1799: -- Can we back-port these patches to version 8? > Provide

[jira] [Commented] (PIG-2132) Piggybank: MIN and MAX functions should ignore nulls

2011-06-17 Thread Jonathan Coveney (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13051348#comment-13051348 ] Jonathan Coveney commented on PIG-2132: --- Dmitriy, I will definitely do that. A questio

[jira] [Created] (PIG-2134) ReadScalars message "scalar has more than one row in the output" does not provide enough information to help programmer find and fix script syntax error.

2011-06-17 Thread Michael Brauwerman (JIRA)
ReadScalars message "scalar has more than one row in the output" does not provide enough information to help programmer find and fix script syntax error.

[jira] [Created] (PIG-2133) JOIN after SAMPLE appears to resample the original dataset, leads to major confusion

2011-06-17 Thread Gabor Szabo (JIRA)
JOIN after SAMPLE appears to resample the original dataset, leads to major confusion Key: PIG-2133 URL: https://issues.apache.org/jira/browse/PIG-2133 Project: Pig

[jira] [Commented] (PIG-2132) Piggybank: MIN and MAX functions should ignore nulls

2011-06-17 Thread Dmitriy V. Ryaboy (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13051295#comment-13051295 ] Dmitriy V. Ryaboy commented on PIG-2132: Please augment the existing tests to check

[jira] [Updated] (PIG-1870) HBaseStorage doesn't project correctly

2011-06-17 Thread Dmitriy V. Ryaboy (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1870?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dmitriy V. Ryaboy updated PIG-1870: --- Affects Version/s: (was: 0.8.0) 0.8.1 Fix Version/s: 0.8.1 >

[jira] [Commented] (PIG-1870) HBaseStorage doesn't project correctly

2011-06-17 Thread Dmitriy V. Ryaboy (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1870?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13051292#comment-13051292 ] Dmitriy V. Ryaboy commented on PIG-1870: it's in 8.1, I updated. > HBaseStorage doe

[jira] [Updated] (PIG-2132) Piggybank: MIN and MAX functions should ignore nulls

2011-06-17 Thread Jonathan Coveney (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2132?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Coveney updated PIG-2132: -- Attachment: JcoMaxMinPatch.patch > Piggybank: MIN and MAX functions should ignore nulls > ---

Re: ERROR 2078: Caught error from UDF: org.apache.pig.piggybank.evaluation.math.DoubleMax [Caught exception processing input row [null]]

2011-06-17 Thread Jonathan Coveney
Patch submitted. Pretty trivial, hopefully it's an adequate fix... 2011/6/17 Jonathan Coveney > I made a Jira. > > https://issues.apache.org/jira/browse/PIG-2132 > > Should be pretty easy to fix. I'll probably do so over the weekend if > nobody else gets to it first. > > > 2011/6/17 Alan Gates

[jira] [Updated] (PIG-2132) Piggybank: MIN and MAX functions should ignore nulls

2011-06-17 Thread Jonathan Coveney (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2132?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Coveney updated PIG-2132: -- Release Note: All I did was go through all of the Max and Min functions in Piggybank and add if (

[jira] [Updated] (PIG-2132) Piggybank: MIN and MAX functions should ignore nulls

2011-06-17 Thread Jonathan Coveney (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2132?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Coveney updated PIG-2132: -- Description: org.apache.pig.piggybank.evaluation.math.MAX and org.apache.pig.piggybank.evaluation

[jira] [Created] (PIG-2132) Piggybank: MAX function should ignore nulls

2011-06-17 Thread Jonathan Coveney (JIRA)
Piggybank: MAX function should ignore nulls --- Key: PIG-2132 URL: https://issues.apache.org/jira/browse/PIG-2132 Project: Pig Issue Type: Bug Components: tools Reporter: Jonathan

Re: ERROR 2078: Caught error from UDF: org.apache.pig.piggybank.evaluation.math.DoubleMax [Caught exception processing input row [null]]

2011-06-17 Thread Jonathan Coveney
I made a Jira. https://issues.apache.org/jira/browse/PIG-2132 Should be pretty easy to fix. I'll probably do so over the weekend if nobody else gets to it first. 2011/6/17 Alan Gates > MAX should definitely handle null, and it should ignore it. The goal for > our SQL like built in aggregate f

[jira] [Updated] (PIG-2131) Add back test for PIG-1769

2011-06-17 Thread Harsh J (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2131?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Harsh J updated PIG-2131: - Status: Patch Available (was: Open) Attached patch adds back a test case. Affects only 0.9. 0.8 does not carry th

[jira] [Updated] (PIG-2131) Add back test for PIG-1769

2011-06-17 Thread Harsh J (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2131?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Harsh J updated PIG-2131: - Attachment: PIG-2131.r1.diff > Add back test for PIG-1769 > -- > > Key: PIG

[jira] [Updated] (PIG-2131) Add back test for PIG-1769

2011-06-17 Thread Harsh J (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2131?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Harsh J updated PIG-2131: - Description: PIG-1769 introduced a test case for testing "hbase://" prefixes to HBaseStorage's store function. PI

[jira] [Created] (PIG-2131) Add back test for PIG-1678

2011-06-17 Thread Harsh J (JIRA)
Add back test for PIG-1678 -- Key: PIG-2131 URL: https://issues.apache.org/jira/browse/PIG-2131 Project: Pig Issue Type: Task Components: impl Affects Versions: 0.9.0 Environment: Pig 0.9 (trunk

[jira] [Commented] (PIG-1870) HBaseStorage doesn't project correctly

2011-06-17 Thread Harsh J (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1870?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13051174#comment-13051174 ] Harsh J commented on PIG-1870: -- Could someone please add the appropriate 0.8.x fix version here

Re: ERROR 2078: Caught error from UDF: org.apache.pig.piggybank.evaluation.math.DoubleMax [Caught exception processing input row [null]]

2011-06-17 Thread Alan Gates
MAX should definitely handle null, and it should ignore it. The goal for our SQL like built in aggregate functions (MIN, MAX, COUNT, SUM, AVG) is to be SQL like. SQL ignores nulls in these functions. It's inconsistent, but it's usually what people. So, we should be consistently inconsis

[jira] [Commented] (PIG-1914) Support load/store JSON data in Pig

2011-06-17 Thread Michael May (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13051153#comment-13051153 ] Michael May commented on PIG-1914: -- This issues is from several months ago, any word on pro

Jenkins build is back to normal : Pig-trunk #1029

2011-06-17 Thread Apache Jenkins Server
See

[jira] [Created] (PIG-2130) Piggybank:MultiStorage is not compressing output files

2011-06-17 Thread Vivek Padmanabhan (JIRA)
Piggybank:MultiStorage is not compressing output files -- Key: PIG-2130 URL: https://issues.apache.org/jira/browse/PIG-2130 Project: Pig Issue Type: Bug Affects Versions: 0.8.0, 0.9.0