This is an automated email from the ASF dual-hosted git repository.
morrysnow pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from 26a7f86b66 [improvement](auth)only GRANT_PRIV and USAGE_PRIV can GRANT
for RESOURCE (#19547)
add c37d781942 [enchancement](statistics) manually inject table level
statistics (#19495)
No new revisions were added by this update.
Summary of changes:
fe/fe-core/src/main/cup/sql_parser.cup | 5 ++
...lumnStatsStmt.java => AlterTableStatsStmt.java} | 91 +++++-----------------
.../main/java/org/apache/doris/qe/DdlExecutor.java | 3 +
.../doris/statistics/StatisticsRepository.java | 25 ++++++
.../suites/statistics/alter_tbl_stats.groovy | 70 +++++++++++++++++
5 files changed, 123 insertions(+), 71 deletions(-)
copy
fe/fe-core/src/main/java/org/apache/doris/analysis/{AlterColumnStatsStmt.java
=> AlterTableStatsStmt.java} (62%)
create mode 100644 regression-test/suites/statistics/alter_tbl_stats.groovy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]