Class JsonToPinotSchema

  • All Implemented Interfaces:
    Callable<Integer>, Command

    public class JsonToPinotSchema
    extends AbstractBaseAdminCommand
    implements Command
    Class for command to infer pinot schema from Json data. 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.