mirror of
https://github.com/apache/impala.git
synced 2025-12-19 18:12:08 -05:00
PartitionDeltaUpdater has two sub-classes, PartNameBasedDeltaUpdater and PartBasedDeltaUpdater. They are used in reloading metadata of a table. Their constructors invoke HMS RPCs which could be slow and should be tracked in the catalog timeline. This patch adds missing timeline items for those HMS RPCs. Tests: - Added e2e tests Change-Id: Id231c2b15869aac2dae3258817954abf119da802 Reviewed-on: http://gerrit.cloudera.org:8080/22917 Reviewed-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com> Tested-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com>