Forum Discussion
andrew_holbrook
8 years agoNew Contributor III
@aleung (and I suppose @robin), thanks but what I’m looking for more of is how to change this function (pulled from here):
public void defineInputSchema(final SchemaProvider provider) {
Schema colA = provider.createSchema(SnapType.STRING, COL_A);
provider.getSchemaBuilder(INPUT_VIEW_NAME)
.withChildSchema(colA)
.build();
}
How do I do a nested schema?