Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 9E789200B21 for ; Fri, 10 Jun 2016 21:02:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 9CE92160A5B; Fri, 10 Jun 2016 19:02:22 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id E5D37160A15 for ; Fri, 10 Jun 2016 21:02:21 +0200 (CEST) Received: (qmail 23275 invoked by uid 500); 10 Jun 2016 19:02:21 -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 23253 invoked by uid 99); 10 Jun 2016 19:02:21 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Jun 2016 19:02:21 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 0AE232C033A for ; Fri, 10 Jun 2016 19:02:21 +0000 (UTC) Date: Fri, 10 Jun 2016 19:02:21 +0000 (UTC) From: "Sergey Shelukhin (JIRA)" To: issues@hive.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HIVE-13994) increase large varchar limits in db scripts to be db-specific MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 10 Jun 2016 19:02:22 -0000 [ https://issues.apache.org/jira/browse/HIVE-13994?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15325086#comment-15325086 ] Sergey Shelukhin commented on HIVE-13994: ----------------------------------------- [~ashutoshc] [~sushanth] thoughts/objections? > increase large varchar limits in db scripts to be db-specific > ------------------------------------------------------------- > > Key: HIVE-13994 > URL: https://issues.apache.org/jira/browse/HIVE-13994 > Project: Hive > Issue Type: Bug > Reporter: Sergey Shelukhin > > Right now all our max varchar limits are 4k, presumably due to Oracle limitations. All other dbs support larger values and/or MAX; given that we moved away from schema auto-creation and towards db-specific scripts, we can increase these limits per database to maximum allowed. -- This message was sent by Atlassian JIRA (v6.3.4#6332)