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