Versions Compared

Key

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

...

It's hard for people to understand which functions are batch-stream unified and which are batch / stream dedicated. We want to introduce a hint to identify the type of function in DataStream API V2. This not only helps users, but also helps the engine work better. For example 

For example, for batch only functions, more aggressively optimize can be done in runtime level.

...