该项目从 https://github.com/apache/beam.git 镜像。
拉取镜像更新于 。
- 3月 13, 2025
-
-
由 Danny McCormick 创作于
-
由 Vitaly Terentyev 创作于
* Fix pipeline translate for Spark3 * Refactoring
-
由 Suvrat Acharya 创作于
* RecordWriter change * added metricsConfig to RecordWriter * formatting * removed comments * fixed tests * changed tests * removed a comment * 2 to 3
-
由 Robert Bradshaw 创作于
* Add yaml examples generation to the release scripts. * Update .github/workflows/build_release_candidate.yml Co-authored-by:
Danny McCormick <dannymccormick@google.com> --------- Co-authored-by:
Danny McCormick <dannymccormick@google.com>
- 3月 12, 2025
-
-
由 Derrick Williams 创作于
-
由 darshan-sj 创作于
* Putting the default retry settings for Spanner which was overridden in Dataflow templates * addressing comments * Spotless apply * Correcting checkstyle violation
-
由 Danny McCormick 创作于
-
由 Derrick Williams 创作于
* Bump dataflow java container version * make them the same because of #30634
-
由 Shunping Huang 创作于
-
由 Shunping Huang 创作于
* Add main and auxiliary transforms. * Minor fix per reviewer's feedback and fix lints.
-
由 Robert Bradshaw 创作于
This fixes a cache pollution bug.
-
由 Robert Bradshaw 创作于
-
由 Robert Bradshaw 创作于
This will make it easier to accommodate packaging schemes that do not place the data files next to the python files.
-
- 3月 11, 2025
-
-
由 Robert Bradshaw 创作于
-
由 Charles Nguyen 创作于
* Fix docker dev environment set up * Remove python 3.6 alias in Docker dev
-
由 liferoad 创作于
* call out the snappy version in the warning message * Update sdks/python/apache_beam/io/tfrecordio.py Co-authored-by:
tvalentyn <tvalentyn@users.noreply.github.com> --------- Co-authored-by:
tvalentyn <tvalentyn@users.noreply.github.com>
-
由 Naireen Hussain 创作于
Co-authored-by:
Naireen <naireenhussain@google.com>
-
由 Shunping Huang 创作于
* Add detectors and some necessary univariate trackers. * Make score_one return float or None. * Raise exception when more than one variable used in univariate detectors. * Fix lints.
-
由 Bentsi Leviav 创作于
* implement a clickhouse resource manager * create integration test for ClickHouseResourceManager * create unit tests for ClickHouseResourceManager * fix warnings * address cr comments * fix mixed junit4 and 5 imports * arrange import
-
由 dependabot[bot] 创作于
Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.4 to 3.1.6. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/jinja/compare/3.1.4...3.1.6 ) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
- 3月 10, 2025
-
-
由 Chamikara Jayalath 创作于
-
- 3月 09, 2025
-
-
由 akashorabek 创作于
* Skip some tests on Dataflow runners * run spotless * changed to assumeFalse * format comments * add message to assumeFalse
-
- 3月 08, 2025
-
-
由 Robert Bradshaw 创作于
Using windows sets does not allow us to correctly compute timestamps for the resulting element when there is more than one window. This is particularly problematic for runners (such as Dataflow) that base watermarks (and window firings) on these timestamps by arranging that elements are seen in timstamp sorted order (e.g. by using the timestamp as a secondary key).
-
- 3月 06, 2025
-
-
由 claudevdm 创作于
* Fix test. * Trigger post commit. * Use highmem22 for postcommit python. * Run postcommit 311. * Revert "Run postcommit 311." This reverts commit a3de98f723b14865086aead0306f5c324514252e. * Use flink config in portable tests. * Temporarily disable some tests. * Revert "Temporarily disable some tests." This reverts commit e3ae832926928ea72d8758b9323cc3bb9420c671. * Move xlang_jdbc to xlang direct. * Trigger affected workflows. --------- Co-authored-by:
Claude <cvandermerwe@google.com>
-
由 Vitaly Terentyev 创作于
* Increase timeout for test * Decrease num futures in test
-
由 Vitaly Terentyev 创作于
-
由 akashorabek 创作于
-
由 Robert Bradshaw 创作于
-
由 Jack McCluskey 创作于
* Catch union-of-iterables case in get_yielded_type() * add test case for mixed union
-
由 claudevdm 创作于
* Add AlloyDB language connector support. * Add test. * Trigger test. * Add link to WriteToJdbc. --------- Co-authored-by:
Claude <cvandermerwe@google.com>
-
由 Danny McCormick 创作于
* Correctly parse labels if they are passed as a single string instead of a list * Fix dict case adnd add tests * format