You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by at...@apache.org on 2019/10/14 21:39:44 UTC

[samza] branch master updated (5660b86 -> 6258d2b)

This is an automated email from the ASF dual-hosted git repository.

atoomula pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/samza.git.


    from 5660b86  SAMZA-2343: Remove original split deployment code (#1182)
     add 71e5ae5  SAMZA-2347: Samza Sql - Fix AvroTypeFactoryImpl to properly denote a field as optional and nullable.
     add 84d45c2  SAMZA-2347: Samza Sql - Fix AvroTypeFactoryImpl to properly denote a field as optional and nullable.
     add b8708ed  SAMZA-2347: Samza Sql - Fix AvroTypeFactoryImpl to properly denote a field as optional and nullable.
     add 26df437  SAMZA-2347: Samza Sql - Fix AvroTypeFactoryImpl to properly denote a field as optional and nullable.
     add 6258d2b  SAMZA-2347: Samza Sql - Fix AvroTypeFactoryImpl to properly denote a field as optional and nullable. (#1186)

No new revisions were added by this update.

Summary of changes:
 .../apache/samza/sql/avro/AvroTypeFactoryImpl.java | 43 +++++++++++++++++++---
 .../samza/sql/planner/SamzaSqlValidator.java       | 28 ++++++++------
 .../samza/sql/avro/schemas/ComplexRecord.avsc      |  6 +--
 .../samza/sql/avro/schemas/ComplexRecord.java      |  2 +-
 .../samza/sql/planner/TestSamzaSqlValidator.java   | 19 ++++++++--
 5 files changed, 74 insertions(+), 24 deletions(-)