cloud-fan commented on code in PR #52428: URL: https://github.com/apache/spark/pull/52428#discussion_r2382231085
########## sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/plans/logical/EventTimeWatermark.scala: ########## @@ -81,8 +81,9 @@ case class EventTimeWatermark( // This is not allowed by default - WatermarkPropagator will throw an exception. We keep the // logic here because we also maintain the compatibility flag. (See // SQLConf.STATEFUL_OPERATOR_ALLOW_MULTIPLE for details.) + // Should be defined as lazy so that attributes can be resolved before calling this. Review Comment: do we still need this hack? -- 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]
