org.apache.spark.sql.execution.streaming
Equality based on JSON string representation.
Equality based on JSON string representation. We leverage the JSON representation for normalization between the Offset's in memory and on disk representations.
A JSON-serialized representation of an Offset that is used for saving offsets to the offset log.
A JSON-serialized representation of an Offset that is used for saving offsets to the offset log. Note: We assume that equivalent/equal offsets serialize to identical JSON strings.
JSON string encoding
A simple offset for sources that produce a single linear stream of data.