From issues-return-200204-archive-asf-public=cust-asf.ponee.io@hive.apache.org Sun Oct 11 08:18:02 2020 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mxout1-ec2-va.apache.org (mxout1-ec2-va.apache.org [3.227.148.255]) by mx-eu-01.ponee.io (Postfix) with ESMTPS id B57E5180670 for ; Sun, 11 Oct 2020 10:18:02 +0200 (CEST) Received: from mail.apache.org (mailroute1-lw-us.apache.org [207.244.88.153]) by mxout1-ec2-va.apache.org (ASF Mail Server at mxout1-ec2-va.apache.org) with SMTP id EEF2A428B5 for ; Sun, 11 Oct 2020 08:18:01 +0000 (UTC) Received: (qmail 42533 invoked by uid 500); 11 Oct 2020 08:18: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 42502 invoked by uid 99); 11 Oct 2020 08:18: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; Sun, 11 Oct 2020 08:18:01 +0000 Received: from jira2-he-de.apache.org (static.54.33.119.168.clients.your-server.de [168.119.33.54]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id D195545BDD for ; Sun, 11 Oct 2020 08:18:00 +0000 (UTC) Received: from jira2-he-de.apache.org (localhost.localdomain [127.0.0.1]) by jira2-he-de.apache.org (ASF Mail Server at jira2-he-de.apache.org) with ESMTP id 33656C807A6 for ; Sun, 11 Oct 2020 08:18:00 +0000 (UTC) Date: Sun, 11 Oct 2020 08:18:00 +0000 (UTC) From: "ASF GitHub Bot (Jira)" To: issues@hive.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HIVE-24257) Wrong check constraint naming in Hive metastore MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HIVE-24257?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated HIVE-24257: ---------------------------------- Labels: pull-request-available (was: ) > Wrong check constraint naming in Hive metastore > ----------------------------------------------- > > Key: HIVE-24257 > URL: https://issues.apache.org/jira/browse/HIVE-24257 > Project: Hive > Issue Type: Bug > Reporter: Ashish Sharma > Assignee: Ashish Sharma > Priority: Trivial > Labels: pull-request-available > Time Spent: 10m > Remaining Estimate: 0h > > Current > struct SQLCheckConstraint { > 1: string catName, // catalog name > 2: string table_db, // table schema > 3: string table_name, // table name > 4: string column_name, // column name > 5: string check_expression,// check expression > 6: string dc_name, // default name > 7: bool enable_cstr, // Enable/Disable > 8: bool validate_cstr, // Validate/No validate > 9: bool rely_cstr // Rely/No Rely > } > Naming for CheckConstraint is wrong it should be cc_name instead of dc_name -- This message was sent by Atlassian Jira (v8.3.4#803005)