Versions Compared

Key

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

...

As of Flink 1.19, json plans don't support DQLs, hence we simply return OK if an application cluster is submitted sucessfullysuccessfully.

JsonPlan Limitations 

As described in FLIP-190, json plans have some limitations that also apply to the interactive execution of SQL Gateway application mode, below are the most significant ones:

  • DQLs are not supported.
  • Batch queries are not supported, because "Batch ExecNodes cannot be serialized into a JSON plan".

Public Interfaces

New Classes

...