-----------------------------------------------------------
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