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 d9da8a4 (commit)
to b9e8aca (commit)
from d9da8a4 Merge pull request #13617 from [BEAM-11289] [Python]
Integrate Google Cloud Recommendations AI functionality
add 5b2b042 [BEAM-12254] Change nexmark UnboundedEventSource to always
calculate backlog bytes.
add c644b06 Merge pull request #14703: [BEAM-12254] Change nexmark
UnboundedEventSource to always calculate backlog bytes.
add c55f72a Revert "Resolve beam_fn_api experiment for side inputs, using
portable expansion always"
add bddf2be Merge pull request #14696: [BEAM-12264] Revert "Resolve
beam_fn_api experiment for side inputs, using portabl…
add 9102530 Fix lint breakage from Merge pull request #13617 from
[BEAM-11289] [Python] Integrat… (#14710)
add 1b27df8 Allow attaching Singleton reason to NonParallelOperation
add 6788eca Add reason to most Singleton requirements
add aa8555d fillna(axis='index', limit=) is order-sensitive
add 3dcccdf quantile(axis=columns) is parallelizable
add e616dac shift(axis=index) is order-sensitive
add 54934dc [BEAM-11839] Add reason for most Singleton() requirements
(#14569)
add aa75164 [BEAM-12029] Clarify the few remaining ambiguous
WontImplementErrors (#14674)
add 346b6c6 [BEAM-10912] Increase Jenkins job logs retention from 14 to
30 days
add 7316c1e Merge pull request #14707 from
alanmyrvold/increaseLogRetention
add 69bc025 Revert "Merge pull request #13617 from [BEAM-11289] [Python]
Integrate Google Cloud Recommendations AI functionality"
add 8285088 Revert type: ignore caused by PR 13617
add b9e8aca Merge pull request #14709 from pabloem/revert-pr13617
No new revisions were added by this update.
Summary of changes:
.test-infra/jenkins/CommonJobProperties.groovy | 2 +-
.../core/construction/MorePipelineTest.java | 21 +-
.../dataflow/worker/IsmSideInputReader.java | 35 +-
.../org/apache/beam/sdk/transforms/Combine.java | 36 +-
.../java/org/apache/beam/sdk/transforms/View.java | 150 ++++--
.../apache/beam/sdk/values/PCollectionViews.java | 60 +--
.../beam/sdk/testing/PCollectionViewTesting.java | 108 ++--
.../sdk/nexmark/sources/UnboundedEventSource.java | 29 +-
sdks/python/apache_beam/dataframe/expressions.py | 16 +-
sdks/python/apache_beam/dataframe/frames.py | 239 ++++++---
sdks/python/apache_beam/dataframe/frames_test.py | 95 +++-
.../apache_beam/dataframe/pandas_doctests_test.py | 14 +-
sdks/python/apache_beam/dataframe/partitionings.py | 7 +
.../apache_beam/ml/gcp/recommendations_ai.py | 585 ---------------------
.../apache_beam/ml/gcp/recommendations_ai_test.py | 207 --------
.../ml/gcp/recommendations_ai_test_it.py | 107 ----
sdks/python/setup.py | 1 -
17 files changed, 534 insertions(+), 1178 deletions(-)
delete mode 100644 sdks/python/apache_beam/ml/gcp/recommendations_ai.py
delete mode 100644 sdks/python/apache_beam/ml/gcp/recommendations_ai_test.py
delete mode 100644 sdks/python/apache_beam/ml/gcp/recommendations_ai_test_it.py