I'm actually a bit confused on this. The branch-1.0 shows that CALCITE-582 was merged but I don't see it marked resolved nor a +1. It also looks like Vladimir was the author but he doesn't like the fix.
On Sun, Feb 1, 2015 at 5:33 PM, Chin Wei Low <[email protected]> wrote: > Hi, > > Did issue 582 fixed? > > Testing with query like this: select a from abc > But, it throw the exception. > Exception in thread "main" java.lang.ClassCastException: > [Ljava.lang.Object; incompatible with java.lang.Integer > at > > org.apache.calcite.avatica.util.AbstractCursor$IntAccessor.getInt(AbstractCursor.java:460) > at > > org.apache.calcite.avatica.AvaticaResultSet.getInt(AvaticaResultSet.java:311) > > On Mon, Feb 2, 2015 at 12:37 AM, Vladimir Sitnikov < > [email protected]> wrote: > > > > I needed to fix the bug and get a release out with the minimum > > of disruption > > > > I see, however I raised the question since this area clearly is > > related to public API. > > I do not like "just fix the bug" approach without agreed APIs. > > > > >CALCITE-558. Please get involved > > > > Well, I try to block/prevent one more non-required convention to appear. > > > > Vladimir > > >
