cdap icon indicating copy to clipboard operation
cdap copied to clipboard

Add schema support to base Relation

Open DJSagarAhire opened this issue 1 year ago • 0 comments

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.

DJSagarAhire avatar Apr 19 '23 11:04 DJSagarAhire