kangkaisen opened a new pull request #337: Fix add Rollup bug URL: https://github.com/apache/incubator-doris/pull/337 Fix [332](https://github.com/apache/incubator-doris/issues/332) 1 when add_column_statistics, we should use use _table->num_key_fields(), not column_statistic_fields.size(), as rollup table num_key_fields will less than base table column_statistic_fields.size() 2 when adding rollup table, the base table column_statistic_fields maybe empty.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
