Skip to main content

STREAMING_REAL_TIME_WATERMARK_PROPAGATION error condition

SQLSTATE: 0A000

Streaming real-time watermark propagation has the following limitation:

MULTIPLE_SHUFFLES_NOT_SUPPORTED

Only one shuffle operator is allowed between calling withWatermark and stateful operators, but found <shuffleCount>.

OPERATOR_NOT_SUPPORTED

The following operator(s) are not allowed between calling withWatermark and stateful operators: <operators>.

SHUFFLE_NOT_SUPPORTED_BEFORE_WATERMARK

Shuffle operators are not allowed before calling withWatermark.

STATEFUL_OPERATOR_CHAINING_NOT_SUPPORTED

Stateful operator chaining is not supported.