Return-Path: X-Original-To: apmail-phoenix-dev-archive@minotaur.apache.org Delivered-To: apmail-phoenix-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3FD73177B5 for ; Mon, 28 Sep 2015 22:44:02 +0000 (UTC) Received: (qmail 83512 invoked by uid 500); 28 Sep 2015 22:44:01 -0000 Delivered-To: apmail-phoenix-dev-archive@phoenix.apache.org Received: (qmail 83460 invoked by uid 500); 28 Sep 2015 22:44:01 -0000 Mailing-List: contact dev-help@phoenix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@phoenix.apache.org Delivered-To: mailing list dev@phoenix.apache.org Received: (qmail 83439 invoked by uid 99); 28 Sep 2015 22:44:01 -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, 28 Sep 2015 22:44:01 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 7E287E027E; Mon, 28 Sep 2015 22:44:01 +0000 (UTC) From: d9liang To: dev@phoenix.apache.org Reply-To: dev@phoenix.apache.org Message-ID: Subject: [GitHub] phoenix pull request: Phoenix 572 Truncate CHAR with max length on... Content-Type: text/plain Date: Mon, 28 Sep 2015 22:44:01 +0000 (UTC) GitHub user d9liang opened a pull request: https://github.com/apache/phoenix/pull/117 Phoenix 572 Truncate CHAR with max length on upsert This transaction truncate string to the CHAR max length value on upsert. A test case is added and passed. Please review. You can merge this pull request into a Git repository by running: $ git pull https://github.com/d9liang/phoenix PHOENIX-572 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/phoenix/pull/117.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 #117 ---- commit 58d261058a23f08f4a906f049aa164f8def4e807 Author: Dongming Liang Date: 2015-04-07T19:39:04Z revise test commit 255c68075e4e58a5801eca32d455ac30d2ec8b18 Author: Dongming Liang Date: 2015-09-23T19:52:31Z add RoundFloorCeilExpressionTest.java commit 8bf9e629053d32b6c6e0f920f385f036815c9720 Author: Dongming Liang Date: 2015-09-28T22:08:08Z merge upstream and clean up commit 685097f2714694b7ba2667638a5e8b6e4e87f4f1 Author: Dongming Liang Date: 2015-09-28T22:27:12Z remove non-relevant test in RoundFloorCeilExpressionsTest.java ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---