You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@samza.apache.org by Milinda Pathirage <mi...@apache.org> on 2015/02/27 21:13:10 UTC

Review Request 31556: Avro schema to Calcite RelDataType conveter (SAMZA-582)

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/31556/
-----------------------------------------------------------

Review request for samza, Chris Riccomini, Navina Ramesh, and Yi Pan (Data Infrastructure).


Bugs: SAMZA-582
    https://issues.apache.org/jira/browse/SAMZA-582


Repository: samza


Description
-------

Avro schema to Calcite RelDataType converter.
 - Only Avro records are supported at the top level
 - Avro unions with a NULL  type and an another type is supported for nullable types
 - Unions with multiple non-NULL types are not supported


Diffs
-----

  samza-sql/src/main/java/org/apache/samza/sql/metadata/AvroSchemaConverter.java PRE-CREATION 
  samza-sql/src/test/java/org/apache/samza/sql/test/metadata/TestAvroSchemaConverter.java PRE-CREATION 

Diff: https://reviews.apache.org/r/31556/diff/


Testing
-------

./bin/check-all.sh: successful


Thanks,

Milinda Pathirage