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/09 22:44:54 UTC

[samza] branch master updated (a07e386 -> f0e77eb)

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 a07e386  SAMZA-2324: Adding KV store metrics for rocksdb (#1158)
     add f0e77eb  Add validation for delete op and change RelSchemaConverter to set all fields to nullable regardless of nullable flag in sql schema. (#1183)

No new revisions were added by this update.

Summary of changes:
 .../samza/sql/planner/RelSchemaConverter.java      | 23 +++++----
 .../samza/sql/planner/SamzaSqlValidator.java       | 40 +++++++++++++--
 .../org/apache/samza/sql/avro/schemas/Profile.avsc |  3 +-
 .../org/apache/samza/sql/avro/schemas/Profile.java |  2 +-
 .../test/samzasql/TestSamzaSqlRemoteTable.java     | 60 ++++++++++++++++++++++
 5 files changed, 109 insertions(+), 19 deletions(-)