This is an automated email from the ASF dual-hosted git repository.
tvalentyn pushed a change to branch tvalentyn-gha
in repository https://gitbox.apache.org/repos/asf/beam.git
discard 82558028498 Support Python 3.12 in Beam.
discard 9e0a5d49fce Support Python 3.12 in Dataflow.
discard 911fd417af8 Build Python 3.12 wheels.
discard 2194aa644d5 Switch remaining GHA workflows to test Python 3.12.
discard f88089de8a3 Add a tox suite for Py312.
discard 2e8c62d54d2 Define Python 3.12 test environments in tox.
discard ede1d831152 Increase pyarrow upper bound. Add compat tests, and remove
some of the compat suites for pyarrow to reduce test suite runtime.
add 118c51404d9 Implement DeduplicateTensorPerRow in MLTransform (#31307)
add 084f23b2a8d Install Beam from wheels in Dependency Compat Test Suite.
(#31308)
add 743e34e0098 Fix iceberg unit tests (#31314)
add 126d92249f9 Support newer versions of Pyarrow in Beam. (#31305)
add 840faea2262 Create option to specify temp query project, and wire into
source tab… (#31128)
add f5fe5a5fe0d Define Python 3.12 test environments in tox.
add 1391921c7d5 Add a tox suite for Py312.
add be08e19d246 Gradle definitions for Python 3.12
add f9f8b59b3d3 Switch remaining GHA workflows to test Python 3.12.
add a2e489db53c Build Python 3.12 wheels.
add 8b6741ad1e3 Support Python 3.12 in Dataflow.
add 57aa3e6f689 Support Python 3.12 in Beam.
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (82558028498)
\
N -- N -- N refs/heads/tvalentyn-gha (57aa3e6f689)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
..._Gcp_Direct.json => IO_Iceberg_Unit_Tests.json} | 0
...json => beam_PostCommit_Python_Dependency.json} | 0
.github/workflows/IO_Iceberg_Unit_Tests.yml | 4 +-
.github/workflows/beam_PostCommit_Python_Arm.yml | 2 +-
.../beam_PostCommit_Python_Dependency.yml | 1 +
.../beam_PostCommit_Python_Examples_Spark.yml | 2 +-
..._PostCommit_Python_ValidatesRunner_Dataflow.yml | 2 +-
.../beam_PostCommit_TransformService_Direct.yml | 2 +-
.github/workflows/beam_PostCommit_XVR_Flink.yml | 4 +-
...eam_PostCommit_XVR_JavaUsingPython_Dataflow.yml | 4 +-
...eam_PostCommit_XVR_PythonUsingJava_Dataflow.yml | 4 +-
.github/workflows/beam_PostCommit_XVR_Samza.yml | 4 +-
.github/workflows/beam_PostCommit_XVR_Spark3.yml | 4 +-
.github/workflows/beam_PreCommit_PythonDocker.yml | 4 +-
.github/workflows/beam_PreCommit_Python_ML.yml | 2 +-
build.gradle.kts | 12 ++++-
.../beam/sdk/io/gcp/bigquery/BigQueryIO.java | 39 +++++++++++---
.../sdk/io/gcp/bigquery/BigQueryIOTranslation.java | 10 +++-
.../sdk/io/gcp/bigquery/BigQueryQueryHelper.java | 15 +++---
.../io/gcp/bigquery/BigQueryQuerySourceDef.java | 26 +++++++--
.../gcp/bigquery/BigQueryStorageQuerySource.java | 8 +++
.../sdk/io/gcp/bigquery/BigQueryIOReadTest.java | 26 ++++++++-
.../gcp/bigquery/BigQueryIOStorageQueryTest.java | 6 +++
.../io/gcp/bigquery/BigQueryIOTranslationTest.java | 1 +
sdks/python/apache_beam/ml/transforms/tft.py | 22 ++++++++
sdks/python/apache_beam/ml/transforms/tft_test.py | 62 ++++++++++++++++++++++
26 files changed, 225 insertions(+), 41 deletions(-)
copy .github/trigger_files/{beam_PostCommit_Python_Xlang_Gcp_Direct.json =>
IO_Iceberg_Unit_Tests.json} (100%)
copy .github/trigger_files/{beam_PostCommit_Python_ValidatesRunner_Flink.json
=> beam_PostCommit_Python_Dependency.json} (100%)