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 >
