rangadi commented on code in PR #40783:
URL: https://github.com/apache/spark/pull/40783#discussion_r1167279902
##########
connector/connect/client/jvm/src/main/scala/org/apache/spark/sql/Dataset.scala:
##########
@@ -3017,8 +3028,37 @@ class Dataset[T] private[sql] (
.getStorageLevel)
}
+ /**
+ * Defines an event time watermark for this [[Dataset]]. A watermark tracks
a point in time
+ * before which we assume no more late data is going to arrive.
+ *
+ * Spark will use this watermark for several purposes: <ul> <li>To know when
a given time window
Review Comment:
The html tags here look odd because of scalfmt changes. Otherwise, the
comment is same as it for its scala-sql counterpart.
cc: @zhenlineo
##########
connector/connect/client/jvm/src/main/scala/org/apache/spark/sql/Dataset.scala:
##########
@@ -3017,8 +3028,37 @@ class Dataset[T] private[sql] (
.getStorageLevel)
}
+ /**
+ * Defines an event time watermark for this [[Dataset]]. A watermark tracks
a point in time
+ * before which we assume no more late data is going to arrive.
+ *
+ * Spark will use this watermark for several purposes: <ul> <li>To know when
a given time window
Review Comment:
The html tags here look odd because of scalfmt changes. Otherwise, the
comment is same as it for its spark-sql counterpart.
cc: @zhenlineo
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]