It would be useful to have a way to create a TableDefinition from a schema file. For example something like: ``` Schema schema = Schema.fromFile(schemaFile); TableDefinition tableDefinition = StandardTableDefinition.of(schema); ```
It would be useful to have a way to create a TableDefinition from a schema file. For example something like: