From issues-return-155073-archive-asf-public=cust-asf.ponee.io@hive.apache.org Tue Apr 2 17:33:04 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 [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 0A79A18072F for ; Tue, 2 Apr 2019 19:33:03 +0200 (CEST) Received: (qmail 86558 invoked by uid 500); 2 Apr 2019 17:33:03 -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 86523 invoked by uid 99); 2 Apr 2019 17:33:03 -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; Tue, 02 Apr 2019 17:33:03 +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 85AEDE25D3 for ; Tue, 2 Apr 2019 17:33:02 +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 000522459E for ; Tue, 2 Apr 2019 17:33:01 +0000 (UTC) Date: Tue, 2 Apr 2019 17:33:01 +0000 (UTC) From: "Rajkumar Singh (JIRA)" To: issues@hive.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HIVE-21560) Update Derby DDL to use CLOB instead of LONG VARCHAR 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-21560?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajkumar Singh updated HIVE-21560: ---------------------------------- Attachment: HIVE-21560.02.patch Status: Patch Available (was: Open) > Update Derby DDL to use CLOB instead of LONG VARCHAR > ---------------------------------------------------- > > Key: HIVE-21560 > URL: https://issues.apache.org/jira/browse/HIVE-21560 > Project: Hive > Issue Type: Bug > Reporter: Shawn Weeks > Assignee: Rajkumar Singh > Priority: Minor > Attachments: HIVE-21560.01.patch, HIVE-21560.02.patch, HIVE-21560.patch > > > in the Hive 1.x and 2.x metastore version for Derby there are two column in "TBLS" that are set to LONG VARCHAR. This causes larger create view statements to fail when using embedded metastore for testing. -- This message was sent by Atlassian JIRA (v7.6.3#76005)