From issues-return-163735-archive-asf-public=cust-asf.ponee.io@hive.apache.org Mon Jul 22 23:08:01 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id A397718064F for ; Tue, 23 Jul 2019 01:08:01 +0200 (CEST) Received: (qmail 76129 invoked by uid 500); 22 Jul 2019 23:08: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 76098 invoked by uid 99); 22 Jul 2019 23:08: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, 22 Jul 2019 23:08:01 +0000 Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 6C19CE2E5C for ; Mon, 22 Jul 2019 23:08:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 2AEB1265C5 for ; Mon, 22 Jul 2019 23:08:00 +0000 (UTC) Date: Mon, 22 Jul 2019 23:08: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: ---------------------------------- Description:=20 AlterTableAddPartitionDesc should be immutable, like the rest of the desc c= lasses. This can not be done 100% right now, as it requires the refactoring= of the ImportSemanticAnalyzer, so the task will be finished only then. Add Partition=C2=A0logic should be moved from Hive.java to AlterTableAddPar= titionOperation.java, only the metastore calls should remain in Hive.java. was:AlterTableAddPartitionDesc should be immutable, like the rest of the = desc classes. This can not be done 100% right now, as it requires the refac= toring of the ImportSemanticAnalyzer, so the task will be finished only the= n. > 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: refactor-ddl > Attachments: HIVE-22028.01.patch, HIVE-22028.02.patch > > > 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 (v7.6.14#76016)