Mihaly Szjatinya has uploaded this change for review. ( http://gerrit.cloudera.org:8080/22474
Change subject: WIP IMPALA-11597: DROP STATS should unset table property impala.lastComputeStatsTime ...................................................................... WIP IMPALA-11597: DROP STATS should unset table property impala.lastComputeStatsTime Removes 'impala.lastComputeStatsTime' property from table on DROP STATS catalog operation. Does not affect the incremental variant: 'DROP INCREMENTAL STATS t PARTITION (partition_spec)' Change-Id: Id743bc9779141df7a26a95a0ea201ef6fc6aeff9 --- M fe/src/main/java/org/apache/impala/service/CatalogOpExecutor.java M testdata/workloads/functional-query/queries/QueryTest/iceberg-compute-stats.test 2 files changed, 3 insertions(+), 8 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/74/22474/1 -- To view, visit http://gerrit.cloudera.org:8080/22474 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Id743bc9779141df7a26a95a0ea201ef6fc6aeff9 Gerrit-Change-Number: 22474 Gerrit-PatchSet: 1 Gerrit-Owner: Mihaly Szjatinya <msz...@pm.me>