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
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
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