cdap
cdap copied to clipboard
Add schema support to base Relation
This PR adds 2 methods to the Relation
interface: addSchema()
to create a new Relation with a schema, and getSchema()
which returns a schema if available.