GitHub user atoomula opened a pull request: https://github.com/apache/samza/pull/866
Fixing udfs that return samzasqlrelrecord type and other such types to work with joins. You can merge this pull request into a Git repository by running: $ git pull https://github.com/atoomula/samza joinudf Alternatively you can review and apply these changes as the patch at: https://github.com/apache/samza/pull/866.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 #866 ---- commit a40e7ed2c7358ddd6c8936e044018a6c669501f9 Author: Aditya Toomula <atoomula@...> Date: 2018-12-20T19:53:55Z Fixing udfs that return samzasqlrelrecord type and other such types to work with joins. ---- ---