From issues-return-188291-apmail-hive-issues-archive=hive.apache.org@hive.apache.org Mon May 4 01:07:02 2020 Return-Path: X-Original-To: apmail-hive-issues-archive@minotaur.apache.org Delivered-To: apmail-hive-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by minotaur.apache.org (Postfix) with SMTP id 3716319B00 for ; Mon, 4 May 2020 01:07:02 +0000 (UTC) Received: (qmail 42052 invoked by uid 500); 4 May 2020 01:07:01 -0000 Delivered-To: apmail-hive-issues-archive@hive.apache.org Received: (qmail 42019 invoked by uid 500); 4 May 2020 01:07:01 -0000 Mailing-List: contact issues-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hive.apache.org Delivered-To: mailing list issues@hive.apache.org Received: (qmail 42009 invoked by uid 99); 4 May 2020 01:07:01 -0000 Received: from mailrelay1-us-west.apache.org (HELO mailrelay1-us-west.apache.org) (209.188.14.139) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 May 2020 01:07:01 +0000 Received: from jira-he-de.apache.org (static.172.67.40.188.clients.your-server.de [188.40.67.172]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id C6805E2FAF for ; Mon, 4 May 2020 01:07:00 +0000 (UTC) Received: from jira-he-de.apache.org (localhost.localdomain [127.0.0.1]) by jira-he-de.apache.org (ASF Mail Server at jira-he-de.apache.org) with ESMTP id 254E478067C for ; Mon, 4 May 2020 01:07:00 +0000 (UTC) Date: Mon, 4 May 2020 01:07:00 +0000 (UTC) From: "Miklos Gergely (Jira)" To: issues@hive.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HIVE-22028) Clean up Add Partition MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HIVE-22028?page=3Dcom.atlassia= n.jira.plugin.system.issuetabpanels:all-tabpanel ] Miklos Gergely updated HIVE-22028: ---------------------------------- Attachment: HIVE-22028.01.patch-ADDENDUM > Clean up Add Partition > ---------------------- > > Key: HIVE-22028 > URL: https://issues.apache.org/jira/browse/HIVE-22028 > Project: Hive > Issue Type: Sub-task > Components: Hive > Reporter: Miklos Gergely > Assignee: Miklos Gergely > Priority: Major > Labels: pull-request-available, refactor-ddl > Fix For: 4.0.0 > > Attachments: HIVE-22028.01.patch, HIVE-22028.01.patch-ADDENDUM, H= IVE-22028.02.patch, HIVE-22028.03.patch, HIVE-22028.04.patch > > Time Spent: 20m > Remaining Estimate: 0h > > AlterTableAddPartitionDesc should be immutable, like the rest of the desc= classes. This can not be done 100% right now, as it requires the refactori= ng of the ImportSemanticAnalyzer, so the task will be finished only then. > Add Partition=C2=A0logic should be moved from Hive.java to AlterTableAddP= artitionOperation.java, only the metastore calls should remain in Hive.java= . -- This message was sent by Atlassian Jira (v8.3.4#803005)