This commit introduces a new int columnBatchSize parameter to control the number of rows processed at a time during column statistics analysis. It also adds the StatExtractor.DefaultColumnBatchSize constant to define the default number of rows processed when no value is provided.
This commit introduces a new
int columnBatchSize
parameter to control the number of rows processed at a time during column statistics analysis. It also adds theStatExtractor.DefaultColumnBatchSize
constant to define the default number of rows processed when no value is provided.