viirya commented on code in PR #54299:
URL: https://github.com/apache/spark/pull/54299#discussion_r2802010424


##########
sql/core/src/main/scala/org/apache/spark/sql/classic/Dataset.scala:
##########
@@ -595,8 +595,7 @@ class Dataset[T] private[sql](
     val parsedDelay = IntervalUtils.fromIntervalString(delayThreshold)
     require(!IntervalUtils.isNegative(parsedDelay),
       s"delay threshold ($delayThreshold) should not be negative.")
-    EventTimeWatermark(util.UUID.randomUUID(), UnresolvedAttribute(eventTime),
-      parsedDelay, logicalPlan)
+    UnresolvedEventTimeWatermark(UnresolvedAttribute(eventTime), parsedDelay, 
logicalPlan)

Review Comment:
   I think that is because the user reporting the issue didn't trace which 
versions have the issue. We should backport this fix to earlier version. I will 
update the affected versions later.



-- 
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]

Reply via email to