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 d0c3dd7 (commit)
to d20e063 (commit)
from d0c3dd7 Twitter redesign to move the component to it's separate
project. (#14902)
add f881a41 [BEAM-12024] Add flight delay groupby.apply example (#14398)
add 8c66d40 [BEAM-9165] clean up python sdk harness status http server.
add 0e9f6ea Merge pull request #14872 from y1chi/BEAM-9165
add fdccad2 [BEAM-12419] Add Timeout and WaitForReady support in java
gRPC calls (#14923)
add d20e063 Minor: Add link to DataFrame API reference in "Languages" nav
(#14937)
No new revisions were added by this update.
Summary of changes:
.../portability/JobServicePipelineResult.java | 18 ++-
.../beam/runners/portability/PortableRunner.java | 14 ++-
.../beam/sdk/options/PortablePipelineOptions.java | 11 ++
.../apache_beam/examples/dataframe/README.md | 37 ++++++
.../examples/dataframe/flight_delays.py | 137 ++++++++++++++++++++
.../examples/dataframe/flight_delays_it_test.py | 138 +++++++++++++++++++++
.../apache_beam/runners/worker/sdk_worker_main.py | 45 -------
.../runners/worker/sdk_worker_main_test.py | 1 -
.../layouts/partials/section-menu/en/sdks.html | 4 +
9 files changed, 353 insertions(+), 52 deletions(-)
create mode 100644 sdks/python/apache_beam/examples/dataframe/flight_delays.py
create mode 100644
sdks/python/apache_beam/examples/dataframe/flight_delays_it_test.py