Hello Impala Public Jenkins,

I'd like you to reexamine a change. Please visit

    http://gerrit.cloudera.org:8080/23109

to look at the new patch set (#2).

Change subject: WIP: IMPALA-14189 allow forcing using HMS api for truncate
......................................................................

WIP: IMPALA-14189 allow forcing using HMS api for truncate

For external tables that are not replicated catalogd deleted
files during Truncate instead of calling HMS api. Two differences
I know of are:
- calling HMS leads to an ALTER_TABLE event
- calling HMS leads to recursive delete while catalogd only
  deletes files directly in the partition/table directory

Added flag to force calling HMS.

Change-Id: Ib3ee6cba3a4f41ad9997d0d4f45e1d28af36b72b
TODO: add tests
---
M be/src/catalog/catalog-server.cc
M be/src/util/backend-gflag-util.cc
M common/thrift/BackendGflags.thrift
M fe/src/main/java/org/apache/impala/service/BackendConfig.java
M fe/src/main/java/org/apache/impala/service/CatalogOpExecutor.java
M tests/metadata/test_recursive_listing.py
6 files changed, 32 insertions(+), 9 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/09/23109/2
--
To view, visit http://gerrit.cloudera.org:8080/23109
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Ib3ee6cba3a4f41ad9997d0d4f45e1d28af36b72b
Gerrit-Change-Number: 23109
Gerrit-PatchSet: 2
Gerrit-Owner: Csaba Ringhofer <[email protected]>
Gerrit-Reviewer: Impala Public Jenkins <[email protected]>

Reply via email to