auroflow commented on code in PR #28934:
URL: https://github.com/apache/flink/pull/28934#discussion_r3780519205
##########
flink-python/pyflink/dataframe/convert.py:
##########
@@ -241,6 +512,7 @@ def from_dict(
raise TypeError("data must be a mapping")
if not data:
raise ValueError("data must not be empty")
+ watermark_spec = _WatermarkSpec.parse(watermark)
Review Comment:
I have added watermark usage examples where applicable.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]