Class SupersetSchemaGeneratorWithCustomProp

java.lang.Object
com.linkedin.venice.controller.supersetschema.SupersetSchemaGeneratorWithCustomProp
All Implemented Interfaces:
SupersetSchemaGenerator

public class SupersetSchemaGeneratorWithCustomProp extends Object implements SupersetSchemaGenerator
This class would copy the specified customProp from the latest value schema to the generated superset schema and in the meantime, the compare method in this impl will consider this extra property as well.
  • Constructor Details

    • SupersetSchemaGeneratorWithCustomProp

      public SupersetSchemaGeneratorWithCustomProp(String customProp)
  • Method Details