You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@samza.apache.org by atoomula <gi...@git.apache.org> on 2018/11/20 00:02:45 UTC

[GitHub] samza pull request #812: SAMZA-2001 Samza-sql: Handle null records in rel co...

GitHub user atoomula opened a pull request:

    https://github.com/apache/samza/pull/812

    SAMZA-2001 Samza-sql: Handle null records in rel converter and in joins

    * Synced some AvroRelConverter fixes from linkedin version.
    * Null value handling in AvroRelConverter and Join function.
    * Null value handling in Table API StreamTableJoinOperatorImpl class.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/atoomula/samza nulljoins

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/samza/pull/812.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 #812
    
----
commit 2640e1c532764b4f9de138137a91c6546d37597f
Author: Aditya Toomula <at...@...>
Date:   2018-11-19T23:49:36Z

    handling null records in rel converter along with joins

commit 58118c425edfbaae600a8daf624dc8559ecc220f
Author: Aditya Toomula <at...@...>
Date:   2018-11-20T00:00:12Z

    SAMZA-2001 Samza-sql: Handle null records in rel converter and in joins

----


---

[GitHub] samza pull request #812: SAMZA-2001 Samza-sql: Handle null records in rel co...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/samza/pull/812


---