Class SegmentPreProcessor

    • Method Detail

      • needProcess

        public boolean needProcess()
                            throws Exception
        This method checks if there is any discrepancy between the segment and current table config and schema. If so, it returns true indicating the segment needs to be reprocessed. Right now, the default columns, all types of indices and column min/max values are checked against what's set in table config and schema.
        Throws:
        Exception