You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by lo...@apache.org on 2021/10/19 15:51:04 UTC

[beam] branch master updated (70ac565 -> a4dc6f3)

This is an automated email from the ASF dual-hosted git repository.

lostluck pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.


    from 70ac565  [BEAM-13015] Implement a simplified cancellable blocking queue with similar semantics to ArrayBlockingQueue.
     add a4dc6f3  [BEAM-13068] Add a SQL API in Beam Go SDK (#15746)

No new revisions were added by this update.

Summary of changes:
 sdks/go/pkg/beam/transforms/sql/sql.go       | 122 +++++++++++++++++++++++++++
 sdks/go/pkg/beam/transforms/sql/sqlx/sqlx.go |  44 ++++++++++
 2 files changed, 166 insertions(+)
 create mode 100644 sdks/go/pkg/beam/transforms/sql/sql.go
 create mode 100644 sdks/go/pkg/beam/transforms/sql/sqlx/sqlx.go