Re: [Discussion] Propose to upgrade the version of integration/presto from 0.187 to 0.206

2018-09-18 Thread Liang Chen
HI presto code as below, requires higher java version: - JavaVersion version = JavaVersion.parse(javaVersion); if (version.getMajor() == 8 && version.getUpdate().isPresent() && version.getUpdate().getAsInt() >= 151) { return; } Regards Liang x

Re: [Discussion] Propose to upgrade the version of integration/presto from 0.187 to 0.206

2018-09-18 Thread Liang Chen
Hi Agree with upgrading to 0.210 Regards Liang xm_zzc wrote > Hi: > I think we can upgrade presto to 0.210 for CarbonData 1.5, 0.210 has > fixed > an 'JDBC Driver' issue which is used frequently: > *Deallocate prepared statement when PreparedStatement is closed. > Previously, Connection bec

Re: [Discussion] Propose to upgrade the version of integration/presto from 0.187 to 0.206

2018-09-18 Thread xm_zzc
Hi: I think we can upgrade presto to 0.210 for CarbonData 1.5, 0.210 has fixed an 'JDBC Driver' issue which is used frequently: *Deallocate prepared statement when PreparedStatement is closed. Previously, Connection became unusable after many prepared statements were created.* -- Sent from:

Re: [Discussion] Support for Float and Byte data types

2018-09-18 Thread Kunal Kapoor
Yes, It will support both Session and SDK On Fri, Sep 14, 2018 at 1:13 PM Jacky Li wrote: > I think your proposal will support CarbonSession also, but not only SDK > and FileFormat, right? > > Regards, > Jacky > > > 在 2018年9月14日,下午12:34,Kunal Kapoor 写道: > > > > Hi xuchuanyin, > > Yes your under