[ 
https://issues.apache.org/jira/browse/BEAM-2079?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15999724#comment-15999724
 ] 

ASF GitHub Bot commented on BEAM-2079:
--------------------------------------

GitHub user xumingming opened a pull request:

    https://github.com/apache/beam/pull/2942

    [BEAM-2079] Support TextIO as SQL source/sink

    Support TextIO as SQL source/sink

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/xumingming/beam BEAM-2079

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/beam/pull/2942.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 #2942
    
----
commit 3625dbd9e00db28d2175c6ac000792fd5c5d8f65
Author: Jean-Baptiste Onofré <jbono...@apache.org>
Date:   2016-08-09T09:17:32Z

    Add DSLs module

commit 7867ce62e43bef7bfd8011c605379df05494dfcf
Author: mingmxu <ming...@ebay.com>
Date:   2017-04-10T02:49:08Z

    [BEAM-301] Initial skeleton for Beam SQL

commit f1c2b6540652156ad7c51ec89a933aacb8c6dab6
Author: Jean-Baptiste Onofré <jbono...@apache.org>
Date:   2017-04-12T20:00:53Z

    [BEAM-301] This closes #2479

commit 529bc9d9375ae162d70de274975c547a878053a3
Author: mingmxu <ming...@ebay.com>
Date:   2017-04-13T21:46:28Z

    checkstyle and rename package
    
    correct package from org.beam.dsls.sql to org.apache.beam.dsls.sql
    
    update with checkstyle

commit ca8760373b37b540219301f1e719633956a787dc
Author: Davor Bonaci <da...@google.com>
Date:   2017-04-18T21:40:40Z

    This closes #2530

commit aa07a1d41b71c810c4968bd35e5ca69dc56b8c30
Author: Dan Halperin <dhalp...@google.com>
Date:   2017-04-19T19:14:05Z

    This closes #2584

commit 464cc275952305bf51ecfdf056e784441c9c2272
Author: mingmxu <ming...@ebay.com>
Date:   2017-04-23T05:20:25Z

    redesign BeamSqlExpression to execute Calcite SQL expression.
    
    Changes:
    1. revert BEAM dependency to 0.6.0 to avoid impact of changes in master 
branch;
    2. updates as discussion during review;
    
    refine BeamSqlRowCoder

commit a6845a35fc2a4091dcef24f231c6d3a418561e6f
Author: Davor Bonaci <da...@google.com>
Date:   2017-05-04T07:12:55Z

    This closes #2656

commit cf95571d90329287b92946065c93724780f31685
Author: Davor Bonaci <da...@google.com>
Date:   2017-05-04T07:16:34Z

    This closes #2878

commit dd70852f6fa811a410938e5baa51cb8e602c931b
Author: James Xu <xumingmi...@gmail.com>
Date:   2017-05-04T03:44:14Z

    Fix inconsistent mapping for SQL FLOAT

commit f7ee8d33e13506a17314720c8c23fff486bff76c
Author: Davor Bonaci <da...@google.com>
Date:   2017-05-07T02:24:04Z

    This closes #2886

commit bc9f9f3daffe47426f22f2b944f860b8cd2889da
Author: James Xu <xumingmi...@gmail.com>
Date:   2017-05-04T03:44:14Z

    Support TextIO as SQL source/sink

----


> Support TextIO as SQL source/sink
> ---------------------------------
>
>                 Key: BEAM-2079
>                 URL: https://issues.apache.org/jira/browse/BEAM-2079
>             Project: Beam
>          Issue Type: Task
>          Components: dsl-sql
>            Reporter: Xu Mingmin
>            Assignee: James Xu
>
> Use TextIO as source/sink to access text-format data in Beam SQL.
> It's an implementation of 
> {{https://github.com/apache/beam/blob/DSL_SQL/dsls/sql/src/main/java/org/apache/beam/dsls/sql/schema/BaseBeamTable.java}},
>  and can refer to 
> {{https://github.com/apache/beam/blob/DSL_SQL/dsls/sql/src/main/java/org/apache/beam/dsls/sql/schema/kafka/BeamKafkaTable.java}}
>  as an example.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to