Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Methods of TableEnvironment to be deprecated:
    • void sqlUpdate(String sql)
    • void insertInto(String targetPath, Table table)
    • JobExecutionResult execute(String jobName)
    • String explain(boolean extended)
    • Table fromTableSource(TableSource tableSource)
  2. You may need to change to the program a little if you use `StreamExecutionEnvironment.execute` to trigger a table program execution or use `StreamTableEnvironment.execute()` to trigger a DataStream program execution.

...