This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to tag nightly-master
in repository https://gitbox.apache.org/repos/asf/beam.git.
*** WARNING: tag nightly-master was modified! ***
from 22205ee (commit)
to b86fcf9 (commit)
from 22205ee Merge pull request #15092 from
apache/revert-14819-aaltay-patch-1
add 3ee71ba [BEAM-12547] Enable epoll again.
add d2c9eff Update
buildSrc/src/main/groovy/org/apache/beam/gradle/GrpcVendoring_1_36_0.groovy
add d830b7b [BEAM-12547] Fix vendoring of epoll
add 2b0597e [BEAM-12529] Allow converting arbitrary pandas dtypes back to
Python types by shunting typehint to Any (#15073)
add 5fffad6 [BEAM-12533] Add simple `__repr__` for `DeferredDataFrame`
and `DeferredSeries` (#15089)
add 7158943 [BEAM-12383] Go Kafka integration test and framework changes.
add b86fcf9 Merge pull request #15093: [BEAM-12383] Go Kafka integration
test and framework changes.
No new revisions were added by this update.
Summary of changes:
.../apache/beam/gradle/GrpcVendoring_1_36_0.groovy | 5 +-
sdks/go/pkg/beam/testing/ptest/ptest.go | 28 +++-
sdks/go/test/build.gradle | 8 +-
sdks/go/test/integration/flags.go | 42 ++++++
sdks/go/test/integration/integration.go | 3 +-
sdks/go/test/integration/io/xlang/kafka/jar.go | 65 +++++++++
sdks/go/test/integration/io/xlang/kafka/kafka.go | 77 ++++++++++
.../test/integration/io/xlang/kafka/kafka_test.go | 72 ++++++++++
sdks/go/test/integration/xlang/xlang_test.go | 20 +--
sdks/go/test/run_validatesrunner_tests.sh | 156 +++++++++++++++------
sdks/python/apache_beam/dataframe/__init__.py | 2 +
sdks/python/apache_beam/dataframe/frames.py | 18 +++
sdks/python/apache_beam/dataframe/frames_test.py | 111 +++++++++++++++
sdks/python/apache_beam/dataframe/schemas.py | 18 +--
sdks/python/apache_beam/dataframe/schemas_test.py | 14 ++
vendor/grpc-1_36_0/build.gradle | 2 +-
16 files changed, 567 insertions(+), 74 deletions(-)
create mode 100644 sdks/go/test/integration/flags.go
create mode 100644 sdks/go/test/integration/io/xlang/kafka/jar.go
create mode 100644 sdks/go/test/integration/io/xlang/kafka/kafka.go
create mode 100644 sdks/go/test/integration/io/xlang/kafka/kafka_test.go