Quanlong Huang has uploaded this change for review. ( http://gerrit.cloudera.org:8080/21864
Change subject: IMPALA-13340: Fix missing partitions in COPY TESTCASE of local-catalog mode ...................................................................... IMPALA-13340: Fix missing partitions in COPY TESTCASE of local-catalog mode When converting LocalFsTable to THdfsTable, we need to set the field of 'has_full_partitions' to true. Otherwise, the partition map will be ignored when importing the THdfsTable object. Tests - Add e2e tests to dump the partitioned table and verify the partition and file metadata after importing it back. Change-Id: Icc2e8b71564ad37973ddfca92801afea8e26ff73 --- M fe/src/main/java/org/apache/impala/catalog/local/LocalFsTable.java M tests/metadata/test_testcase_builder.py 2 files changed, 15 insertions(+), 1 deletion(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/64/21864/1 -- To view, visit http://gerrit.cloudera.org:8080/21864 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Icc2e8b71564ad37973ddfca92801afea8e26ff73 Gerrit-Change-Number: 21864 Gerrit-PatchSet: 1 Gerrit-Owner: Quanlong Huang <[email protected]>
