Re: SQL Client Limitations

2018-08-26 Thread Timo Walther
Hi Eron, yes, FLINK-9172 covers how the SQL Client will discover ExternalCatalog similar to how it discovers connectors and formats today. The exact design has to be fleshed out but the SQL Client's environment file will declare catalogs and their properties. The SQL Client's gateway will the

Re: SQL Client Limitations

2018-08-25 Thread Eron Wright
I'd like to better understand how catalogs will work in SQL Client. I assume we'll be able to reference catalog classes from the environment file (e.g. FLINK-9172). Thanks On Tue, Aug 21, 2018 at 4:56 AM Fabian Hueske wrote: > Hi Dominik, > > The SQL Client supports the same subset of SQL tha

Re: SQL Client Limitations

2018-08-21 Thread Fabian Hueske
Hi Dominik, The SQL Client supports the same subset of SQL that you get with Java / Scala embedded queries. The documentation [1] covers all supported operations. There are some limitations because certain operators require special time attributes (row time or processing time attributes) which ar

Re: SQL Client Limitations

2018-08-21 Thread Till Rohrmann
Hi Dominik, I think such a list would be really helpful. I've pulled Timo and Fabian into this conversation because they probably know more. Cheers, Till On Mon, Aug 20, 2018 at 12:43 PM Dominik Wosiński wrote: > Hey, > > Do we have any list of current limitations of SQL Client available > som

SQL Client Limitations

2018-08-20 Thread Dominik Wosiński
Hey, Do we have any list of current limitations of SQL Client available somewhere or the only way is to go through JIRA issues? For example: I tried to make Group By Tumble Window and Inner Join in one query and it seems that it is not possible currently and I was wondering whether it's and issue