spark-instrumented-optimizer/sql/core/src
Tathagata Das 1ef6b296d7 [SPARK-18671][SS][TEST] Added tests to ensure stability of that all Structured Streaming log formats
## What changes were proposed in this pull request?

To be able to restart StreamingQueries across Spark version, we have already made the logs (offset log, file source log, file sink log) use json. We should added tests with actual json files in the Spark such that any incompatible changes in reading the logs is immediately caught. This PR add tests for FileStreamSourceLog, FileStreamSinkLog, and OffsetSeqLog.

## How was this patch tested?
new unit tests

Author: Tathagata Das <tathagata.das1565@gmail.com>

Closes #16128 from tdas/SPARK-18671.
2016-12-06 13:05:22 -08:00
..
main [SPARK-18714][SQL] Add a simple time function to SparkSession 2016-12-06 11:48:11 -08:00
test [SPARK-18671][SS][TEST] Added tests to ensure stability of that all Structured Streaming log formats 2016-12-06 13:05:22 -08:00