GitHub user bharathkk opened a pull request: https://github.com/apache/samza/pull/594
SideInput: Added tests and fixed serde issue during writing offsets - Fixed serde issues during persisted offsets locally - Added unit tests for TaskSideInputStorageManager - Added integration tests for table integration You can merge this pull request into a Git repository by running: $ git pull https://github.com/bharathkk/samza side-input-tests Alternatively you can review and apply these changes as the patch at: https://github.com/apache/samza/pull/594.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #594 ---- commit 288a0b47936bb8ba64ab93e08b45170bb6309543 Author: Bharath Kumarasubramanian <bkumaras@...> Date: 2018-07-25T00:11:55Z Added unit and integration tests and fixed the serde for offsets ---- ---