log4j.logger.org.apache.spark.sql.catalyst.analysis.StreamingJoinHelper=ALL
StreamingJoinHelper Utility
StreamingJoinHelper
is a Scala object with the following utility methods:
Tip
|
Enable Add the following line to Refer to Logging. |
State Value Watermark — getStateValueWatermark
Object Method
getStateValueWatermark(
attributesToFindStateWatermarkFor: AttributeSet,
attributesWithEventWatermark: AttributeSet,
joinCondition: Option[Expression],
eventWatermark: Option[Long]): Option[Long]
getStateValueWatermark
…FIXME
Note
|
|