Versions Compared

Key

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

...

Therefore, we propose to support only full window processing on DataStream. This feature is designed to work only in batch mode when RuntimeExecutionMode=BATCH and does not support checkpointing. If user specifies the stream mode RuntimeExecutionMode=STREAMING, the job will be failed to submit. Given this premise, the underlying implementation can avoid the aforementioned conflict issues by not relying on keyed state for window processing.

...

The PartitionWindowedStream class will be annotated by @PublicEnvolving @PublicEnvolving as more APIs may be added in the future.

...