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 51d7e63 Merge pull request #16639 from ibzib/BEAM-13751
add c06a927 [BEAM-13293] XLang Jdbc IO for Go SDK (#16111)
No new revisions were added by this update.
Summary of changes:
sdks/go.mod | 8 +-
sdks/go.sum | 540 ++++++++++++++++++++-
sdks/go/pkg/beam/core/graph/coder/row_decoder.go | 2 +-
sdks/go/pkg/beam/io/xlang/jdbcio/jdbc.go | 235 +++++++++
sdks/go/test/integration/integration.go | 3 +
sdks/go/test/integration/io/xlang/jdbc/jdbc.go | 68 +++
.../go/test/integration/io/xlang/jdbc/jdbc_test.go | 113 +++++
sdks/java/container/boot.go | 4 +-
sdks/java/container/build.gradle | 4 +-
9 files changed, 967 insertions(+), 10 deletions(-)
create mode 100644 sdks/go/pkg/beam/io/xlang/jdbcio/jdbc.go
create mode 100644 sdks/go/test/integration/io/xlang/jdbc/jdbc.go
create mode 100644 sdks/go/test/integration/io/xlang/jdbc/jdbc_test.go