GitHub user atoomula opened a pull request:
https://github.com/apache/samza/pull/545
SAMZA-1740: Moving SamzaSqlRelRecord to samza-api as it is needed to be
used in UDFs
Please see description in the ticket.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/atoomula/samza sql
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/samza/pull/545.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 #545
----
commit 2783ac2fd27cf56e1d7e0f6259e39f46919a3f7a
Author: Aditya Toomula <atoomula@...>
Date: 2018-06-05T23:53:00Z
Moving SamzaSqlRelRecord to samza-api as it is needed to be used in UDFs.
----
---