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 54674200C6F for ; Tue, 9 May 2017 13:14:43 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 4FACD160BB6; Tue, 9 May 2017 11:14:43 +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 967D6160BB3 for ; Tue, 9 May 2017 13:14:42 +0200 (CEST) Received: (qmail 97860 invoked by uid 500); 9 May 2017 11:14:41 -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 97848 invoked by uid 99); 9 May 2017 11:14:41 -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; Tue, 09 May 2017 11:14:41 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 57837DFE61; Tue, 9 May 2017 11:14:41 +0000 (UTC) From: ohadshacham To: dev@phoenix.apache.org Reply-To: dev@phoenix.apache.org References: In-Reply-To: Subject: [GitHub] phoenix pull request #246: Connect tal to phoenix Content-Type: text/plain Message-Id: <20170509111441.57837DFE61@git1-us-west.apache.org> Date: Tue, 9 May 2017 11:14:41 +0000 (UTC) archived-at: Tue, 09 May 2017 11:14:43 -0000 GitHub user ohadshacham reopened a pull request: https://github.com/apache/phoenix/pull/246 Connect tal to phoenix You can merge this pull request into a Git repository by running: $ git pull https://github.com/ohadshacham/phoenix ConnectTALtoPhoenix Alternatively you can review and apply these changes as the patch at: https://github.com/apache/phoenix/pull/246.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 #246 ---- commit 7c2ca8c51a5c551c6027e70bd2ad218e6743f3d6 Author: Ohad Shacham Date: 2017-02-09T08:45:07Z Initial version of transaction abstraction layer commit 1d32eb29fa216295976c7f17a329601768c79171 Author: Ohad Shacham Date: 2017-02-09T14:02:05Z Add the context to the table constructor and change DML/DDL function names commit acfc9d52875dcb3e1653d22e58f78ad150494355 Author: Ohad Shacham Date: 2017-02-09T14:33:20Z Remove redundant spaces commit cea251cfcb9699a90d10dfe82626c264b9016bc4 Author: Ohad Shacham Date: 2017-02-14T13:57:23Z initial version of Tephra implementation commit bcffce98b9f605f5b455376798aea0e979630837 Author: Ohad Shacham Date: 2017-02-19T07:12:25Z Eddie comment regarding ternary operation commit c451343d9df44e88638487a2c509ae9b0db1664a Author: Ohad Shacham Date: 2017-02-19T08:04:38Z remove spaces commit d2c1653309fa97974b1c8bce3352cfc54d180567 Author: Ohad Shacham Date: 2017-03-07T09:57:42Z extends PhoenixTransactionTable to inherit from HtableInterface and implement the needed methods in TephraTransactionTable commit 3e4795f91f06733ee5c85f889b4ee574788d2a8d Author: Ohad Shacham Date: 2017-03-09T09:03:11Z Initial implementation for TAL commit 6b16183edfa220fa12bd1bb2fb7cc5bfc40a040d Author: Ohad Shacham Date: 2017-03-07T10:03:50Z Implementing the TAL for Tephra commit fa69563e51fbebdf14d5af610506dd56b8289ec4 Author: Ohad Shacham Date: 2017-03-13T10:22:51Z Saving partial results commit f584e5f1a53cfaecb309ecf3201011a1579ebf47 Author: Ohad Shacham Date: 2017-03-27T05:58:15Z fix bugs commit f5f86341a7eb4a721a3e924817875ed7c676e6a0 Author: Ohad Shacham Date: 2017-04-09T14:36:10Z fix some more bugs and clean code commit 6f7d42f23580f280aac4874ebe845775cf3a6d8c Author: Ohad Shacham Date: 2017-04-13T09:10:53Z Merge remote-tracking branch 'upstream/omid' commit 5b838cfc00d82a6bed05fcb96bcf5d04cbf3d969 Author: Ohad Shacham Date: 2017-04-18T10:59:27Z Merge with omid branch commit 34e2d36fdc6817c736f186528182b612b8ffc9a0 Author: Ohad Shacham Date: 2017-04-18T11:07:25Z Merge with omid branch commit f5b19f16d44f315cbd8003718168231adcdde5fe Author: Ohad Shacham Date: 2017-04-25T09:00:13Z add a missing import commit f090dd24e403ae8656f5041cd86cb09eb7ad68ff Author: Ohad Shacham Date: 2017-05-07T12:48:07Z remove additional tephra stuff commit b3a213685ef97a41c1a369f035949b22b03d6083 Author: Ohad Shacham Date: 2017-05-08T09:27:11Z Remove tephra dependency from BaseTest commit 9f38170a41eb1fe2cc49d42b4c99aff9b05d5710 Author: Ohad Shacham Date: 2017-05-08T11:33:07Z Merge remote-tracking branch 'upstream/master' commit f6f8ddadf644a52f1a315c0f22ed1ace5ccaebb3 Author: Ohad Shacham Date: 2017-05-08T11:40:12Z Merge branch 'master' into ConnectTALtoPhoenix commit 46e4b1a2ab374d47bddf7566e1dc7e0a17d54118 Author: Ohad Shacham Date: 2017-05-08T12:33:26Z augment transaction table to the new hbase functions commit cd84de335e14b5298028138a8aca6f64ae09dbc5 Author: Ohad Shacham Date: 2017-05-09T07:19:06Z Merge remote-tracking branch 'upstream/master' commit c840cc98fbf067551df4a3d78fa0c40d3629c820 Author: Ohad Shacham Date: 2017-05-09T07:20:42Z Merge branch 'master' into ConnectTALtoPhoenix commit ffac47ee60c3af88b220e09dce230e718a68c42d Author: Ohad Shacham Date: 2017-05-09T09:12:09Z clean + fix merge bugs ---- --- 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. ---