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 5AB48200D5F for ; Mon, 4 Dec 2017 06:41:41 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 5924D160C1A; Mon, 4 Dec 2017 05:41:41 +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 C611F160C0B for ; Mon, 4 Dec 2017 06:41:40 +0100 (CET) Received: (qmail 4225 invoked by uid 500); 4 Dec 2017 05:41:40 -0000 Mailing-List: contact commits-help@tajo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tajo.apache.org Delivered-To: mailing list commits@tajo.apache.org Received: (qmail 4216 invoked by uid 99); 4 Dec 2017 05:41:39 -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; Mon, 04 Dec 2017 05:41:39 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id DD763DFF89; Mon, 4 Dec 2017 05:41:38 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: hyunsik@apache.org To: commits@tajo.apache.org Message-Id: <019a8ce116714b88a08a0328a04a76d8@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: tajo git commit: Add missing changes in CHANGES Date: Mon, 4 Dec 2017 05:41:38 +0000 (UTC) archived-at: Mon, 04 Dec 2017 05:41:41 -0000 Repository: tajo Updated Branches: refs/heads/branch-0.12.0 505c258e8 -> d09fe51d9 Add missing changes in CHANGES Closes #1052 Project: http://git-wip-us.apache.org/repos/asf/tajo/repo Commit: http://git-wip-us.apache.org/repos/asf/tajo/commit/d09fe51d Tree: http://git-wip-us.apache.org/repos/asf/tajo/tree/d09fe51d Diff: http://git-wip-us.apache.org/repos/asf/tajo/diff/d09fe51d Branch: refs/heads/branch-0.12.0 Commit: d09fe51d9099f8a43a3a5c52d18eb40570f566f4 Parents: 505c258 Author: Hyunsik Choi Authored: Sun Dec 3 21:41:17 2017 -0800 Committer: Hyunsik Choi Committed: Sun Dec 3 21:41:17 2017 -0800 ---------------------------------------------------------------------- CHANGES | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tajo/blob/d09fe51d/CHANGES ---------------------------------------------------------------------- diff --git a/CHANGES b/CHANGES index f6c5458..54743f9 100644 --- a/CHANGES +++ b/CHANGES @@ -23,6 +23,8 @@ Release 0.12.0 - unreleased IMPROVEMENT + TAJO-2185: Eliminate protoc binary dependency. (hyunsik) + TAJO-2180: Disable unsetting timezone property in HiveCatalogStore. (Lee Dongjin via jinho) @@ -167,6 +169,8 @@ Release 0.12.0 - unreleased BUG FIXES + TAJO-2184: Can not run Tajo with non-default $TAJO_CONF_DIR (Lee Dongjin via hyunsik) + TAJO-2177: In BroadcastJoinRule, the total volume of broadcast tables should be checked before stages are merged. (jihoon)