Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sync with open source how #118

Draft
wants to merge 5,274 commits into
base: li_trunk
Choose a base branch
from
Draft

sync with open source how #118

wants to merge 5,274 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Oct 2, 2024

  1. [yaml] package kafka_clients 3.1.2 in Kafka Provider jar (#32623)

    * [yaml] package kafka_clients 3.1.2 in Kafka Provider jar
    
    Signed-off-by: Jeffrey Kinard <[email protected]>
    
    * fix test failure
    
    Signed-off-by: Jeffrey Kinard <[email protected]>
    
    ---------
    
    Signed-off-by: Jeffrey Kinard <[email protected]>
    Polber authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    3f79e30 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fbeba89 View commit details
    Browse the repository at this point in the history
  3. Remove unused testinfra pipelines module (#32560)

    * Delete stale and unused .test-infra/pipelines directory
    
    * Update settings.gradle.kts to remove test-infra-pipelines
    damondouglas authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    d5b910c View commit details
    Browse the repository at this point in the history
  4. Add Java documentation to IcebergIO (#32621)

    * add documentation to IcebergIO's java class
    
    * add example; trigger ITs
    
    * nit
    ahmedabu98 authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    bb09de7 View commit details
    Browse the repository at this point in the history
  5. Update direct_runner.py (#32325)

    * Update direct_runner.py
    
    Improve the error message for DirectRunner.
    
    * Update direct_runner.py
    liferoad authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    9095547 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Optimized SparkRunner ParDo Operation (#32546)

    * Optimize to skip filter application when there is only a single output
    
    * Make SparkTransformOverrides class public for testing
    
    * add related test
    
    * Touch trigger files
    
    * add CHANGES.md
    twosom authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    3f76d11 View commit details
    Browse the repository at this point in the history
  2. Moving to 2.61.0-SNAPSHOT on master branch.

    Abacn authored and Abacn committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    2fb9efc View commit details
    Browse the repository at this point in the history
  3. Rag opensearch usecase with Beam's MLTransform (#32018)

    * Adding insertion and enrichment pipeline
    
    * Enhanced Data Schema
    
    * Added Apache Licensed to the notebook
    
    * Adding Chunking Strategy
    
    * removed unused imports
    
    * Modified insertion logic in redis for incorporating chunking strategy
    
    * refacted redis code
    
    * code review changes
    
    * Added chunking code in notebook
    
    * Added code review changes
    
    * Code review changes: using chunking strategy as enum
    
    * Added Code Review Changes
    
    * Code review changes
    
    * Added code review changes
    
    * Added Code Review Changes
    
    * Code review changes
    
    * Ingestion and Enrichment pipeline for OpenSearch Vector DB
    
    * Added logic for reading password from .env file
    
    * Added opensearch vector notebook
    
    * Update credentials.env
    
    * Added code review changes
    
    * Added Description in opensearch notebook
    
    * Added description in opensearch notebook
    
    * Code review changes
    itsayushpandey authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    1d7b0bc View commit details
    Browse the repository at this point in the history
  4. Bump go.mongodb.org/mongo-driver from 1.17.0 to 1.17.1 in /sdks (#32641)

    Bumps [go.mongodb.org/mongo-driver](https://github.com/mongodb/mongo-go-driver) from 1.17.0 to 1.17.1.
    - [Release notes](https://github.com/mongodb/mongo-go-driver/releases)
    - [Commits](mongodb/mongo-go-driver@v1.17.0...v1.17.1)
    
    ---
    updated-dependencies:
    - dependency-name: go.mongodb.org/mongo-driver
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    eb84ff6 View commit details
    Browse the repository at this point in the history
  5. Update groupbykey.py (#32359)

    The original example was not actually counting the produce but grouping the produce per season. Maybe it's better to rename the variables to reflect this, in order to not confuse the reader.
    cgrotz authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    6561abf View commit details
    Browse the repository at this point in the history
  6. [#32601][prism] Initial Deep Dive Documentation (#32143)

    Co-authored-by: lostluck <[email protected]>
    Co-authored-by: Jack McCluskey <[email protected]>
    3 people authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    001ac59 View commit details
    Browse the repository at this point in the history
  7. Create yaml_enrichment.py

    reeba212 committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    54576c3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    02a22bc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f9fc865 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ba2b10e View commit details
    Browse the repository at this point in the history
  11. minor changes

    1. Added links for different handlers and removed code for unreachable conditions
    2. Removed patch decorator in test
    reeba212 committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    788e4a2 View commit details
    Browse the repository at this point in the history
  12. minor updates

    reeba212 committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    e20166d View commit details
    Browse the repository at this point in the history
  13. fixing lint failures

    reeba212 committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    ee6258e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c647e47 View commit details
    Browse the repository at this point in the history
  15. fix failures

    reeba212 committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    e917933 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    0a71499 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    e24ea06 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    19044ec View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. [Managed Iceberg] add GiB autosharding (#32612)

    * [Managed Iceberg] add GiB autosharding
    
    * trigger iceberg integration tests
    
    * fix test
    
    * add to CHANGES.md
    
    * increase GiB limits
    
    * increase GiB limits
    
    * data file size distribution metric; max file size 512mb
    ahmedabu98 authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    d84cfff View commit details
    Browse the repository at this point in the history
  2. Spark Runner: Change to use partitioner in GroupNonMergingWindowsFunc…

    …tions#groupByKeyInGlobalWindow (#32610)
    
    * change GroupNonMergingWindowsFunctions#groupByKeyInGlobalWindow to use partitioner
    twosom authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    a2710ed View commit details
    Browse the repository at this point in the history
  3. minor changes

    reeba212 committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    c288f1a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2a917c7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    decc997 View commit details
    Browse the repository at this point in the history
  6. sdks/python/apache_beam/io: add note on output_fn ctor arg to indic…

    …ate that It is unused and only retained for backward compatibility (#32635)
    
    In this commit, we add unused note on `output_fn` constructor
    argument in `WriteToFiles` class and only retained for backward
    compatibility.
    
    Signed-off-by: Mohamed Awnallah <[email protected]>
    mohamedawnallah authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    d4dd58b View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Update Python Dependencies (#32667)

    Co-authored-by: damccorm <[email protected]>
    github-actions[bot] and damccorm authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    707d204 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac1f023 View commit details
    Browse the repository at this point in the history
  3. [#28187] Add gradle targets to execute python tests with prism. (#32637)

    * [#28187] Add gradle targets to execute python tests with prism.
    
    * Add issues for non-expansion service skipped tests.
    
    * Format diff.
    
    ---------
    
    Co-authored-by: lostluck <[email protected]>
    lostluck and lostluck authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    8919950 View commit details
    Browse the repository at this point in the history
  4. Bump github.com/aws/aws-sdk-go-v2/config in /sdks (#32670)

    Bumps [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) from 1.27.39 to 1.27.41.
    - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
    - [Commits](aws/aws-sdk-go-v2@config/v1.27.39...config/v1.27.41)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/aws/aws-sdk-go-v2/config
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    4a3a503 View commit details
    Browse the repository at this point in the history
  5. Bump google.golang.org/grpc from 1.67.0 to 1.67.1 in /sdks (#32652)

    Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.67.0 to 1.67.1.
    - [Release notes](https://github.com/grpc/grpc-go/releases)
    - [Commits](grpc/grpc-go@v1.67.0...v1.67.1)
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/grpc
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    27a669b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3fd397f View commit details
    Browse the repository at this point in the history
  7. Update quickstart-java.md , corrected Kotlin syntax (#32676)

    previous syntax for the snippet was in Groovy, but in step 1&2 of the Gradle conversion we use Kotlin
    razvanculea authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    2cc6efa View commit details
    Browse the repository at this point in the history
  8. allow numpy 2.1.x

    liferoad committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    6129c9a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    29c11a2 View commit details
    Browse the repository at this point in the history
  10. Bump github.com/aws/aws-sdk-go-v2/feature/s3/manager in /sdks (#32671)

    Bumps [github.com/aws/aws-sdk-go-v2/feature/s3/manager](https://github.com/aws/aws-sdk-go-v2) from 1.17.25 to 1.17.28.
    - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
    - [Commits](aws/aws-sdk-go-v2@credentials/v1.17.25...credentials/v1.17.28)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/aws/aws-sdk-go-v2/feature/s3/manager
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    783d36a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0e86cf2 View commit details
    Browse the repository at this point in the history
  12. fixed the mypy

    liferoad committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    b8accd2 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Revert "Set setFailIfPoolExhausted in SessionPoolOptions for SpannerA…

    …ccessor" (#32694)
    
    This reverts commit efee92b.
    manitgupta authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    bcd785f View commit details
    Browse the repository at this point in the history
  2. Support Protobuf 5.x (#32679)

    * Force protobuf 5.x
    
    * restore lower bound
    
    * Add bypass for microsecond conversion bounds
    
    * linting
    
    * fix incorrect unit, standardize micros_to_nanos
    
    * remove unused constant
    
    * add extra unit tests
    
    * formatting
    jrmccluskey authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    193372f View commit details
    Browse the repository at this point in the history
  3. Bump cloud.google.com/go/storage from 1.43.0 to 1.44.0 in /sdks (#32693)

    Bumps [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) from 1.43.0 to 1.44.0.
    - [Release notes](https://github.com/googleapis/google-cloud-go/releases)
    - [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md)
    - [Commits](googleapis/google-cloud-go@pubsub/v1.43.0...spanner/v1.44.0)
    
    ---
    updated-dependencies:
    - dependency-name: cloud.google.com/go/storage
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    a7034e9 View commit details
    Browse the repository at this point in the history
  4. Bump golang.org/x/net from 0.29.0 to 0.30.0 in /sdks (#32691)

    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.29.0 to 0.30.0.
    - [Commits](golang/net@v0.29.0...v0.30.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    e4ab66d View commit details
    Browse the repository at this point in the history
  5. Bump github.com/aws/aws-sdk-go-v2/config in /sdks (#32690)

    Bumps [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) from 1.27.41 to 1.27.42.
    - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
    - [Commits](aws/aws-sdk-go-v2@config/v1.27.41...config/v1.27.42)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/aws/aws-sdk-go-v2/config
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    41bfd79 View commit details
    Browse the repository at this point in the history
  6. [Managed Iceberg] Make manifest file writes and commits more efficient (

    #32666)
    
    * group all data files before writing a manifest file
    
    * add to changes md
    
    * add data file roundtrip equality test
    
    * address comments
    ahmedabu98 authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    c9aa996 View commit details
    Browse the repository at this point in the history
  7. [Managed Iceberg] Create tables if needed (#32686)

    * create missing iceberg tables
    
    * trigger iceberg integration tests
    
    * add to changes md
    
    * add to java doc
    
    * trigger iceberg integration tests
    ahmedabu98 authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    02e0b3a View commit details
    Browse the repository at this point in the history
  8. Merge pull request #32682 from liferoad/numpy-2.0

    allow numpy 2.1.x
    liferoad authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    c5f7e16 View commit details
    Browse the repository at this point in the history
  9. Enforce a size limit on StringSetData (#32650)

    * Enforce a size limit on StringSetData
    
    * Make StringSetData set mutable. This avoids
      copy and create new ImutableSet every time
    
    * adjust warning log
    Abacn authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    8a6f248 View commit details
    Browse the repository at this point in the history
  10. Force kafka 3.1.2 for expansion-service jar (#32703)

    Signed-off-by: Jeffrey Kinard <[email protected]>
    Polber authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    c4b4170 View commit details
    Browse the repository at this point in the history
  11. Report File Lineage on directory (#32662)

    * Report File Lineage on directory
    
    * added comments, restore lineage assert in TextIOIT
    
    * Report bucket level Lineage for files larger than 100
    
    * fix lint
    Abacn authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    1479362 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. [Dataflow Streaming] Remove call to Thread.setName and track thread n…

    …ame inside Work. (#32715)
    
    Thread.setName is expensive and uses upto 4% cpu on jobs with many keys.
    arunpandianp authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    42cad40 View commit details
    Browse the repository at this point in the history
  2. [Bug] fix fillna function on a single column fail (#32594)

    * fix bug all arg add as inputs
    
    * fix bug for fillna
    
    * Revert "fix bug for fillna"
    
    This reverts commit 2a5736c.
    
    * fix bug for fillna
    
    * add test for fillna a column
    
    * add test for fillna a column
    
    * add test for fillna a column
    
    * revert add test to frames_test
    
    * Move test from transforms to frames
    DKER2 authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    b781b82 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5f83e1d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6e570d6 View commit details
    Browse the repository at this point in the history
  5. Invoke teardown when DoFn throws in portable runners (#32522)

    * Invoke teardown when DoFn throws in portable runners
    
    * update CHANGES.md
    
    * adjusted comment and logging
    Abacn authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    c31d81c View commit details
    Browse the repository at this point in the history
  6. Support ordered list states in python sdk and fnapi runner (#32326)

    * Support ordered list state in python sdk and fnapi runner.
    
    * Add test to verify integrity of multiple iterators
    
    * Add fuzz tests and fix two edge cases.
    
    * Add sortedcontainer in package dependency
    
    * Code refactoring and add a check for the supported maximum key
    
    * regenerate requirments for python images.
    
    * Refactor portable runner code for ordered list state
    
    * Return continuation tokens in portable runnner for ordered list state
    
    * Fix some lints
    
    * Apply yapf
    
    * Fix lints
    
    * Sync base image requirements with master.
    
    * Add typing for ordered list state apis.
    
    * Add typing to orderedliststate user state.
    
    * Fix a typo.
    
    * Refactor some code based on the feedback.
    
    * Fix lints
    
    * Remove the support of int argument type in ordered list state apis.
    
    * Fix formats and lints
    
    * More lints
    
    * Refactor the code to use the continuation token logic.
    
    * Fix lints
    shunping authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    7177baf View commit details
    Browse the repository at this point in the history
  7. Add support for global sequence processing to the "ordered" extension…

    … in Java SDK (#32540)
    
    * Initial changes to support processing global sequences.
    
    * Refactor the DoFns out of the transform and into a class hierarchy.
    
    * Next round of implementation of Global Sequence handling.
    
    * Added ticker timers in global sequence processing.
    
    * Corrected the emission batch logic.
    
    * Reworked some tests and fixed the batch output logic.
    
    * Pluggable combiner for the global sequence.
    
    * First iteration of the efficient merging accumulator
    
    * Mostly complete implementation of the accumulator and corresponding tests.
    
    * Additional round of test refinements.
    
    * Added logic to DQL the records below the global sequence range.
    
    * Added providing a global sequence combiner through a handler.
    
    * Added SequenceRangeAccumulatorCoder and tests. Improved logic of creating timers.
    
    * Fixed logging levels (moved them to "trace") on several transforms.
    
    * Round of code improvements and cleanups.
    
    * Tests to verify that the the global sequence is correctly produced by the transform.
    
    * Added batch processing verification to the global sequence processing.
    
    * A round of documentation update and minor clean up.
    
    * Fixed the description in CHANGES.md
    
    * Polish by "spotless"
    
    * Polish by "spotless"
    
    * Removed unneeded logging configuration file.
    
    * Made ContiguousSequenceRange open ended.
    
    * Removed details from 2.60.0 section in CHANGES.md.
    
    * Update sdks/java/extensions/ordered/src/main/java/org/apache/beam/sdk/extensions/ordered/combiner/DefaultSequenceCombiner.java
    
    Co-authored-by: Danny McCormick <[email protected]>
    
    * Fixed spotless related errors.
    
    * Added a note about the new functionality to CHANGES.md
    
    * Added clarification around the data structure used in the sequence combiner.
    
    * Added clarification around the data structure used in the sequence combiner.
    
    * Fixed the problem with allowed lateness being set to 0 in the global sequence tracker.
    
    * Parameterized the GlobalSequenceTracker with the max number of events to trigger the re-evaluation. Fixed accidentally disabled unit tests.
    
    * Made the event timer used to wait for the event arrival respect the lateness of the input.
    
    * Created new failure reason code - "before initial sequence"
    
    ---------
    
    Co-authored-by: Danny McCormick <[email protected]>
    slilichenko and damccorm authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    20d0f6e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c243491 View commit details
    Browse the repository at this point in the history
  9. Handle Date type in HCatToRow (#32695)

    * Handle Date type in HCatToRow
    
    Some initial notes:
    - The issue (#20685) deals with java.sql.Date, which I wasn't able to
      reproduce fully (I can currently write hcatalog hadoop.hive date)
    - On this note, 267f76f changed the
      code involved so that there's a direct cast to AbstractInstant in
      RowUtils.java. This doesn't change much, but jfyi.
    
    * Run: ./gradlew :sdks:java:io:hcatalog:spotlessApply
    
    * review cr: castTypes util
    
    - s/castHDate/maybeCastHDate/ to be more concise
    - move values manipulation to a separate util (hopefully, I understood
      the cr in the right way)
    deadb0d4 authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    2ee6100 View commit details
    Browse the repository at this point in the history
  10. Try deepcopy combine_fn and fallback to pickling if TypeError. (#32645)

    * Try deepcopy combine_fn and fallback to pickling if TypeError.
    
    * Remove logging, add unit test
    
    * Linter fixes
    
    ---------
    
    Co-authored-by: Claude <[email protected]>
    claudevdm and Claude authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    3516645 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. [Managed Iceberg] Add support for TIMESTAMP, TIME, and DATE types (#3…

    …2688)
    
    * support timestamp, time, date types
    
    * add to changes md
    
    * always write java time LocalDateTime for iceberg TIMESTAMP
    
    * update java doc
    
    * add timezone support with Strings
    
    * clean up; reading iceberg timestamptz will return sqltype.datetime
    
    * support string, long, sql.datetime, and datetime; timestamp returns sql.datetime and timestamptTZ returns datetime
    ahmedabu98 authored Oct 10, 2024
    Configuration menu
    Copy the full SHA
    9ceb14e View commit details
    Browse the repository at this point in the history
  2. Update Pydoc Dependencies

    jrmccluskey committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    42a0d20 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6707c2c View commit details
    Browse the repository at this point in the history
  4. Bump rtd theme

    jrmccluskey committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    f646944 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    38ecfa9 View commit details
    Browse the repository at this point in the history
  6. Remove warning fail

    jrmccluskey committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    8c944ca View commit details
    Browse the repository at this point in the history
  7. [blog] - update authors

    ffernandez92 committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    f717393 View commit details
    Browse the repository at this point in the history
  8. Add support for Read with Meatadata in MqttIO (#32668)

    * add support for read with metadata in MqttIO
    
    * Update CHANGES.md
    
    * update javadoc
    
    * update javadoc
    
    * refactor : change to use SchemaCoder in MqttIO
    - remove MqttRecordCoder
    - refactor MqttRecord to use AutoValueSchema
    - change related test
    twosom authored Oct 10, 2024
    Configuration menu
    Copy the full SHA
    95bf983 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bc8eb66 View commit details
    Browse the repository at this point in the history
  10. Attempt to fix the permred "PostCommit Java IO Performance Tests" (#3…

    …2736)
    
    * Attempt to fix permred test.
    
    * Also remove token format, making it consistent with java_tests and python_tests.
    
    * Remove the triggering file since the test is only triggered with the yaml file on master.
    shunping authored Oct 10, 2024
    Configuration menu
    Copy the full SHA
    ec0f2f6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    bade784 View commit details
    Browse the repository at this point in the history
  12. Add Application Default Authentication as an Option for Kafka Clients…

    … in KafkaIO When Using Managed Service for Apache Kafka (#32722)
    
    * Update setup.py to latest version of facets to fix outdated alias issue
    
    * Add application default support in KafkaIO for users who want to authenticate their Kafka Clients with Google's server.
    
    * Add application default support in KafkaIO for users who want to authenticate their Kafka Clients with Google's server.
    
    ---------
    
    Co-authored-by: Ozzie Fernandez <[email protected]>
    fozzie15 and Ozzie Fernandez authored Oct 10, 2024
    Configuration menu
    Copy the full SHA
    75d804c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    538db45 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #32737 from liferoad/dataproc-notebook

    Fix the FlinkRunner for Dataproc
    liferoad authored Oct 10, 2024
    Configuration menu
    Copy the full SHA
    2049e6b View commit details
    Browse the repository at this point in the history
  15. Add check to avro and kafka compatibility tests (#32698)

    * Also fix Kafka integration test version resolution
    Abacn authored Oct 10, 2024
    Configuration menu
    Copy the full SHA
    4cf99ea View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    02241ac View commit details
    Browse the repository at this point in the history
  17. fix broken imports

    jrmccluskey committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    fefd184 View commit details
    Browse the repository at this point in the history
  18. fix edge case

    jrmccluskey committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    255e6cc View commit details
    Browse the repository at this point in the history
  19. Fix the snapshot publishing script (#32744)

    * Fix the snapshot publishing script
    
    * Support distribution from setuptools prior to 69.3.0 as well.
    shunping authored Oct 10, 2024
    Configuration menu
    Copy the full SHA
    84aa5ac View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    7bb3aa8 View commit details
    Browse the repository at this point in the history
  21. Merge pull request #32747 from apache/pydocUpdate

    Fix Pydoc Precommit
    liferoad authored Oct 10, 2024
    Configuration menu
    Copy the full SHA
    5f4342b View commit details
    Browse the repository at this point in the history
  22. revert the retry

    liferoad committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    d629485 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Merge pull request #32745 from liferoad/numpy-2-fix

    Fixed the tox and pyproject settings for numpy 2
    liferoad authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    ae56318 View commit details
    Browse the repository at this point in the history
  2. Fix build_wheels and build_release_candidate (#32725)

    * Fix build_wheels and build_release_candidate
    Abacn authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    07322cc View commit details
    Browse the repository at this point in the history
  3. Update website/www/site/content/en/blog/beam-yaml-proto.md

    Co-authored-by: Rebecca Szper <[email protected]>
    ffernandez92 and rszper authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    b20f36e View commit details
    Browse the repository at this point in the history
  4. Update website/www/site/content/en/blog/beam-yaml-proto.md

    Co-authored-by: Rebecca Szper <[email protected]>
    ffernandez92 and rszper authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    c5c83b2 View commit details
    Browse the repository at this point in the history
  5. Update website/www/site/content/en/blog/beam-yaml-proto.md

    Co-authored-by: Rebecca Szper <[email protected]>
    ffernandez92 and rszper authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    b224fb9 View commit details
    Browse the repository at this point in the history
  6. Update website/www/site/content/en/blog/beam-yaml-proto.md

    Co-authored-by: Rebecca Szper <[email protected]>
    ffernandez92 and rszper authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    42db58d View commit details
    Browse the repository at this point in the history
  7. Update website/www/site/content/en/blog/beam-yaml-proto.md

    Co-authored-by: Rebecca Szper <[email protected]>
    ffernandez92 and rszper authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    d213d38 View commit details
    Browse the repository at this point in the history
  8. Update website/www/site/content/en/blog/beam-yaml-proto.md

    Co-authored-by: Rebecca Szper <[email protected]>
    ffernandez92 and rszper authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    e6dc05f View commit details
    Browse the repository at this point in the history
  9. Update website/www/site/content/en/blog/beam-yaml-proto.md

    Co-authored-by: Rebecca Szper <[email protected]>
    ffernandez92 and rszper authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    7b5bf93 View commit details
    Browse the repository at this point in the history
  10. Update website/www/site/content/en/blog/beam-yaml-proto.md

    Co-authored-by: Rebecca Szper <[email protected]>
    ffernandez92 and rszper authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    cb3c673 View commit details
    Browse the repository at this point in the history
  11. Update website/www/site/content/en/blog/beam-yaml-proto.md

    Co-authored-by: Rebecca Szper <[email protected]>
    ffernandez92 and rszper authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    94cb34a View commit details
    Browse the repository at this point in the history
  12. Update website/www/site/content/en/blog/beam-yaml-proto.md

    Co-authored-by: Rebecca Szper <[email protected]>
    ffernandez92 and rszper authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    2af4991 View commit details
    Browse the repository at this point in the history
  13. Update website/www/site/content/en/blog/beam-yaml-proto.md

    Co-authored-by: Rebecca Szper <[email protected]>
    ffernandez92 and rszper authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    923f053 View commit details
    Browse the repository at this point in the history
  14. Apply suggestions from code review

    Co-authored-by: Rebecca Szper <[email protected]>
    ffernandez92 and rszper authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    f1bfaa3 View commit details
    Browse the repository at this point in the history
  15. Fix more numpy 2 test issues

    liferoad committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    c92e39f View commit details
    Browse the repository at this point in the history
  16. Fix docker search (#32750)

    damccorm authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    e7ec432 View commit details
    Browse the repository at this point in the history
  17. Merge pull request #32749 from liferoad/numpy-2-fix-1

    Fix more numpy 2 test issues
    liferoad authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    826e1ad View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    b6e7fd9 View commit details
    Browse the repository at this point in the history
  19. Add 2.51->52 breaking incompatibility to CHANGES.md (#32753)

    * Add 2.51->52 breaking incompatibility to CHANGES.md
    
    * Add blog
    damccorm authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    7398a52 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    578d6d7 View commit details
    Browse the repository at this point in the history
  21. disable expansion service cache (#32751)

    * Disable cache for io-expansion-service shadowJar temporarily
    
    * disable cache on sql expansion service
    Abacn authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    13f4ae0 View commit details
    Browse the repository at this point in the history
  22. Apply suggestions from code review

    Co-authored-by: Rebecca Szper <[email protected]>
    ffernandez92 and rszper authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    f713b3e View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Fix flaky mqtt test (#32765)

    * fix mqtt flaky test
    
    * extract common method for connect to Mqtt
    twosom authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    69bd697 View commit details
    Browse the repository at this point in the history
  2. Pin protobuf version for TF dependency tests (#32719)

    * Pin protobuf version for TF dependency tests
    
    * pin specfic protobuf version
    
    * increment tested TF version
    
    * pin at higher version of protobuf
    
    * fix incorrect configuration
    
    * try bumping tf version
    
    * further specify dependency versions
    
    * try adding other ml testing deps for compat
    
    * fix transformers tests
    
    * tweak deps for transformers
    
    * whitespace
    jrmccluskey authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    b94f8a7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1bc848b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1f575d4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c04e91d View commit details
    Browse the repository at this point in the history
  6. Update pyproject.toml

    liferoad authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    f3708e0 View commit details
    Browse the repository at this point in the history
  7. Propogate field_descriptions to RowTypeConstraint

    Signed-off-by: Jeffrey Kinard <[email protected]>
    Polber committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    80c7450 View commit details
    Browse the repository at this point in the history
  8. use 1.65.5

    liferoad authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    e47c261 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. [Python] Managed Transforms API (#31495)

    * managed module
    
    * clean up
    
    * lint
    
    * try with real example
    
    * cleanup
    
    * add documentation
    
    * fix doc
    
    * add pyyaml dependency
    
    * cleanup
    
    * return deps
    
    * return deps
    
    * fix doc
    
    * address some comments
    
    * doc updates
    
    * define managed transform URNs in proto
    
    * fix URN
    
    * remove managed dependency
    
    * add managed iceberg integration test
    
    * lint
    
    * lint
    
    * dependency fix
    
    * lint
    
    * dependency fix
    
    * dependency fix
    
    * lint
    
    * lint
    
    * dependency fix
    
    * rename test file
    ahmedabu98 authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    9a2d456 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    80cba56 View commit details
    Browse the repository at this point in the history
  3. Polish .with_exception_handling docstring (#32739)

    * replace 'record' with 'input' and fix example
    
    * more tweaking
    hjtran authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    45490ac View commit details
    Browse the repository at this point in the history
  4. Bump github.com/aws/aws-sdk-go-v2 from 1.32.1 to 1.32.2 in /sdks (#32711

    )
    
    Bumps [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) from 1.32.1 to 1.32.2.
    - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
    - [Commits](aws/aws-sdk-go-v2@v1.32.1...v1.32.2)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/aws/aws-sdk-go-v2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    8fa19f2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ade80d5 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #32773 from apache/liferoad-patch-1

    Update pyproject.toml
    liferoad authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    50f19d5 View commit details
    Browse the repository at this point in the history
  7. Bump github.com/aws/aws-sdk-go-v2/feature/s3/manager in /sdks (#32768)

    Bumps [github.com/aws/aws-sdk-go-v2/feature/s3/manager](https://github.com/aws/aws-sdk-go-v2) from 1.17.28 to 1.17.32.
    - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
    - [Commits](aws/aws-sdk-go-v2@credentials/v1.17.28...credentials/v1.17.32)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/aws/aws-sdk-go-v2/feature/s3/manager
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    547cc39 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    89dd088 View commit details
    Browse the repository at this point in the history
  9. vLLM model handler efficiency improvements (#32687)

    * vLLM model handler efficiency improvements
    
    * fmt
    
    * Remove bad exceptions
    
    * lint
    
    * lint
    damccorm authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    06ecee9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1b744a7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    06692ca View commit details
    Browse the repository at this point in the history
  12. Enable BigQuery CDC configuration for Python BigQuery sink (#32529)

    * include CDC configuration on the storage write transform provider
    
    * adding the primary key configuration for CDC and tests
    
    * fixing List.of references to use ImmutableList
    
    * fixing test, missing calling the cdc info row builder() method
    
    * fix test, add config validations
    
    * added the xlang params to storage write python wrapper
    
    * adding missing comma
    
    * shortening property name
    
    * changing xlang config property
    
    * set use cdc schema property as nullable, added safe retrieval method
    
    * fixes property name reference and argument type definition
    
    * python format fix
    
    * adding xlang IT with BQ
    
    * adding missing primary key column to test
    
    * python format fix
    
    * format xlang test
    
    * more format xlang test fixes
    
    * and more format xlang test fixes
    
    * adding missing import
    
    * missing self reference
    
    * enabled create if needed functionality for CDC python integration, implemented table constraint support on the bigquery fake dataset services
    
    * Update bigquery.py
    
    * triggering the xlang tests
    
    * fixing lint
    
    * addressing few comments
    
    * cdc info is added after row transformation now
    
    * remove not used param
    
    * removed typing information for callable
    
    * adding test for cdc using dicts as input and cdc write callable
    
    * simplifying the xlang configuration from python perspective, will add callable on a future PR
    
    * spotless apply
    
    * wrong property passed to xlang builder
    
    * missing self
    
    * fixing xlang it
    
    * fixes wrong property reference
    
    * change cdc xlang test to use beam.io.WriteToBigQuery
    
    * force another build
    
    * modifying comment to trigger build.
    
    * addressing PR comments, included new dicts based test for xlang python tests, included the CDC configurations into the existing RowDynamicDestinations object, improved error message for mutation information schema checks.
    prodriguezdefino authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    e52868c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e39e5d7 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    0feaaa6 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    a50f91c View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Merge pull request #32791 from liferoad/beam-summit-2024

    Add the beam summit 2024 overview blog
    liferoad authored Oct 16, 2024
    Configuration menu
    Copy the full SHA
    1487cf5 View commit details
    Browse the repository at this point in the history
  2. Bump google.golang.org/protobuf from 1.34.2 to 1.35.1 in /sdks (#32799)

    Bumps google.golang.org/protobuf from 1.34.2 to 1.35.1.
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/protobuf
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 16, 2024
    Configuration menu
    Copy the full SHA
    7d0bfd0 View commit details
    Browse the repository at this point in the history
  3. Bigquery fixes (#32780)

    * Bigquery fixes
    
    * Remove unnecessary comprehension loop
    
    ---------
    
    Co-authored-by: Claude <[email protected]>
    claudevdm and Claude authored Oct 16, 2024
    Configuration menu
    Copy the full SHA
    6b3a1b2 View commit details
    Browse the repository at this point in the history
  4. Change to rez

    damccorm authored Oct 16, 2024
    Configuration menu
    Copy the full SHA
    3e49714 View commit details
    Browse the repository at this point in the history
  5. Update authors.yml (#32807)

    damccorm authored Oct 16, 2024
    Configuration menu
    Copy the full SHA
    f7b987d View commit details
    Browse the repository at this point in the history
  6. Fix StressTests Java BigQueryIO job flakiness (#32803)

    * Fix assert for at least once method
    
    * Refactoring
    Amar3tto authored Oct 16, 2024
    Configuration menu
    Copy the full SHA
    7311270 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    aa74cc0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3978922 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9a79b39 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8a52c95 View commit details
    Browse the repository at this point in the history
  11. Bump github.com/tetratelabs/wazero from 1.8.0 to 1.8.1 in /sdks (#32800)

    Bumps [github.com/tetratelabs/wazero](https://github.com/tetratelabs/wazero) from 1.8.0 to 1.8.1.
    - [Release notes](https://github.com/tetratelabs/wazero/releases)
    - [Commits](tetratelabs/wazero@v1.8.0...v1.8.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/tetratelabs/wazero
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 16, 2024
    Configuration menu
    Copy the full SHA
    5844434 View commit details
    Browse the repository at this point in the history
  12. Bump cloud.google.com/go/spanner from 1.67.0 to 1.70.0 in /sdks (#32797)

    Bumps [cloud.google.com/go/spanner](https://github.com/googleapis/google-cloud-go) from 1.67.0 to 1.70.0.
    - [Release notes](https://github.com/googleapis/google-cloud-go/releases)
    - [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md)
    - [Commits](googleapis/google-cloud-go@spanner/v1.67.0...spanner/v1.70.0)
    
    ---
    updated-dependencies:
    - dependency-name: cloud.google.com/go/spanner
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 16, 2024
    Configuration menu
    Copy the full SHA
    ca60f11 View commit details
    Browse the repository at this point in the history
  13. Bump cloud.google.com/go/pubsub from 1.43.0 to 1.44.0 in /sdks (#32798)

    Bumps [cloud.google.com/go/pubsub](https://github.com/googleapis/google-cloud-go) from 1.43.0 to 1.44.0.
    - [Release notes](https://github.com/googleapis/google-cloud-go/releases)
    - [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md)
    - [Commits](googleapis/google-cloud-go@pubsub/v1.43.0...pubsub/v1.44.0)
    
    ---
    updated-dependencies:
    - dependency-name: cloud.google.com/go/pubsub
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 16, 2024
    Configuration menu
    Copy the full SHA
    1e27978 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Configuration menu
    Copy the full SHA
    ba92381 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff1e0cc View commit details
    Browse the repository at this point in the history
  3. Bump github.com/aws/aws-sdk-go-v2/service/s3 in /sdks (#32830)

    Bumps [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2) from 1.65.3 to 1.66.0.
    - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
    - [Commits](aws/aws-sdk-go-v2@service/s3/v1.65.3...service/s3/v1.66.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/aws/aws-sdk-go-v2/service/s3
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    81ebb7e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    92960be View commit details
    Browse the repository at this point in the history
  5. Bump github.com/aws/aws-sdk-go-v2/feature/s3/manager in /sdks (#32829)

    Bumps [github.com/aws/aws-sdk-go-v2/feature/s3/manager](https://github.com/aws/aws-sdk-go-v2) from 1.17.32 to 1.17.33.
    - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
    - [Commits](aws/aws-sdk-go-v2@credentials/v1.17.32...credentials/v1.17.33)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/aws/aws-sdk-go-v2/feature/s3/manager
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    b01e453 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a664821 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    aca8ca6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fb1a381 View commit details
    Browse the repository at this point in the history
  9. Bump cloud.google.com/go/bigquery from 1.63.0 to 1.63.1 in /sdks (#32640

    )
    
    Bumps [cloud.google.com/go/bigquery](https://github.com/googleapis/google-cloud-go) from 1.63.0 to 1.63.1.
    - [Release notes](https://github.com/googleapis/google-cloud-go/releases)
    - [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md)
    - [Commits](googleapis/google-cloud-go@spanner/v1.63.0...bigquery/v1.63.1)
    
    ---
    updated-dependencies:
    - dependency-name: cloud.google.com/go/bigquery
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    2cc49e0 View commit details
    Browse the repository at this point in the history
  10. Apply suggestions from code review

    Co-authored-by: tvalentyn <[email protected]>
    robertwb and tvalentyn authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    acd52f9 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    177c9ab View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7c6ee3e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b88df7b View commit details
    Browse the repository at this point in the history
  14. Merge pull request #32286 from reeba212/enrichment-yaml

    [yaml] Add enrichment transform to Beam YAML
    liferoad authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    33fdb23 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #32837: Move GitHub Actions workflows to Flink 1.1…

    …9 and remove 1.15 and 1.16
    kennknowles authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    b6e0a44 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    3b9d86d View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    418a1d4 View commit details
    Browse the repository at this point in the history
  18. Fix failing YAML mapping IT

    Signed-off-by: Jeffrey Kinard <[email protected]>
    Polber committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    d363a17 View commit details
    Browse the repository at this point in the history
  19. Fix doc references.

    robertwb committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    621cdfb View commit details
    Browse the repository at this point in the history
  20. 2.60.0 Release blog post (#32738)

    * 2.60.0 Release blog post
    
    * Update website/www/site/content/en/blog/beam-2.60.0.md
    
    Co-authored-by: Robert Burke <[email protected]>
    
    * update date
    
    ---------
    
    Co-authored-by: Robert Burke <[email protected]>
    Abacn and lostluck authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    ef0fc8b View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Configuration menu
    Copy the full SHA
    5d0dcfc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e3516b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #32852 from apache/revert-32773-liferoad-patch-1

    Revert "Update pyproject.toml by using grpcio-tools==1.65.5"
    liferoad authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    f5b7194 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    527a7e5 View commit details
    Browse the repository at this point in the history
  5. [#32847][prism] Add Github Action for Prism as a Python precommit (#3…

    …2845)
    
    * Add Github Action for Prism as a Python precommit
    
    * Update the execution condition.
    
    ---------
    
    Co-authored-by: lostluck <[email protected]>
    lostluck and lostluck authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    b412928 View commit details
    Browse the repository at this point in the history
  6. Follow up website and change.md after 2.60 release (#32853)

    * Update release date in CHANGE.md
    
    * Update latest version for website
    Abacn authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    4a4da90 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    39a73a1 View commit details
    Browse the repository at this point in the history
  8. Add RAG to docs (#32859)

    damccorm authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    79528e1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fa9eb2f View commit details
    Browse the repository at this point in the history
  10. Drop Flink 1.15 support

    kennknowles committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    3fd3db3 View commit details
    Browse the repository at this point in the history
  11. Drop Flink 1.16 support

    kennknowles committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    56b54a4 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    dfa54b2 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #32841 from apache/sharedmaven

    Using single temp maven local repository for release validation tasks
    chamikaramj authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    3786c4a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    3b839d1 View commit details
    Browse the repository at this point in the history
  15. Added a TODO.

    robertwb authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    ef6caf4 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    a163dd0 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    eafe08b View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2024

  1. [#30703][prism] Update logging handling (#32826)

    * Migrate to standard library slog package
    
    * Add dev logger dependency for pre printed development logs
    
    * Improve logging output for prism and user side logs, and emit container logs.
    
    * Fix missed lines from artifact and worker.
    
    ---------
    
    Co-authored-by: lostluck <[email protected]>
    lostluck and lostluck authored Oct 20, 2024
    Configuration menu
    Copy the full SHA
    1ba33b8 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. fix: generate random index name for change streams (#32689)

    Generates index names for change stream partition metadata table using a
    random UUID. This prevents issues if the job is being redeployed in an
    existing database.
    thiagotnunes authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    ac87d7b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    68f1543 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b8a2b9a View commit details
    Browse the repository at this point in the history
  4. Remove Python 3.8 Support from Apache Beam (#32643)

    * Remove Python 3.8 Support from Apache Beam
    
    * Remove artifact build/publishing
    
    * Address comments
    jrmccluskey authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    62b0830 View commit details
    Browse the repository at this point in the history
  5. Move biquery enrichment transform notebook to examples/notebooks/beam…

    …-ml (#32888)
    
    Co-authored-by: Claude <[email protected]>
    claudevdm and Claude authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    1a936c5 View commit details
    Browse the repository at this point in the history
  6. Enable BuildKit on gradle docker task (#32875)

    * Enable BuildKit on gradle docker task
    
    * Revert setting dockerTag
    damondouglas authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    56696ec View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e845caa View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3767eda View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Configuration menu
    Copy the full SHA
    8d22fc2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f28ca3c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4e85017 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3ce2194 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #32887: Revert "Merge pull request #32757: Schema …

    …inference parameterized types"
    reuvenlax authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    ad6f4ee View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4f4853e View commit details
    Browse the repository at this point in the history
  7. Fix java sdk container dependency for Python PostCommit (#32900)

    * Fix java sdk container dependency for Python PostCommit
    
    * trigger tests
    Abacn authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    078f87c View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. Merge pull request #32735 from ffernandez92/beam-yaml-proto-bp

    [blog] - Beam YAML protobuf blogpost
    liferoad authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    d0206f5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #32903 from apache/liferoad-patch-1

    Update generate_pydoc.sh
    liferoad authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    df3c45d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    68b600d View commit details
    Browse the repository at this point in the history
  4. Kafka metrics (#32402)

    * Add kafka poll latency metrics
    
    * Address Sam's comments
    
    [Dataflow Streaming] Use isolated windmill streams based on job settings (#32503)
    
    * Add kafka poll latency metrics
    
    * address comments
    
    * Ensure this is disabled for now until flag to enable it is explicitly
    passed
    
    ---------
    
    Co-authored-by: Naireen <[email protected]>
    Naireen and Naireen authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    0ee13b2 View commit details
    Browse the repository at this point in the history
  5. Bump google.golang.org/api from 0.199.0 to 0.202.0 in /sdks (#32906)

    Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.199.0 to 0.202.0.
    - [Release notes](https://github.com/googleapis/google-api-go-client/releases)
    - [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)
    - [Commits](googleapis/google-api-go-client@v0.199.0...v0.202.0)
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/api
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    d3478f1 View commit details
    Browse the repository at this point in the history
  6. Bump cloud.google.com/go/storage from 1.44.0 to 1.45.0 in /sdks (#32854)

    Bumps [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) from 1.44.0 to 1.45.0.
    - [Release notes](https://github.com/googleapis/google-cloud-go/releases)
    - [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md)
    - [Commits](googleapis/google-cloud-go@pubsub/v1.44.0...spanner/v1.45.0)
    
    ---
    updated-dependencies:
    - dependency-name: cloud.google.com/go/storage
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    7ac462e View commit details
    Browse the repository at this point in the history
  7. Fix JavaPreCommit on Java11 (#32912)

    * Disable affected Samza runner test in Java9+
    
    * Specify text log_kind for platorm independent logging
    Abacn authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    172a029 View commit details
    Browse the repository at this point in the history
  8. Test fix after runner bump to Java11 (#32909)

    * Test fix after runner bump to Java11
    
    * Revert workflow change as it handled in separate PR
    Abacn authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    d8c3ede View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Configuration menu
    Copy the full SHA
    135a5be View commit details
    Browse the repository at this point in the history
  2. Fix protobuf build error in WindmillMap.persistDirect() for a removal…

    … in Dataflow Streaming Java Legacy Runner without Streaming Engine (#32893)
    
    * Check WorkItemCommitRequest is buildable in WindmillStateInternalTest
    baeminbo authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    72fccfc View commit details
    Browse the repository at this point in the history
  3. Update commons-codec to 1.17.1 (#32923)

    Sync version with GCP libraries, pulling 1.17.1
    RustedBones authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    67dc973 View commit details
    Browse the repository at this point in the history
  4. Add a vLLM notebook (#32860)

    * Add a vLLM notebook
    
    * Fix string
    
    * Feedback + minor instruction fix
    
    * quoting
    damccorm authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    46c8cf4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bc98bf1 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #32935: Fix web page references to Flink 1.19 supp…

    …ort since it is not released until 2.61.0
    kennknowles authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    5c57259 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5a6b10a View commit details
    Browse the repository at this point in the history
  8. Fix DebeziumIO JmsIO PreCommit (#32926)

    * Fix DebeziumIO JmsIO PreCommit
    
    * Update sdks/go/test/integration/io/xlang/debezium/debezium_test.go
    
    ---------
    
    Co-authored-by: Jack McCluskey <[email protected]>
    Abacn and jrmccluskey authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    5cd261a View commit details
    Browse the repository at this point in the history
  9. Correct some gradle java8's (#32943)

    Co-authored-by: lostluck <[email protected]>
    lostluck and lostluck authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    9c8b79a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3cc2909 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. Configuration menu
    Copy the full SHA
    2dfa281 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e3e70d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8cd3e54 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. Configuration menu
    Copy the full SHA
    be7537a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34eedad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0e2f317 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3332914 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5c7fed2 View commit details
    Browse the repository at this point in the history
  6. updated the title

    liferoad committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    8eae0d3 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #32959 from liferoad/update-docs

    Update discussion docs
    liferoad authored Oct 28, 2024
    Configuration menu
    Copy the full SHA
    8e1284b View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. Remove remaining Python 3.8 Artifacts (#32913)

    * Remove remaining Python 3.8 Artifacts
    
    * Clear container files
    
    * Move TensorRT suite to 3.10
    jrmccluskey authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    6b772b2 View commit details
    Browse the repository at this point in the history
  2. Suppress future warning affecting Dataflow notebook (#32957)

    * Suppress future warning affecting Dataflow notebook
    
    * fix lint
    Abacn authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    a5e0902 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f2e1f94 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a0cbe74 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    48a99e2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8b1ca21 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. fix silent failures in dispatch loop from stalling the pipeline (#32922)

    * use ExecutorService instead of ScheduledExecutorService which swallows exceptions into futures that were not examined
    
    Co-authored-by: Arun Pandian <[email protected]>
    m-trieu and arunpandianp authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    88ada9d View commit details
    Browse the repository at this point in the history
  2. formatting

    jrmccluskey committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    13ac5be View commit details
    Browse the repository at this point in the history
  3. Copy in correct requirements file (#32974)

    * Copy in correct requirements file
    
    * Trigger postcommit
    damccorm authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    2a27cc6 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #32081: make FieldValueTypeInformation creators ta…

    …ke a TypeDescriptor parameter
    tilgalas authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    dd556b2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    24a0447 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. Reapply disable Gradle cache for expansion service (#32984)

    * Reapply disable Gradle cache for expansion service
    
    This reverts commit 379dcd4.
    
    * trigger test
    Abacn authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    f105f26 View commit details
    Browse the repository at this point in the history
  2. Upgrade mypy to version 1.13.0 (#32978)

    * Upgrade mypy to version 1.13.0
    
    * formatting, yaml io fix
    jrmccluskey authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    61e7258 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #32971 from jrmccluskey/mlTransform

    Update MLTransform code to PEP 585 types
    liferoad authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    d6ca789 View commit details
    Browse the repository at this point in the history
  4. Bump github.com/nats-io/nats-server/v2 from 2.10.18 to 2.10.22 in /sd…

    …ks (#32856)
    
    Bumps [github.com/nats-io/nats-server/v2](https://github.com/nats-io/nats-server) from 2.10.18 to 2.10.22.
    - [Release notes](https://github.com/nats-io/nats-server/releases)
    - [Changelog](https://github.com/nats-io/nats-server/blob/main/.goreleaser.yml)
    - [Commits](nats-io/nats-server@v2.10.18...v2.10.22)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/nats-io/nats-server/v2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    c7a161d View commit details
    Browse the repository at this point in the history
  5. [yaml] Enhance YAML API docs (#32825)

    * [yaml] Enhance YAML API docs
    
    Signed-off-by: Jeffrey Kinard <[email protected]>
    
    * use single html file
    
    Signed-off-by: Jeffrey Kinard <[email protected]>
    
    * fix test failures
    
    Signed-off-by: Jeffrey Kinard <[email protected]>
    
    * rebase on master
    
    Signed-off-by: Jeffrey Kinard <[email protected]>
    
    ---------
    
    Signed-off-by: Jeffrey Kinard <[email protected]>
    Polber authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    afaa4c3 View commit details
    Browse the repository at this point in the history
  6. Bump google.golang.org/api from 0.202.0 to 0.203.0 in /sdks (#32918)

    Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.202.0 to 0.203.0.
    - [Release notes](https://github.com/googleapis/google-api-go-client/releases)
    - [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)
    - [Commits](googleapis/google-api-go-client@v0.202.0...v0.203.0)
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/api
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    5226b73 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8c23504 View commit details
    Browse the repository at this point in the history
  8. playground precommit move to selfhosted and update (#32987)

    * playground precommit move to selfhosted and update
    
    * playground precommit move to selfhosted and update
    volatilemolotov authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    d3a841c View commit details
    Browse the repository at this point in the history
  9. Add JobServerOption for --jar_cache_dir (#32033)

    * Add JobServerOption for jar_cache_dir
    
    Signed-off-by: s21.lee <[email protected]>
    
    * fixed for job_server_test error
    
    - add missing comma
    
    Signed-off-by: s21.lee <[email protected]>
    
    * fix error for missing comma
    
    Signed-off-by: s21lee <[email protected]>
    
    * fix lint
    
    Signed-off-by: s21lee <[email protected]>
    
    * fix lint
    
    Signed-off-by: s21lee <[email protected]>
    
    * fix for unit test error
    
    Signed-off-by: s21lee <[email protected]>
    
    * fix lint
    
    Signed-off-by: s21lee <[email protected]>
    
    * fix test error
    
    Signed-off-by: s21lee <[email protected]>
    
    * fix lint
    
    Signed-off-by: s21lee <[email protected]>
    
    * fix error for typo
    
    Signed-off-by: s21lee <[email protected]>
    
    * fix test error
    
    Signed-off-by: s21lee <[email protected]>
    
    * fix lint
    
    Signed-off-by: s21lee <[email protected]>
    
    * fix error
    
    Signed-off-by: s21lee <[email protected]>
    
    * fix error
    
    Signed-off-by: s21lee <[email protected]>
    
    * fix lint
    
    Signed-off-by: s21lee <[email protected]>
    
    * fix error
    
    Signed-off-by: s21lee <[email protected]>
    
    * fix error
    
    Signed-off-by: s21lee <[email protected]>
    
    * fix error
    
    Signed-off-by: s21lee <[email protected]>
    
    * fix lint
    
    Signed-off-by: s21lee <[email protected]>
    
    * fix lint
    
    Signed-off-by: s21lee <[email protected]>
    
    * fix error and lint
    
    Signed-off-by: s21lee <[email protected]>
    
    * fix lint
    
    Signed-off-by: s21lee <[email protected]>
    
    * fix lint
    
    Signed-off-by: s21lee <[email protected]>
    
    ---------
    
    Signed-off-by: s21.lee <[email protected]>
    Signed-off-by: s21lee <[email protected]>
    Co-authored-by: s21.lee <[email protected]>
    s21lee and s21.lee authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    2160737 View commit details
    Browse the repository at this point in the history
  10. Update docs for MapState and SetState support update (#32915)

    * Update docs for MapState and SetState support update
    
    * remove the code formatting
    
    * clarify state support for the Dataflow runner
    
    * clarify state support for the Dataflow runner
    
    * Update website/www/site/data/capability_matrix.yaml
    
    Co-authored-by: Danny McCormick <[email protected]>
    
    ---------
    
    Co-authored-by: Danny McCormick <[email protected]>
    rszper and damccorm authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    d37ba37 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. fix typo (#32992)

    hjtran authored Nov 1, 2024
    Configuration menu
    Copy the full SHA
    d749c08 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0987e79 View commit details
    Browse the repository at this point in the history
  3. Support caching in Apache Beam by using relative co_filename paths. (#…

    …32979)
    
    * The motivation for this change is to support caching in Apache Beam.
    
    Apache Beam does the following:
    - Pickle Python code
    - Send the pickled source code to "worker" VMs
    - The workers unpickle and execute the code
    
    In the environment that these Beam pipelines execute, the source code is
    in a temporary directory whose name is random and changes. The source
    code paths relative to the temporary directory are constant. Using
    absolute paths prevents pickled code from being cached because the
    absolute path keeps changing. Using relative paths enables this caching
    and promises significant resource savings and speed-ups.
    
    Additionally the absolute paths leak information about the directory
    structure of the machine pickling the source code. When the pickled code
    is passed across the network to another machine, the absolute paths may
    no longer be valid when the other machine has a different directory
    structure.
    
    The reason for using relative paths rather than omitting the path
    entirely is because Python uses the co_filename attribute to create
    stack traces.
    
    * The motivation for this change is to support caching in Apache Beam
    for Google.
    
    Apache Beam does the following:
    - Pickle Python code
    - Send the pickled source code to "worker" VMs
    - The workers unpickle and execute the code
    
    In the environment that these Beam pipelines execute, the source code is
    in a temporary directory whose name is random and changes. The source
    code paths relative to the temporary directory are constant. Using
    absolute paths prevents pickled code from being cached because the
    absolute path keeps changing. Using relative paths enables this caching
    and promises significant resource savings and speed-ups.
    
    Additionally the absolute paths leak information about the directory
    structure of the machine pickling the source code. When the pickled code
    is passed across the network to another machine, the absolute paths may
    no longer be valid when the other machine has a different directory
    structure.
    
    The reason for using relative paths rather than omitting the path
    entirely is because Python uses the co_filename attribute to create
    stack traces.
    
    * Simplify.
    
    ---------
    
    Co-authored-by: Robert Bradshaw <[email protected]>
    kushmiD and robertwb authored Nov 1, 2024
    Configuration menu
    Copy the full SHA
    02ab9da View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    61268ef View commit details
    Browse the repository at this point in the history
  5. Remove usage of deprecated _serialize (#33000)

    * Remove usage of deprecated _serialize
    
    * Correct assignment
    
    * indentation
    
    * lint
    
    * fmt
    
    * fmt
    damccorm authored Nov 1, 2024
    Configuration menu
    Copy the full SHA
    90c1ee9 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2024

  1. Configuration menu
    Copy the full SHA
    eed82f0 View commit details
    Browse the repository at this point in the history