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 f09f2af (commit)
to 70335bb (commit)
from f09f2af Merge pull request #13909 [BEAM-11760] Cleanup interactive
cache just once.
add 66a8a4c Adding performance improvements to ApproximateQuantiles.
(#13175)
add 425f5bb [BEAM-9547] Fill in some trivial compliance gaps (#13932)
add 276964f [BEAM-11589] Migrated vendor/bytebuddy build.gradle file to
Kotlin script (#14002)
add edae900 Merge pull request #14019 from [BEAM-11791] Fixing
FnApiRunner Microbenchmarks to export to influxDB
add 1c4b70e [BEAM-11120] bump Gradle License Report plugin to 1.16
add 6e4adca Merge pull request #14011: [BEAM-11120] bump Gradle License
Report plugin to 1.16
add a1577fb [BEAM-11779] Fix python pipeline options for CrossLanguage
tests
add ffc7699 Merge pull request #14023: [BEAM-11779] Fix python pipeline
options for CrossLanguage tests
add 31e1b84 [BEAM-11800] Support ARRAY_AGG fn for Zetasql dialect (#13483)
add d6313df Add null checks to FhirIO.Search for when the search results
are empty. (#14024)
add 9e3ab44 Remove side input combine examples that don't work on most
runners.
add 560610d Merge pull request #14022 Remove side input combine examples
that don't work on most runners.
add 8dfe302 [BEAM-11842] Add resource hints to model proto.
add 70335bb Merge pull request #14027 [BEAM-11842] Add resource hints to
model proto.
No new revisions were added by this update.
Summary of changes:
.../job_LoadTests_FnApiRunner_Python.groovy | 24 +-
.../pipeline/src/main/proto/beam_runner_api.proto | 5 +
runners/google-cloud-dataflow-java/build.gradle | 5 +-
sdks/java/container/build.gradle | 2 +-
.../udaf/ArrayAgg.java} | 50 +-
.../zetasql/SupportedZetaSqlBuiltinFunctions.java | 2 +-
.../translation/SqlOperatorMappingTable.java | 1 +
.../sql/zetasql/translation/SqlOperators.java | 7 +
.../sql/zetasql/ZetaSqlDialectSpecTest.java | 15 +
.../apache/beam/sdk/io/gcp/healthcare/FhirIO.java | 1 -
.../io/gcp/healthcare/HttpHealthcareApiClient.java | 2 +-
.../beam/sdk/io/gcp/healthcare/FhirIOSearchIT.java | 32 +
sdks/python/apache_beam/dataframe/frames.py | 179 +++--
sdks/python/apache_beam/dataframe/frames_test.py | 51 ++
.../apache_beam/dataframe/pandas_doctests_test.py | 17 +-
sdks/python/apache_beam/transforms/stats.pxd | 60 ++
sdks/python/apache_beam/transforms/stats.py | 719 +++++++++++++--------
sdks/python/apache_beam/transforms/stats_test.py | 114 +++-
sdks/python/setup.py | 1 +
.../{build.gradle => build.gradle.kts} | 24 +-
.../python/aggregation/combineglobally.md | 71 +-
.../transforms/python/aggregation/combineperkey.md | 71 +-
.../transforms/python/aggregation/combinevalues.md | 73 +--
23 files changed, 932 insertions(+), 594 deletions(-)
copy
sdks/java/extensions/sql/src/main/java/org/apache/beam/sdk/extensions/sql/{meta/provider/UdfUdafProvider.java
=> impl/udaf/ArrayAgg.java} (50%)
create mode 100644 sdks/python/apache_beam/transforms/stats.pxd
rename vendor/bytebuddy-1_10_8/{build.gradle => build.gradle.kts} (64%)