GitHub user shanthoosh opened a pull request:
https://github.com/apache/samza/pull/886
SAMZA-2074: Read configuration from coordinator stream in checkpoint tool.
Currently, each run of a `CheckpointTool` requires the `TaskModel` from
the `JobModel` for updating the checkpoints. `Jo
GitHub user srinipunuru opened a pull request:
https://github.com/apache/samza/pull/885
Type system for Samza SQL and Support for types in UDFS
This checkin adds
1. Type system for Samza SQL. Previously Samza SQL was using Calcite's
relational type system. We need an intermedia
Github user asfgit closed the pull request at:
https://github.com/apache/samza/pull/884
---
Hi Tom,
InMemorySystem is a system that is supposed to only support NoOpSerde since
all the associated steams for this system are maintained in memory. In
addition to this, if your test is using the Samza's Test Framework, it will
override any explicit serde configs specified for streams to NoOp.