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/09/16 17:05:41 UTC

[samza] branch master updated (5af4b3b -> 83e1529)

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 5af4b3b  SAMZA-2318: Empty config values from coordinator stream shouldn't be removed (#1150)
     add 83e1529  SAMZA-2321: Samza-sql - Introduce REAL Samza sql schema type (#1154)

No new revisions were added by this update.

Summary of changes:
 .../apache/samza/sql/schema/SamzaSqlFieldType.java |  5 ++--
 .../apache/samza/sql/avro/AvroRelConverter.java    |  7 ------
 .../apache/samza/sql/avro/AvroTypeFactoryImpl.java |  3 ++-
 .../samza/sql/planner/RelSchemaConverter.java      |  2 ++
 .../samza/sql/avro/TestAvroRelConversion.java      |  7 +-----
 .../samza/sql/system/TestAvroSystemFactory.java    |  2 ++
 .../samza/test/samzasql/TestSamzaSqlEndToEnd.java  | 27 +++++++++++++++++++++-
 7 files changed, 36 insertions(+), 17 deletions(-)