Re: Issues regarding Table-API

2019-01-23 Thread Fabian Hueske
Hi Elias, Q1: Can you post the exception that you receive? Q2: This is already possible today by converting a Table into a DataSet and registering that DataSet again as a Table. Under the hood, the following is happening: As you said, Tables are views (or logical plans). Whenever, a Table is conv

Re: Issues regarding Table-API

2019-01-22 Thread Kurt Young
Hi Elias, For your question 2: this is doable, i think it will be resolved in future version of Flink. Best, Kurt On Tue, Jan 15, 2019 at 10:35 PM Elias Saalmann < es45g...@studserv.uni-leipzig.de> wrote: > Hi there, > > I'm working on the Gradoop project at the University of Leipzig ( > https

Issues regarding Table-API

2019-01-15 Thread Elias Saalmann
Hi there, I'm working on the Gradoop project at the University of Leipzig (https://github.com/dbs-leipzig/gradoop). Currently we're using the Batch-API - now we're investigating Table-API as an abstraction for Batch-API. I found 2 issues I want to discuss: 1. I get an error (Error while appl