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 AC11A200D45 for ; Thu, 19 Oct 2017 00:23:08 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id AABC4160BEA; Wed, 18 Oct 2017 22:23:08 +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 0188B160BEB for ; Thu, 19 Oct 2017 00:23:07 +0200 (CEST) Received: (qmail 83091 invoked by uid 500); 18 Oct 2017 22:23:07 -0000 Mailing-List: contact commits-help@beam.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@beam.apache.org Delivered-To: mailing list commits@beam.apache.org Received: (qmail 83082 invoked by uid 99); 18 Oct 2017 22:23:07 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Oct 2017 22:23:07 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 73FA018057F for ; Wed, 18 Oct 2017 22:23:06 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -100.002 X-Spam-Level: X-Spam-Status: No, score=-100.002 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id oLVBJyumYVIz for ; Wed, 18 Oct 2017 22:23:04 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 046F65F5F7 for ; Wed, 18 Oct 2017 22:23:04 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id D3B7BE069F for ; Wed, 18 Oct 2017 22:23:01 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id D56A521EE2 for ; Wed, 18 Oct 2017 22:23:00 +0000 (UTC) Date: Wed, 18 Oct 2017 22:23:00 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: commits@beam.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (BEAM-1542) Need Source/Sink for Spanner MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 18 Oct 2017 22:23:08 -0000 [ https://issues.apache.org/jira/browse/BEAM-1542?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16210145#comment-16210145 ] ASF GitHub Bot commented on BEAM-1542: -------------------------------------- GitHub user mairbek opened a pull request: https://github.com/apache/beam/pull/4013 [BEAM-1542] A transform for reading the Spanner schema A part of https://github.com/apache/beam/pull/3729. Ideally, spanner schema should be an introspection part of the Cloud Spanner library. You can merge this pull request into a Git repository by running: $ git pull https://github.com/mairbek/beam readschema Alternatively you can review and apply these changes as the patch at: https://github.com/apache/beam/pull/4013.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 #4013 ---- commit 24b396f6449b73665b96ffe52b3eba46f19d4fc4 Author: Mairbek Khadikov Date: 2017-10-18T22:18:55Z Reading spanner schema transform ---- > Need Source/Sink for Spanner > ---------------------------- > > Key: BEAM-1542 > URL: https://issues.apache.org/jira/browse/BEAM-1542 > Project: Beam > Issue Type: New Feature > Components: sdk-java-gcp > Reporter: Guy Molinari > Assignee: Mairbek Khadikov > > Is there a source/sink for Spanner in the works? If not I would gladly give this a shot. -- This message was sent by Atlassian JIRA (v6.4.14#64029)