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 <atoomula@...>
Date: 2018-11-19T23:49:36Z
handling null records in rel converter along with joins
commit 58118c425edfbaae600a8daf624dc8559ecc220f
Author: Aditya Toomula <atoomula@...>
Date: 2018-11-20T00:00:12Z
SAMZA-2001 Samza-sql: Handle null records in rel converter and in joins
----
---