OffsetSeqMetadata
OffsetSeqMetadata holds the metadata for…FIXME:
-
batchWatermarkMs– the current event time watermark in milliseconds (used to bound the lateness of data that will processed) -
batchTimestampMs– the current batch processing timestamp in milliseconds -
conf– batch configuration withspark.sql.shuffle.partitionsand spark.sql.streaming.stateStore.providerClass Spark properties
|
Note
|
OffsetSeqMetadata is used mainly when IncrementalExecution is created.
|
OffsetSeqMetadata defines the following relevantSQLConfs:
relevantSQLConfs are used when OffsetSeqMetadata is created and is requested to setSessionConf.
spark技术分享