Re: Using comments in query for detailed monitoring

2018-01-26 Thread Greg Rahn
I was able to repro this as well and checking in with Simba who authors the driver. On Wed, Jan 17, 2018 at 9:03 PM, Sunil Parmar wrote: > Tried with case change but no luck. From the connection log. > > Jan 17 20:33:38.163 TRACE 1 >

Re: Impala, Kudu, and timestamps (and UNIXTIME_MICROS...)

2018-01-11 Thread Greg Rahn
Franco- Are there still outstanding questions or issues with this? I'm just returning from holiday so wanted to check in. Agreed that timestamp w/ and w/o time zone are different beasts and come with their own challenges. Cheers, On Tue, Dec 19, 2017 at 6:23 AM, Franco Venturi

Re: Using comments in query for detailed monitoring

2018-02-13 Thread Greg Rahn
An upcoming release of the Impala driver will include a fix for not removing comments when UseNativeQuery=1 is used. On Fri, Jan 26, 2018 at 10:29 AM, Greg Rahn <greg.r...@gmail.com> wrote: > I was able to repro this as well and checking in with Simba who authors > the driver. >

Re: Using comments in query for detailed monitoring

2018-02-16 Thread Greg Rahn
can track ? > > Sunil Parmar > > On Tue, Feb 13, 2018 at 3:18 PM, Greg Rahn <greg.r...@gmail.com> wrote: > >> An upcoming release of the Impala driver will include a fix for not >> removing comments when UseNativeQuery=1 is used. >> >> On Fri, Jan 26, 2

Re: How to replace collect_set Hive function in Impala?

2018-07-30 Thread Greg Rahn
If returning a delimited string works vs an array - see group_concat() https://impala.apache.org/docs/build/html/topics/impala_group_concat.html On Mon, Jul 30, 2018 at 3:18 PM Zoltan Borok-Nagy wrote: > > Hi Fawze, > > In Impala, only scalar types are allowed in the select list because Impala >

Re: Using comments in query for detailed monitoring

2018-03-12 Thread Greg Rahn
The driver with this fix is now available. http://community.cloudera.com/t5/Community-News-Release/ANNOUNCE-New-Impala-JDBC-Driver-Released/m-p/65325#M220 On Fri, Feb 16, 2018 at 5:59 PM, Greg Rahn <greg.r...@gmail.com> wrote: > Unfortunately there is not a JIRA to track because th