Class AvroSchemaToPinotSchema

  • All Implemented Interfaces:
    Callable<Integer>, Command

    public class AvroSchemaToPinotSchema
    extends AbstractBaseAdminCommand
    implements Command
    Class for command to convert avro schema to pinot schema. Given that it is not always possible to automatically do this, the intention is to get most of the work done by this class, and require any manual editing on top.