dongjoon-hyun commented on code in PR #48570:
URL: https://github.com/apache/spark/pull/48570#discussion_r1815948206
##########
sql/core/src/main/scala/org/apache/spark/sql/Dataset.scala:
##########
@@ -573,7 +573,8 @@ class Dataset[T] private[sql](
require(!IntervalUtils.isNegative(parsedDelay),
s"delay threshold ($delayThreshold) should not be negative.")
EliminateEventTimeWatermark(
- EventTimeWatermark(UnresolvedAttribute(eventTime), parsedDelay,
logicalPlan))
+ EventTimeWatermark(util.UUID.randomUUID(),
UnresolvedAttribute(eventTime),
Review Comment:
Could you import properly like the other files?
```java
import java.util.UUID
```
--
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]