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 955D3200D5D for ; Wed, 20 Dec 2017 09:56:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 939E0160C15; Wed, 20 Dec 2017 08:56:00 +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 D1B0B160C0A for ; Wed, 20 Dec 2017 09:55:59 +0100 (CET) Received: (qmail 94369 invoked by uid 500); 20 Dec 2017 08:55:58 -0000 Mailing-List: contact dev-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 dev@hive.apache.org Received: (qmail 94353 invoked by uid 99); 20 Dec 2017 08:55:58 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Dec 2017 08:55:58 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 34993DFD43; Wed, 20 Dec 2017 08:55:58 +0000 (UTC) From: anishek To: dev@hive.apache.org Reply-To: dev@hive.apache.org Message-ID: Subject: [GitHub] hive pull request #282: HIVE-18290: hbase backed table creation fails where ... Content-Type: text/plain Date: Wed, 20 Dec 2017 08:55:58 +0000 (UTC) archived-at: Wed, 20 Dec 2017 08:56:00 -0000 GitHub user anishek opened a pull request: https://github.com/apache/hive/pull/282 HIVE-18290: hbase backed table creation fails where no column comments present You can merge this pull request into a Git repository by running: $ git pull https://github.com/anishek/hive HIVE-17829 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/hive/pull/282.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #282 ---- commit 1a544e7fe577ff4862638e581d0660a3169677d9 Author: Anishek Agarwal Date: 2017-12-18T10:27:27Z HIVE-18290: hbase backed table creation fails where no column comments present ---- ---