Re: failing integration tests in DerivedTableIT

2015-09-30 Thread James Heather
Hi Maryann, Did you manage to get to the bottom of this (probable) Java 8 issue? The bug doesn't seem to be assigned to you any more so I wondered whether it slipped through the net. James On 14/09/15 19:05, Maryann Xue wrote: Noted. Thanks, James! On Mon, Sep 14, 2015 at 1:48 PM, James

Re: failing integration tests in DerivedTableIT

2015-09-14 Thread James Heather
Reported as https://issues.apache.org/jira/browse/PHOENIX-2257 On 14/09/15 12:24, James Heather wrote: I also have two failing integration tests in DerivedTableIT: Failed tests: DerivedTableIT.testDerivedTableWithGroupBy:320 expected:<['e']> but was:<['b', 'c', 'e']>

Re: failing integration tests in DerivedTableIT

2015-09-14 Thread Maryann Xue
Thank you, James! I have assigned the issue to myself. On Mon, Sep 14, 2015 at 7:39 AM James Heather wrote: > Reported as > > https://issues.apache.org/jira/browse/PHOENIX-2257 > > On 14/09/15 12:24, James Heather wrote: > > I also have two failing integration tests

Re: failing integration tests in DerivedTableIT

2015-09-14 Thread James Heather
Thanks! Note James's comments on the unit tests: probably this is another issue that fails on Java 8 but succeeds on Java 7. That's likely to indicate a fairly subtle bug, or reliance on a Java 7 implementation detail that isn't contractual... James On 14/09/15 18:38, Maryann Xue wrote:

Re: failing integration tests in DerivedTableIT

2015-09-14 Thread Maryann Xue
Noted. Thanks, James! On Mon, Sep 14, 2015 at 1:48 PM, James Heather wrote: > Thanks! > > Note James's comments on the unit tests: probably this is another issue > that fails on Java 8 but succeeds on Java 7. > > That's likely to indicate a fairly subtle bug, or