Re: Creating client caches if 'schema not found' exception is thrown

2016-02-28 Thread Valentin Kulichenko
Sergi, That's a good point, thanks. I will double-check this. -Val On Sat, Feb 27, 2016 at 12:04 PM, Sergi Vladykin wrote: > Val, > > I didn't look at the code but I hope you've covered case when schema name > is configured to be different from the cache name? > >

Re: Creating client caches if 'schema not found' exception is thrown

2016-02-27 Thread Sergi Vladykin
Val, I didn't look at the code but I hope you've covered case when schema name is configured to be different from the cache name? Sergi 2016-02-27 2:34 GMT+03:00 Alexey Goncharuk : > Looks good to me. >

Creating client caches if 'schema not found' exception is thrown

2016-02-26 Thread Valentin Kulichenko
Folks, We have a pretty serious issue [1] that potentially breaks cross-cache queries in JDBC driver and in other integrations like Zeppelin interpreter, Spark, etc. I made a simple fix - catch the exception and create all client caches that are currently missing. Can someone review my changes