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:
> Thank you, James! I have assigned the issue to myself.
>
> On Mon, Sep 14, 2015 at 7:39 AM James Heather
> <james.heather@mendeley.com <mailto:james.heather@mendeley.com>> 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 in DerivedTableIT:
> >
> > Failed tests:
> > DerivedTableIT.testDerivedTableWithGroupBy:320
> expected:<['e']> but
> > was:<['b', 'c', 'e']>
> > DerivedTableIT.testDerivedTableWithGroupBy:320
> expected:<['e']> but
> > was:<['b', 'c', 'e']>
> >
> > Full output of test attached. You'll see there are a couple of
> > TableInfoMissingExceptions in there, which might be related.
> >
> > It is possible that they're related to the previous unit test
> issue I
> > reported; I don't know.
> >
> > It's tricky to set up a CDH5-compatible build until I have a vanilla
> > build that passes.
> >
> > James
>
|