Re: Flink and SQL

2016-08-01 Thread Timo Walther
Hi Davran, unregistering tables is not possible at the moment. I have created an issue for this: https://issues.apache.org/jira/browse/FLINK-4288 Timo Am 29/07/16 um 20:24 schrieb Davran Muzafarov: Hi, I could not find the way to reuse table names. tableEnv = TableEnvironment.getTableEnv

Flink and SQL

2016-07-29 Thread Davran Muzafarov
Hi, I could not find the way to reuse table names. tableEnv = TableEnvironment.getTableEnvironment(env); . Table table = tableEnv.registerTable( "table1", table ); Table table = tableEnv.sql( "select * from table1" ); . . Is it possible to "unregister" table or re