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

BQ Storage Write API wrapper for Python SDK #25521

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

Commits on Jan 18, 2023

  1. Configuration menu
    Copy the full SHA
    187ba47 View commit details
    Browse the repository at this point in the history
  2. Bump torch (apache#24977)

    Bumps [torch](https://github.com/pytorch/pytorch) from 1.12.1 to 1.13.1.
    - [Release notes](https://github.com/pytorch/pytorch/releases)
    - [Changelog](https://github.com/pytorch/pytorch/blob/master/RELEASE.md)
    - [Commits](pytorch/pytorch@v1.12.1...v1.13.1)
    
    ---
    updated-dependencies:
    - dependency-name: torch
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 18, 2023
    Configuration menu
    Copy the full SHA
    69a1313 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aae7ecd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aa8dc4f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6daa6f4 View commit details
    Browse the repository at this point in the history
  6. Add documentation on typescript IOs.

    This was lost with apache#23877
    robertwb committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    860b05f View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2023

  1. [apache#25070] Remove Kafka jars from Beam Java SDK Container (apache…

    …#25072)
    
    This was added as a temporary work-around when the XLang expansion service did not support returning additional dependencies. This removes that dependency prevent conflicts and allowing the user to control which Kafka dependency version they want to use.
    
    For apache#25070
    lukecwik authored Jan 19, 2023
    Configuration menu
    Copy the full SHA
    13a740b View commit details
    Browse the repository at this point in the history
  2. [Playground][Frontend] Run timer fix; CodeRunner and OutputType extra…

    …ction. (apache#24871)
    
    * timer fix rough draft (apache#24617)
    
    * comments (apache#24617)
    
    * comments (1) (apache#24617)
    
    * cancel run on reset (apache#24617)
    
    * regenerated mocks (apache#24617)
    
    * runStopDate (apache#24617)
    
    * OutputFilterTypeController (apache#24617)
    
    * resetErrorMessageText (apache#24617)
    
    Co-authored-by: alexeyinkin <[email protected]>
    
    * resetErrorMessageText (apache#24617)
    
    Co-authored-by: alexeyinkin <[email protected]>
    
    * comments (apache#24617)
    
    * missing license (apache#24617)
    
    * a commit for re-running rat check on github
    
    * deleted comment "a commit for re-running rat check on github"
    
    * fixes after merge with master (apache#24617)
    
    * merge fixes (apache#24617)
    
    * regenerated yaml files (apache#24617)
    
    * snippetEditingControllerGetter refinement (apache#24617)
    
    Co-authored-by: darkhan.nausharipov <[email protected]>
    Co-authored-by: alexeyinkin <[email protected]>
    3 people authored Jan 19, 2023
    Configuration menu
    Copy the full SHA
    1c4e424 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    876ce5b View commit details
    Browse the repository at this point in the history
  4. Bump google.golang.org/api from 0.107.0 to 0.108.0 in /sdks (apache#2…

    …5075)
    
    Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.107.0 to 0.108.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.107.0...v0.108.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]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 19, 2023
    Configuration menu
    Copy the full SHA
    60a9382 View commit details
    Browse the repository at this point in the history
  5. [Python] Fix input type for num_bytes (apache#25086)

    * fix input type
    
    * use sys for size
    riteshghorse authored Jan 19, 2023
    Configuration menu
    Copy the full SHA
    80d8d34 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6517731 View commit details
    Browse the repository at this point in the history
  7. Tour of beam learning materials CI/CD refactoring and templating (apa…

    …che#25080)
    
    * Add support for templating in Tour of Beam learning materials
    
    * Process learning materials through the template engine
    
    * refactoring ci/cd for templated learning materials
    
    * adding template processing
    
    * refactoring learning content
    
    * fixing incorrect sample path
    
    * minor formatting comments
    
    * missed complexity added add code review comments
    
    * fix possible  err overwrite
    
    Co-authored-by: Timur Sultanov <[email protected]>
    Oleh Borysevych and TSultanov authored Jan 19, 2023
    Configuration menu
    Copy the full SHA
    3e1291c View commit details
    Browse the repository at this point in the history
  8. Add support for using builtins typing (apache#25054)

    * Add support for using builtins typing
    
    * lint and formatting
    
    * tests
    
    * fix tests
    
    * fix tests
    
    * fix tests
    
    * fix tests
    DavidKatz-il authored Jan 19, 2023
    Configuration menu
    Copy the full SHA
    6203e58 View commit details
    Browse the repository at this point in the history
  9. Bump cloud.google.com/go/spanner from 1.42.0 to 1.43.0 in /sdks (apac…

    …he#25090)
    
    Bumps [cloud.google.com/go/spanner](https://github.com/googleapis/google-cloud-go) from 1.42.0 to 1.43.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.42.0...spanner/v1.43.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]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 19, 2023
    Configuration menu
    Copy the full SHA
    641b556 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a99364c View commit details
    Browse the repository at this point in the history
  11. Bump torch (apache#25089)

    Bumps [torch](https://github.com/pytorch/pytorch) from 1.12.0 to 1.13.1.
    - [Release notes](https://github.com/pytorch/pytorch/releases)
    - [Changelog](https://github.com/pytorch/pytorch/blob/master/RELEASE.md)
    - [Commits](pytorch/pytorch@v1.12.0...v1.13.1)
    
    ---
    updated-dependencies:
    - dependency-name: torch
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 19, 2023
    Configuration menu
    Copy the full SHA
    76813c1 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    148730e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9e37371 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    68b60de View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    fafeaa9 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    d182f46 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    7ad44c8 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    6b42bda View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    1d4345a View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    c1b840a View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    54aad80 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2023

  1. Configuration menu
    Copy the full SHA
    428ec97 View commit details
    Browse the repository at this point in the history
  2. Merge pull request apache#24145: Handle updates to table schema when …

    …using Storage API writes.
    reuvenlax authored Jan 20, 2023
    Configuration menu
    Copy the full SHA
    f5020e7 View commit details
    Browse the repository at this point in the history
  3. Bump cloud.google.com/go/storage from 1.28.1 to 1.29.0 in /sdks (apac…

    …he#25095)
    
    Bumps [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) from 1.28.1 to 1.29.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@storage/v1.28.1...spanner/v1.29.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]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 20, 2023
    Configuration menu
    Copy the full SHA
    9cecec3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5e1ebee View commit details
    Browse the repository at this point in the history
  5. Fix truncate copy job when WRITE_TRUNCATE in BigQuery batch load (apa…

    …che#25101)
    
    * Fix truncate copyjob when WRITE_TRUNCATE in BigQuery batch load
    Abacn authored Jan 20, 2023
    Configuration menu
    Copy the full SHA
    e379c23 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4824014 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2023

  1. [apache#24515] Delete the JRH (apache#24967)

    * [apache#24515] Delete the JRH
    
    Move :runners:google-cloud-dataflow-java:worker:legacy-worker to :runners:google-cloud-dataflow-java:worker deleting the FnApi runner harness (aka JRH) and the code that was powering it.
    
    Towards apache#25103
    lukecwik authored Jan 21, 2023
    Configuration menu
    Copy the full SHA
    4dad3c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd20288 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2023

  1. Add I/O Standards Page (apache#24962)

    * Add I/O Standards Page
    
    * Address feedback, fix trailing whitespace
    
    * Address feedback
    
    * Address feedback
    
    * Add SchemaIO and FieldAccessDescriptor links
    
    * swap screenshot for relational table, address feedback
    
    * fix whitespaces
    
    * Fix doc linking
    hermanmak authored Jan 23, 2023
    Configuration menu
    Copy the full SHA
    5cfc09c View commit details
    Browse the repository at this point in the history
  2. Add more info in documentation (apache#25099)

    * Add more info in documentation
    
    * Add documentation for downloading model
    
    Co-authored-by: Shubham Krishna <“[email protected]”>
    shub-kris and Shubham Krishna authored Jan 23, 2023
    Configuration menu
    Copy the full SHA
    897fffd View commit details
    Browse the repository at this point in the history
  3. Fix Python PreCommit dependency compatibility test not run or redunda…

    …nt setup (apache#25115)
    
    * Fix Python PreCommit dependency compatibility test not run or redundant setup
    
    * Move pyarrow and pandas matrix unit test to preCommitPyCoverage
    
    * Fix Dataframe compatibility test not run
    
    * Update readme
    
    * Also move dataframe comp tests to preCommitPyCoverage
    Abacn authored Jan 23, 2023
    Configuration menu
    Copy the full SHA
    b3aa2e8 View commit details
    Browse the repository at this point in the history
  4. Move CombineValues override to non portable overrides (apache#25106)

    * Move CombineValues override to non portable overrides
    
    * Fix extraneously added tab
    
    * Create combinevalues_it_test.py
    
    * License
    
    * Add backslashes
    
    * Format
    
    * Lint
    
    * Fix imports
    
    * Validates runner test
    
    * Spacing
    
    * Update sdks/python/apache_beam/transforms/combiners_test.py
    
    Co-authored-by: Lukasz Cwik <[email protected]>
    
    Co-authored-by: Lukasz Cwik <[email protected]>
    damccorm and lukecwik authored Jan 23, 2023
    Configuration menu
    Copy the full SHA
    6029a57 View commit details
    Browse the repository at this point in the history
  5. Merge pull request apache#25124 from kileys/remove

    Remove kileys from Java reviewers
    kileys authored Jan 23, 2023
    Configuration menu
    Copy the full SHA
    459d6b2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5e3b417 View commit details
    Browse the repository at this point in the history
  7. Add GraalSystems (apache#23651)

    Co-authored-by: Vincent Devillers <>
    Treydone authored Jan 23, 2023
    Configuration menu
    Copy the full SHA
    633c512 View commit details
    Browse the repository at this point in the history
  8. Bump timeout for default transient expansion service (apache#25111)

    * Bump timeout for default transient expansion service
    
    * Fix spotbug warning
    Abacn authored Jan 23, 2023
    Configuration menu
    Copy the full SHA
    93ca2fe View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    af42717 View commit details
    Browse the repository at this point in the history
  10. apache#20812 handle @RequiresStableInput in portable flink (apache#22889

    )
    
    * Handle @RequiresStableInput in portable flink (apache#20812)
    
    * [runners-flink] Remove unnnecessary dependency on flink-annotations
    
    * Fix @RequiresStableInput for portable Flink (apache#20812)
    
     Fix FlinkRequiresStableInputTest flakiness (apache#21333)
    
    * Flink: Tests for stateful stable dofns (apache#20812)
    
    * Enable commit for kafka flink portable test
    
    * Apply suggestions from code review
    
    Co-authored-by: Lukasz Cwik <[email protected]>
    
    * Add callback to BufferingDoFnRunner for flushing SDK harness results
    
    * revert changes in website
    
    Co-authored-by: Lukasz Cwik <[email protected]>
    je-ik and lukecwik authored Jan 23, 2023
    Configuration menu
    Copy the full SHA
    b1aba9d View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

  1. Bump github.com/aws/aws-sdk-go-v2/feature/s3/manager in /sdks (apache…

    …#25128)
    
    Bumps [github.com/aws/aws-sdk-go-v2/feature/s3/manager](https://github.com/aws/aws-sdk-go-v2) from 1.11.47 to 1.11.48.
    - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
    - [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md)
    - [Commits](aws/aws-sdk-go-v2@feature/s3/manager/v1.11.47...feature/s3/manager/v1.11.48)
    
    ---
    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]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 24, 2023
    Configuration menu
    Copy the full SHA
    6ba6473 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b8f8c0 View commit details
    Browse the repository at this point in the history
  3. Remove deprecated first implementations of data channel connector cod…

    …e on the runner side (apache#25104)
    
    This allows us to cleanup the existing code base now that the Dataflow JRH is gone and should improve the stability and performance for Java based portable runners built on top of this code since we have had a lot more use of the SDK harness variants at scale.
    lukecwik authored Jan 24, 2023
    Configuration menu
    Copy the full SHA
    3d9318b View commit details
    Browse the repository at this point in the history
  4. Adding autoservice annotations to all SchemaTransformProviders (apach…

    …e#25107)
    
    * Adding autoservice annotations to all SchemaTransformProviders
    
    * spotless
    pabloem authored Jan 24, 2023
    Configuration menu
    Copy the full SHA
    9aa2c52 View commit details
    Browse the repository at this point in the history
  5. Add working example for Per Entity Training (apache#25081)

    * Add working example for Per Entity Training
    
    * Fix linting and formatting
    
    * Add documentation, fix docstrings, linting
    
    * add dynamic destination writing
    
    * Update saving models, documentation
    
    * remove extra lines and fix import order
    
    * Update documentation
    
    * Update documentation
    
    Co-authored-by: Shubham Krishna <“[email protected]”>
    shub-kris and Shubham Krishna authored Jan 24, 2023
    Configuration menu
    Copy the full SHA
    89cd059 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0bcb50e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d914525 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b7c07e2 View commit details
    Browse the repository at this point in the history
  9. Drop '2' from BeamFnDataGrpcMultiplexer2 and BeamFnDataInboundObserve…

    …r2 (apache#25144)
    
    This is a follow-up for a comment in apache#25104
    
    Also remove InboundDataClient which was missed in apache#25104
    lukecwik authored Jan 24, 2023
    Configuration menu
    Copy the full SHA
    299a7b0 View commit details
    Browse the repository at this point in the history
  10. [BEAM-12164] Enable postgres IT for change streams (apache#25152)

    * Reenable postgres integration test
    
    * Update SpannerChangeStreamPostgresIT.java
    
    Co-authored-by: Nancy Xu <[email protected]>
    nancyxu123 and Nancy Xu authored Jan 24, 2023
    Configuration menu
    Copy the full SHA
    a96afe2 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2023

  1. Fix inconsistent cache bug

    reuvenlax committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    e8484a7 View commit details
    Browse the repository at this point in the history
  2. update cloudpickle version (apache#25142)

    * update cloudpickle version
    
    * regenerate python container dependencies
    johnjcasey authored Jan 25, 2023
    Configuration menu
    Copy the full SHA
    b49ef57 View commit details
    Browse the repository at this point in the history
  3. [ToB][Frontend] Gradle tasks for ToB frontend (apache#24919)

    * WIP: playground_components works in tour-of-beam only with configureondemand set to false (apache#24563)
    
    * added evaluationDependsOn playground_components (apache#24563)
    
    * comments (1) (apache#24563)
    
    * removed goToContextLine after merge (apache#24563)
    
    Co-authored-by: darkhan.nausharipov <[email protected]>
    nausharipov and darkhan.nausharipov authored Jan 25, 2023
    Configuration menu
    Copy the full SHA
    72d2776 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6d6f995 View commit details
    Browse the repository at this point in the history
  5. Update typehint code to allow primitive composite types in python 3.9+ (

    apache#25147)
    
    * Update typehint code to allow primitive composite types in python 3.9+
    
    * linting
    
    * address comments
    jrmccluskey authored Jan 25, 2023
    Configuration menu
    Copy the full SHA
    d688d42 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    91efbd3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    67b5b36 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b0c5941 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1ecb4ef View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    48712b2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    13a489e View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2023

  1. Further increase transient expansion service timeout (apache#25176)

    * Increase transient expansion service timeout
    Abacn authored Jan 26, 2023
    Configuration menu
    Copy the full SHA
    d39e9c5 View commit details
    Browse the repository at this point in the history
  2. Bump github.com/aws/aws-sdk-go-v2/feature/s3/manager in /sdks (apache…

    …#25182)
    
    Bumps [github.com/aws/aws-sdk-go-v2/feature/s3/manager](https://github.com/aws/aws-sdk-go-v2) from 1.11.48 to 1.11.49.
    - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
    - [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md)
    - [Commits](aws/aws-sdk-go-v2@feature/s3/manager/v1.11.48...feature/s3/manager/v1.11.49)
    
    ---
    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]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 26, 2023
    Configuration menu
    Copy the full SHA
    0c2a168 View commit details
    Browse the repository at this point in the history
  3. Adds the SampleDataRequest/Response (apache#25065)

    This adds the protos for querying any data samples from the SDK.
    
    Co-authored-by: Sam Rohde <[email protected]>
    rohdesamuel and Sam Rohde authored Jan 26, 2023
    Configuration menu
    Copy the full SHA
    b497cc4 View commit details
    Browse the repository at this point in the history
  4. Update chromedriver-binary requirement in /sdks/python (apache#25178)

    Updates the requirements on [chromedriver-binary](https://github.com/danielkaiser/python-chromedriver-binary) to permit the latest version.
    - [Release notes](https://github.com/danielkaiser/python-chromedriver-binary/releases)
    - [Commits](danielkaiser/python-chromedriver-binary@v100.0.4896.20.0...v110.0.5481.30.0)
    
    ---
    updated-dependencies:
    - dependency-name: chromedriver-binary
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 26, 2023
    Configuration menu
    Copy the full SHA
    76f3a59 View commit details
    Browse the repository at this point in the history
  5. Bump google.golang.org/grpc from 1.52.0 to 1.52.3 in /sdks (apache#25181

    )
    
    Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.52.0 to 1.52.3.
    - [Release notes](https://github.com/grpc/grpc-go/releases)
    - [Commits](grpc/grpc-go@v1.52.0...v1.52.3)
    
    ---
    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]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 26, 2023
    Configuration menu
    Copy the full SHA
    6676646 View commit details
    Browse the repository at this point in the history
  6. Merge pull request apache#25153 from tonytanger/initial_cdc

    Initial commit of boilerplate of change stream pipeline for bigtable
    pabloem authored Jan 26, 2023
    Configuration menu
    Copy the full SHA
    f565a94 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2c45ac4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f07241b View commit details
    Browse the repository at this point in the history
  9. Add a bunch of convenience methods for nullable top level schema fiel…

    …ds to make schemas a bit easier to read in Java
    Byron Ellis committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    1c71463 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    61045b6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    40243ff View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    bfb6a8e View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2023

  1. Configuration menu
    Copy the full SHA
    423cf9a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b7394b View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/schema-convenience-functions' in…

    …to schema-convenience-functions
    Byron Ellis committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    2fbc731 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3bf1757 View commit details
    Browse the repository at this point in the history
  5. Merge pull request apache#25195 from pabloem/fix-verify-table-bq

    Fixing a table existence verifier for BQ
    pabloem authored Jan 27, 2023
    Configuration menu
    Copy the full SHA
    2bcec86 View commit details
    Browse the repository at this point in the history
  6. Log BatchElement statistics.

    robertwb committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    c9e8aba View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c8cdc8e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a1e0777 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bb92863 View commit details
    Browse the repository at this point in the history
  10. [24469] Implement CsvIO.Write and supporting classes (apache#24630)

    This PR closes apache#24469 and addresses apache#20312 by implementing CsvIO.Write and supporting classes. Please see apache#24469 for more details.
    damondouglas authored Jan 27, 2023
    Configuration menu
    Copy the full SHA
    66aa607 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    cd54ad5 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2023

  1. Configuration menu
    Copy the full SHA
    2b96716 View commit details
    Browse the repository at this point in the history
  2. Fix website.

    robertwb committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    6eef233 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2023

  1. Fix Jdbc Write after window assigned (apache#25173)

    * Fix Jdbc Write after window assigned
    
    * Assign last seen window to the remaining batch in finishBundle
    
    * Change to use GroupIntoBatches in both case
    
    * Use GroupIntoBatches in streaming only
    Abacn authored Jan 30, 2023
    Configuration menu
    Copy the full SHA
    ac117b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5041714 View commit details
    Browse the repository at this point in the history
  3. Fix typo. (apache#21864)

    rulle-io authored Jan 30, 2023
    Configuration menu
    Copy the full SHA
    14e8de6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aeab73e View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

  1. Update the test

    chamikaramj committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    df2f70f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    634b045 View commit details
    Browse the repository at this point in the history
  3. Attempt fix GCPIO_Direct tests timeout (apache#25209)

    * Add timeout to some gcp IO unit tests
    
    * Reduce local file written for BigQueryWriteTest.testWriteDynamicDestinations
    
    * Fix a BigQuery bug revealed with improved test where writer recreated too early
    Abacn authored Jan 31, 2023
    Configuration menu
    Copy the full SHA
    05dc71a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b2d500f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cfe8005 View commit details
    Browse the repository at this point in the history
  6. Increase timeouts for cross-langauge tests.

    These ususally finish in 5-7 minutes in the CI environment, but sometimes
    take longer (perhaps depending on load).
    robertwb committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    3f825c3 View commit details
    Browse the repository at this point in the history
  7. Ignore flags for beam_sql magic (apache#25210)

    * Ignore flags for beam_sql magic
    
    * formatted the code.
    
    * added comments for the fix
    
    ---------
    
    Co-authored-by: xqhu <[email protected]>
    liferoad and liferoad authored Jan 31, 2023
    Configuration menu
    Copy the full SHA
    f77366a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    99999c6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9a63548 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9573015 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2023

  1. Configuration menu
    Copy the full SHA
    3883aff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc2895c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8f7d2cc View commit details
    Browse the repository at this point in the history
  4. Update/add torch versions to tox.ini (apache#25045)

    * Update/add torch versions
    
    * Update tox.ini
    
    * Update tested doc string
    
    * Add torch versions to precommit
    
    * Update sdks/python/test-suites/tox/py38/build.gradle
    
    Co-authored-by: Danny McCormick <[email protected]>
    
    ---------
    
    Co-authored-by: Danny McCormick <[email protected]>
    AnandInguva and damccorm authored Feb 1, 2023
    Configuration menu
    Copy the full SHA
    b17c1c6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7a6598f View commit details
    Browse the repository at this point in the history
  6. Bump torch (apache#25057)

    Bumps [torch](https://github.com/pytorch/pytorch) from 1.12.1 to 1.13.1.
    - [Release notes](https://github.com/pytorch/pytorch/releases)
    - [Changelog](https://github.com/pytorch/pytorch/blob/master/RELEASE.md)
    - [Commits](pytorch/pytorch@v1.12.1...v1.13.1)
    
    ---
    updated-dependencies:
    - dependency-name: torch
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 1, 2023
    Configuration menu
    Copy the full SHA
    af416a4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e967d6a View commit details
    Browse the repository at this point in the history
  8. Fix XVR_Direct time out (apache#25247)

    * Bump XVR_Direct timeout to 2h
    
    * Only run GoUsingJava test suite once
    Abacn authored Feb 1, 2023
    Configuration menu
    Copy the full SHA
    fde7909 View commit details
    Browse the repository at this point in the history
  9. Exclude changestream integration test on DataflowLegacyWorker (apache…

    …#25239)
    
    * SpannerChangeStreamPostgresIT has been causing beam_PostCommit_Java_DataflowV1
      timing out since it was enabled
    Abacn authored Feb 1, 2023
    Configuration menu
    Copy the full SHA
    f61c3fd View commit details
    Browse the repository at this point in the history
  10. [Tour of Beam] [Task] Fix dependency management for 2.44 Playground j…

    …ava runner (apache#25230)
    
    * fixing dependency management for java
    
    * use correct kafka client
    
    * revert unneeded changes
    
    * minor formatting
    
    * code review comment
    
    * extract version to variable
    Oleh Borysevych authored Feb 1, 2023
    Configuration menu
    Copy the full SHA
    067e4db View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2023

  1. Bump github.com/aws/aws-sdk-go-v2/feature/s3/manager in /sdks (apache…

    …#25270)
    
    Bumps [github.com/aws/aws-sdk-go-v2/feature/s3/manager](https://github.com/aws/aws-sdk-go-v2) from 1.11.49 to 1.11.50.
    - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
    - [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md)
    - [Commits](aws/aws-sdk-go-v2@feature/s3/manager/v1.11.49...feature/s3/manager/v1.11.50)
    
    ---
    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 Feb 2, 2023
    Configuration menu
    Copy the full SHA
    d7264d4 View commit details
    Browse the repository at this point in the history
  2. [Spark Runner] Add new experiment that provides concurrent bounded ou…

    …tput for SDFs (resolves apache#23852) (apache#24837)
    
    Co-authored-by: Moritz Mack <[email protected]>
    Co-authored-by: Jan Lukavský <[email protected]>
    3 people authored Feb 2, 2023
    Configuration menu
    Copy the full SHA
    01aa470 View commit details
    Browse the repository at this point in the history
  3. Add sideinputs to the RunInference Transform (apache#25200)

    * Add model pcoll param to the RunInference Ptransform
    fix up parentheses
    Add time.sleep
    Update PredictionResult
    Update Pcollection type hint
    Add model_path param in the ModelHandler
    
    * Add sklearn side input example
    refactor name
    
    * Add ModeMetadata and some refactoring
    Update example
    
    * refactor _convert_to_result and add it to the utils.py
    Update model path in pytorch_inference.py
    Add model path to sklearn model
    Add model id to sklearn inference PredictionResult
    clean up base.py
    Update utils
    update base.py
    Update base.py
    
    * Add tag to the RunInference DoFn
    
    * Add enable_side_input_loading flag
    
    * Add helper functions
    Add default value
    Add prefix/human readable id to ModelMetadata
    
    * Add doc string, refactor utils code
    
    * Fix pytorch inference tests
    
    * Fix up sklearn inference
    
    * Remove logging
    
    * Add thread Lock when there is an update to side input
    
    * Check if side input is EmptySideInput
    
    * Add unit test for side input loading
    
    * Remove examples
    
    * Add log when side input path is updated
    
    * Add test to Dataflow
    Fix snippets tests
    revert build settings
    Fix lint
    
    * Refactor side input loading code
    Add model_id to PredictionResult
    
    * Add documentation, changelog
    
    * Add Singleton view doc
    
    * Fix whitespace, tests
    
    * fix weird spacing
    
    * Remove beam website udpate
    
    * Revert "fix weird spacing"
    
    This reverts commit f9a61a1.
    
    * Add WatchFilePattern transform
    
    * undo changes to beam wesbite
    
    * Pass side inputs only in streaming mode
    
    * Revert "Add WatchFilePattern transform"
    
    This reverts commit ae91ffe.
    
    * Add lines to website page
    
    * Add test
    
    * Add unit test to catch --streaming flag and Singleton SideInput
    
    * Addressing PR comments
    
    * Add logic to detect windows on side inputs
    
    * Add more tests
    
    * Remove redundant code
    
    * Update test
    
    * Fix lint
    
    * Add postcommit markers.
    
    * Remove `and`
    
    * fixup lint
    
    * Modify message
    
    * Add check for default model
    
    * Update message
    
    * Add validates runner
    
    * Fix test
    
    * Add PipelineVisitor for RunInference during construction time
    
    * Address comments based on PR
    
    * Remove restriction on the side inputs
    
    * Remove/add tests
    
    * Modify logging
    
    * Add tests
    
    * Add 2.46.0 change log
    
    * fix typo
    
    ---------
    
    Co-authored-by: Anand Inguva <[email protected]>
    Co-authored-by: Danny McCormick <[email protected]>
    3 people authored Feb 2, 2023
    Configuration menu
    Copy the full SHA
    10805a2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    74de855 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3f8b8e3 View commit details
    Browse the repository at this point in the history
  6. [WebSite] Add new Python quickstart (apache#24804)

    Co-authored-by: Veronica Wasson <[email protected]>
    VeronicaWasson and VeronicaWasson authored Feb 2, 2023
    Configuration menu
    Copy the full SHA
    24f40aa View commit details
    Browse the repository at this point in the history
  7. Don't discard output column names

    After apache/calcite#1740 field names don't matter in the planner.
    We do care about them for outputs, so add them back to the set of
    things that matter.
    apilloud committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    bbe27e9 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2023

  1. [CdapIO] Implement windowed write (apache#25206)

    * Implement windowed write using CdapIO
    
    * Fix spotbugs
    Amar3tto authored Feb 3, 2023
    Configuration menu
    Copy the full SHA
    49f00ab View commit details
    Browse the repository at this point in the history
  2. [Spark Dataset runner] Fix collection encoder bug that may lead to co…

    …rrupted data due to naive usage of unsafe storage (fixes apache#25296). (apache#25297)
    Moritz Mack authored Feb 3, 2023
    Configuration menu
    Copy the full SHA
    d50924d View commit details
    Browse the repository at this point in the history
  3. [Spark Dataset runner] Break linage of dataset to reduce Spark planni…

    …ng overhead in case of large complex query plans (relates to apache#24710 and apache#23845) (apache#25187)
    Moritz Mack authored Feb 3, 2023
    Configuration menu
    Copy the full SHA
    72781cb View commit details
    Browse the repository at this point in the history
  4. Fix flaky test due to create bigquery dataset conflict (apache#25266)

    * Fix test_hourly_team_score_output_checksum_on_small_input flaky
    
    * Include python bigquery integration test created tables to clean up job
    Abacn authored Feb 3, 2023
    Configuration menu
    Copy the full SHA
    86480f3 View commit details
    Browse the repository at this point in the history
  5. 24472 Implement FileWriteSchemaTransformProvider (apache#24806)

    * Implement FileWriteSchemaTransformProvider
    
    * Final cleanup
    
    * Remove unused code
    
    * Refactor file structure; add more unit tests
    
    * XmlRowAdapter Tests
    
    * Remove unused class
    
    * Remove unused test code
    
    * Further cleanup
    
    * Convert PDone to PCollection<String>
    
    * WIP
    
    * Refactor tests
    
    * wip
    
    * Final cleanup
    
    * Revert settings.gradle.kts
    
    * Patch SchemaAwareJavaBeansTest
    
    * Remove 2nd call to readpipeline run
    
    * Set numshards=1 for xml content tests
    
    * Patch code comments
    
    * Update OWNERS
    
    * Comply with Python SDK external transforms
    
    * Refactor Python SDK compliant String check
    damondouglas authored Feb 3, 2023
    Configuration menu
    Copy the full SHA
    b3be8b6 View commit details
    Browse the repository at this point in the history
  6. Embed ML video to docs (apache#25302)

    * Embed ML video to docs
    
    * Fix link
    
    * Spacing
    damccorm authored Feb 3, 2023
    Configuration menu
    Copy the full SHA
    0441d9d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d68b028 View commit details
    Browse the repository at this point in the history
  8. Add banner highlighting beam ml (apache#25306)

    * Add banner highlighting beam ml
    
    * Add ml inference video to videos and podcasts
    
    * Attribute video
    damccorm authored Feb 3, 2023
    Configuration menu
    Copy the full SHA
    ed699f4 View commit details
    Browse the repository at this point in the history
  9. Optimize to use cached output receiver instead of creating one on DoF…

    …n invocation apache#21250 (apache#25245)
    
    This shows up whenever transforms use output receivers. For example map/flatmap where the calls are expected to be really inexpensive so we don't want to take on the overhead of creating an object.
    
    We saw a small performance improvement overall but best overall was that we reduced the size of the stack by 1 in these scenarios.
    
    Before:
    ```
    Benchmark                                        Mode  Cnt      Score     Error  Units
    ProcessBundleBenchmark.testLargeBundle          thrpt   15   3147.619 ± 130.414  ops/s
    ```
    
    After:
    ```
    Benchmark                                        Mode  Cnt      Score     Error  Units
    ProcessBundleBenchmark.testLargeBundle          thrpt   15   3251.226 ± 138.822  ops/s
    ```
    lukecwik authored Feb 3, 2023
    Configuration menu
    Copy the full SHA
    b1c9d8a View commit details
    Browse the repository at this point in the history
  10. Optimize PGBK table to only update cache when there is a large enough…

    … size change. apache#21250 (apache#25219)
    
    * Optimize PGBK table to only update cache when there is a large enough size change. apache#21250
    
    This prevents an expensive scenario where a user is outputting lots of small values (e.g. ints) to be precombined and hence takes little to no space to store so updating the cache provides little value.
    
    Note the 5-10x change for all types except for unique keys. Some early profiles show that there is an issue with the G1 garbage collector when storing so many small values that the GC management overhead dominates 75% of the execution which requires further investigation.
    
    Before:
    ```
    Benchmark                                                 (distribution)  (globallyWindowed)   Mode  Cnt   Score   Error  Units
    PrecombineGroupingTableBenchmark.sumIntegerBinaryCombine         uniform                true  thrpt    5   8.306 ± 1.255  ops/s
    PrecombineGroupingTableBenchmark.sumIntegerBinaryCombine         uniform               false  thrpt    5   7.849 ± 0.476  ops/s
    PrecombineGroupingTableBenchmark.sumIntegerBinaryCombine          normal                true  thrpt    5  10.575 ± 1.295  ops/s
    PrecombineGroupingTableBenchmark.sumIntegerBinaryCombine          normal               false  thrpt    5  10.772 ± 0.141  ops/s
    PrecombineGroupingTableBenchmark.sumIntegerBinaryCombine          hotKey                true  thrpt    5   9.131 ± 2.761  ops/s
    PrecombineGroupingTableBenchmark.sumIntegerBinaryCombine          hotKey               false  thrpt    5   8.302 ± 1.078  ops/s
    PrecombineGroupingTableBenchmark.sumIntegerBinaryCombine      uniqueKeys                true  thrpt    5   3.899 ± 1.737  ops/s
    PrecombineGroupingTableBenchmark.sumIntegerBinaryCombine      uniqueKeys               false  thrpt    5   4.203 ± 2.170  ops/s
    
    ```
    
    After:
    ```
    Benchmark                                                 (distribution)  (globallyWindowed)   Mode  Cnt   Score   Error  Units
    PrecombineGroupingTableBenchmark.sumIntegerBinaryCombine         uniform                true  thrpt    5  88.740 ± 8.925  ops/s
    PrecombineGroupingTableBenchmark.sumIntegerBinaryCombine         uniform               false  thrpt    5  76.005 ± 5.150  ops/s
    PrecombineGroupingTableBenchmark.sumIntegerBinaryCombine          normal                true  thrpt    5  43.388 ± 1.966  ops/s
    PrecombineGroupingTableBenchmark.sumIntegerBinaryCombine          normal               false  thrpt    5  37.804 ± 7.177  ops/s
    PrecombineGroupingTableBenchmark.sumIntegerBinaryCombine          hotKey                true  thrpt    5  84.881 ± 5.040  ops/s
    PrecombineGroupingTableBenchmark.sumIntegerBinaryCombine          hotKey               false  thrpt    5  74.183 ± 2.063  ops/s
    PrecombineGroupingTableBenchmark.sumIntegerBinaryCombine      uniqueKeys                true  thrpt    5   5.567 ± 4.068  ops/s
    PrecombineGroupingTableBenchmark.sumIntegerBinaryCombine      uniqueKeys               false  thrpt    5   6.957 ± 1.508  ops/s
    ```
    lukecwik authored Feb 3, 2023
    Configuration menu
    Copy the full SHA
    c65e777 View commit details
    Browse the repository at this point in the history
  11. Swap setting a context from being on the hot path when we emit elemen…

    …ts to only be done during bundle creation and teardown apache#21250 (apache#25291)
    
    * Swap setting a context from being on the hot path when we emit elements to only be done during bundle creation and teardown.
    
    This cuts our per element processing overhead significantly down. For example in the ProcessBundleBenchmark.testLargeBundle we saw a reduction of about half of the execution state management overhead for each element (10.6% to 5.6% CPU overhead per element).
    
    The benchmark reflects this with a nice 11.5% performance improvement.
    
    Before:
    ```
    Result "org.apache.beam.fn.harness.jmh.ProcessBundleBenchmark.testLargeBundle":
      3265.141 ±(99.9%) 238.744 ops/s [Average]
      (min, avg, max) = (2952.616, 3265.141, 3525.482), stdev = 223.321
      CI (99.9%): [3026.398, 3503.885] (assumes normal distribution)
    ```
    
    After:
    ```
    Result "org.apache.beam.fn.harness.jmh.ProcessBundleBenchmark.testLargeBundle":
      3642.512 ±(99.9%) 45.865 ops/s [Average]
      (min, avg, max) = (3582.394, 3642.512, 3713.820), stdev = 42.902
      CI (99.9%): [3596.647, 3688.377] (assumes normal distribution)
    ```
    lukecwik authored Feb 3, 2023
    Configuration menu
    Copy the full SHA
    679d302 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2023

  1. Basic SchemaTransform implementation for SQLTransform. (apache#25177)

    * Make the name of the desired pcollection name public so other people don't have to guess.
    
    * WIP SQLTransformSchemaTransformProvider. Should be able to provide access to most of the SQLTransform parameters, though probably not the UDF implementation or the error transform. That would require substantial refactoring/surgery I think.
    
    * WIP. Using enumerations to make the configuration schema more discoverable (particularly for tableproviders and query planners which could change over time)
    
    * Basic version of the SQLTransformSchemaTransformProvider. Has basically a complete configuration and I think a (hacky) approach to getting DLQ information out of the transform at least good enough to use for testing. There's no unit test coverage in this module so not clear the existing external transform is tested/working either.
    
    * Remove clutter
    
    * Add @experimental annotation and always emit an errors PCollection even if there are no calculations.
    
    * Fix up checkstyle violation
    byronellis authored Feb 4, 2023
    Configuration menu
    Copy the full SHA
    4e6a3e4 View commit details
    Browse the repository at this point in the history
  2. issue24170 google colab link added (apache#24820)

    * issue24170 added google colab link
    
    * fixed github icon svg
    
    * issue24170 fixed code
    
    * issue24170 colab new line
    
    * issue24170 colors fixed
    
    * issue24170 github and colab buttons at embedded playground
    
    * issue24170 pr fix
    
    * issue23924 dataset button (#415)
    
    * issue23924 dataset button
    
    * issue23924 fix pr
    
    * issue23924 embedded shorten buttons
    
    * minor fixes
    
    * issue 23924 show buttons text arg fixed
    Malarg authored Feb 4, 2023
    Configuration menu
    Copy the full SHA
    16cb63b View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2023

  1. Clarify llm download/loading instructions (apache#25145)

    * Clarify llm download/loading instructions
    
    * Fix instructions
    
    * Default model name
    
    * Install beam
    
    * Provide some extra info on LLM
    damccorm authored Feb 5, 2023
    Configuration menu
    Copy the full SHA
    aee2c84 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2023

  1. Allow for setMaxRetryJobs in BigQueryIO to be configurable (apache#25224

    )
    
    * Allow for setMaxRetryJobs in BigQueryIO to be configurable
    
    * Allow for setMaxRetryJobs in BigQueryIO to be configurable
    dannikay authored Feb 6, 2023
    Configuration menu
    Copy the full SHA
    bb582d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd4ea9b View commit details
    Browse the repository at this point in the history
  3. Better batching for higher fixed costs.

    Make Python's BatchElements more aggressive batching in some cases,
    capping at 10 second rather than 1 second batches by default and excluding
    fixed cost in this computation.
    robertwb committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    2a35076 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9178456 View commit details
    Browse the repository at this point in the history
  5. Fix output timestamp for multi output receiver in FnApiDoFnRunner apa…

    …che#25344 (apache#25349)
    
    * Fix output timestamp for multi output receiver in FnApiDoFnRunner apache#25344
    
    Fixes apache#25344
    lukecwik authored Feb 6, 2023
    Configuration menu
    Copy the full SHA
    cd8eb0c View commit details
    Browse the repository at this point in the history
  6. Change UnboundedScheduledExecutorService to avoid creating threads wh…

    …en (apache#25300)
    
    there is contention on the SynchronousQueue.
    
    ThreadPoolExecutor creates a new thread if offer(Runnable) returns false.
    With a SynchronousQueue under contention, this may return false even if
    there are already idle threads in the pool. To avoid creating a thread
    unnecessarily and growing the pool we modify offer to wait with a small
    timeout of 100ms. This may delay initial execution on the pool but that
    should be rare as it is encountered only once the high-watermark is
    exceeded.
    
    Also add a timeout to the non-core threads so that the pool reduces size.
    
    Both of these changes are motivated to reduce memory usage due to per-thread
    buffers in Beam and AvroCoder.
    
    Add a test contending adds on the pool which previously showed the pool growing
    beyond the necessary amount (ie created 104 threads when 100 is sufficient).
    scwhittle authored Feb 6, 2023
    Configuration menu
    Copy the full SHA
    dc63202 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d20d0b0 View commit details
    Browse the repository at this point in the history
  8. Add an option to get the old behavior.

    We add this as a new option rather than the new behavior as a
    new option because we want the default behavior to change, but
    more imporantly we want target_batch_duration_secs=None or
    target_batch_duration_secs=VERY_LARGE_VALUE to produce the same
    qualitative effect.
    robertwb committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    d6d8880 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2023

  1. Configuration menu
    Copy the full SHA
    03982ea View commit details
    Browse the repository at this point in the history
  2. lint

    robertwb committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    37112d6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    46a5e77 View commit details
    Browse the repository at this point in the history
  4. [BEAM-12164] Enforced only positive state transitions from CREATED ->…

    … SCHEDULED -> RUNNING -> FINISHED for the change stream metadata table. (apache#25311)
    
    * Made sure state transitions were correct when updating partition state
    
    * Metadata Table changes
    
    * Comitted
    
    * Fixed failing unittests
    
    * Spotless apply
    
    ---------
    
    Co-authored-by: Nancy Xu <[email protected]>
    nancyxu123 and Nancy Xu authored Feb 7, 2023
    Configuration menu
    Copy the full SHA
    bf5114b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a9e80d2 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

  1. Configuration menu
    Copy the full SHA
    88da381 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c3fd4f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    063eea6 View commit details
    Browse the repository at this point in the history
  4. Add TensorRT runinference example for Text Classification (apache#25226)

    * Add TensorRT runinference example for Text Classification
    
    * Add docstrings, fix linting, formatting
    
    * Fix pylinting for docstrings
    
    * Add partial documentation
    
    * Edit docstrings, documentation, reading of input
    
    * Fix python formatting
    
    * Add benchmarking results
    
    * Add benchmarking, remove print statment
    
    * Edit documentation
    
    * Update website/www/site/layouts/partials/section-menu/en/documentation.html
    
    ---------
    
    Co-authored-by: Shubham Krishna <“[email protected]”>
    Co-authored-by: Danny McCormick <[email protected]>
    3 people authored Feb 8, 2023
    Configuration menu
    Copy the full SHA
    0bec597 View commit details
    Browse the repository at this point in the history
  5. Bump cryptography from 39.0.0 to 39.0.1 in /sdks/python/container/py39 (

    apache#25377)
    
    Bumps [cryptography](https://github.com/pyca/cryptography) from 39.0.0 to 39.0.1.
    - [Release notes](https://github.com/pyca/cryptography/releases)
    - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
    - [Commits](pyca/cryptography@39.0.0...39.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: cryptography
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 8, 2023
    Configuration menu
    Copy the full SHA
    b90ed15 View commit details
    Browse the repository at this point in the history
  6. Playground Frontend Test workflow (apache#24728) (apache#25254)

    * Playground Frontend Test workflow (apache#24728)
    
    * Trigger the workflow (apache#24728)
    
    * Test
    
    * Test
    
    * Test
    
    * Test
    
    * Test
    
    * Test
    
    * Test
    
    * Test
    
    * Test
    
    * Test
    
    * Test
    
    * Test
    
    * Test
    
    * Fix
    
    * Fix
    
    * Clean up (apache#24728)
    
    * Test
    
    * Add Chrome requirement in README (apache#24728)
    
    * Polish README (apache#24728)
    
    * Fix a typo (apache#24728)
    alexeyinkin authored Feb 8, 2023
    Configuration menu
    Copy the full SHA
    e84a3e8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    35af801 View commit details
    Browse the repository at this point in the history
  8. Replace use of deprecated strings.Title function (apache#25385)

    * Replace strings.Title in specialize package
    
    * Replace usage in shimx
    jrmccluskey authored Feb 8, 2023
    Configuration menu
    Copy the full SHA
    338ddec View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bf09a5e View commit details
    Browse the repository at this point in the history
  10. Explicitly set mongo container version for testing (apache#25369)

    * Explicitly set mongo container version for testing
    
    * Remove direct:py37:mongodbioIT from Py37PostCommit
      it is already covered by beam_PostCommit_Python_MongoDBIO_IT
    Abacn authored Feb 8, 2023
    Configuration menu
    Copy the full SHA
    287ddf6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    69ddf44 View commit details
    Browse the repository at this point in the history
  12. change how to import

    liferoad committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    154ff57 View commit details
    Browse the repository at this point in the history
  13. Support batching as config in RunInference (sklearn and pytorch) (apa…

    …che#25370)
    
    * Add support for batching kwargs
    
    * sklearn and use named params
    
    * Lint
    
    * Formatting
    
    * f-strings
    damccorm authored Feb 8, 2023
    Configuration menu
    Copy the full SHA
    2965ef2 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    9fcb3a5 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    d24bf68 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2023

  1. Configuration menu
    Copy the full SHA
    ea1625a View commit details
    Browse the repository at this point in the history
  2. Adding support for @SchemaFieldDescription annotation that allows ann… (

    apache#25268)
    
    * Adding support for @SchemaFieldDescription annotation that allows annotations on AutoSchema classes
    
    * Fixing type annotation for method
    
    * fixup - use equals to compare descriptions
    
    * fixup
    pabloem authored Feb 9, 2023
    Configuration menu
    Copy the full SHA
    513f4b0 View commit details
    Browse the repository at this point in the history
  3. Adding SpannerIO.readChangeStreams support for SchemaTransform (apach…

    …e#24999)
    
    * Adding SpannerIO.readChangeStreams support for SchemaTransform
    
    * Improve test and schema shape to include changestream information
    
    * add schema checks
    
    * fixup
    
    * remove unneeded file
    
    * reducing the number of tables that we cache
    pabloem authored Feb 9, 2023
    Configuration menu
    Copy the full SHA
    d36f34d View commit details
    Browse the repository at this point in the history
  4. Bump google.golang.org/api from 0.108.0 to 0.109.0 in /sdks (apache#2…

    …5250)
    
    Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.108.0 to 0.109.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.108.0...v0.109.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 Feb 9, 2023
    Configuration menu
    Copy the full SHA
    2b15208 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    47353ef View commit details
    Browse the repository at this point in the history
  6. Beam/sdks/io/gcp/java/healcare/hl7v2 io read (apache#25056)

    * Add HL7v2ReadParameter for passing metadata while reading all HL7v2 Message
    
    * Add HL7v2ReadResponse to retrun metadata in response when reading all HL7v2 messages
    
    * Add Coder for HL7v2ReadResponse
    
    * Add api to read all hl7v2 messages by passing metadata
    
    Function would receive a PCollection of HL7v2ReadParameter which
    contains id of messages and metadata and return PCollection of
    HL7v2Response which contains hl7v2 messages and metadata.
    
    * Add unit test and inregration test to test api for reading HL7v2Message with passing metadata
    
    * Fix spotless java check.
    
    * Update java doc comment in HL7v2IO.
    
    * Update sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/healthcare/HL7v2ReadParameter.java
    
    Co-authored-by: Ahmed Abualsaud <[email protected]>
    
    * Update sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/healthcare/HL7v2ReadResponse.java
    
    Co-authored-by: Ahmed Abualsaud <[email protected]>
    
    * Add equals method for HL7v2ReadParameter, fixed doc and naming.
    
    ---------
    
    Co-authored-by: Kamran Koupayi <[email protected]>
    Co-authored-by: Ahmed Abualsaud <[email protected]>
    3 people authored Feb 9, 2023
    Configuration menu
    Copy the full SHA
    840ea6e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e0a36a2 View commit details
    Browse the repository at this point in the history
  8. fixed reading env variable (apache#25362)

    Oleh Borysevych authored Feb 9, 2023
    Configuration menu
    Copy the full SHA
    e659c83 View commit details
    Browse the repository at this point in the history
  9. fix doc on bq sxtorage (apache#25353)

    * fix doc on bq sxtorage
    
    * commentaddress
    pabloem authored Feb 9, 2023
    Configuration menu
    Copy the full SHA
    cbac3e0 View commit details
    Browse the repository at this point in the history
  10. [Playground] Fix Test_getRunOrTestCmd on Go 1.20 (apache#25379)

    * Fix Test_getRunOrTestCmd on Go 1.20
    
    * Use go_cmp to compare test result with expected value
    TSultanov authored Feb 9, 2023
    Configuration menu
    Copy the full SHA
    64e40d2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9e067c6 View commit details
    Browse the repository at this point in the history
  12. [prism] Initial commit for READMEs and go.mod (apache#25404)

    * [prism] Initial commit for READMEs and go.mod
    * [prism] ws lint & license
    
    ---------
    
    Co-authored-by: lostluck <[email protected]>
    lostluck and lostluck authored Feb 9, 2023
    Configuration menu
    Copy the full SHA
    41ea9e5 View commit details
    Browse the repository at this point in the history
  13. [prism] Add urns package (apache#25405)

    Co-authored-by: lostluck <[email protected]>
    lostluck and lostluck authored Feb 9, 2023
    Configuration menu
    Copy the full SHA
    e074985 View commit details
    Browse the repository at this point in the history
  14. Add Two Counter Metric in BigQuery Write Schema Transform (apache#25155)

    * Added element counter and error counter for BQ write schema transform
    
    * Fixied styling issues with naming
    
    * Combined two trivial counter class for brevity. Used finishbundle annotation to reduce the number of calls to counter.inc() for better performance.
    
    * fix formatting
    
    ---------
    
    Co-authored-by: Nick Li <[email protected]>
    nickuncaged1201 and nickuncaged1201 authored Feb 9, 2023
    Configuration menu
    Copy the full SHA
    78c1564 View commit details
    Browse the repository at this point in the history
  15. [prism] Add internal/config package (apache#25406)

    * [prism] Add internal/config package
    
    * [prism] internal/config address comments
    
    ---------
    
    Co-authored-by: lostluck <[email protected]>
    lostluck and lostluck authored Feb 9, 2023
    Configuration menu
    Copy the full SHA
    8283e4f View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2023

  1. Configuration menu
    Copy the full SHA
    38d33de View commit details
    Browse the repository at this point in the history
  2. Fix typo in args (apache#25422)

    Co-authored-by: Shubham Krishna <“[email protected]”>
    shub-kris and Shubham Krishna authored Feb 10, 2023
    Configuration menu
    Copy the full SHA
    de16613 View commit details
    Browse the repository at this point in the history
  3. Added MetadataSpannerConfig class for generating SpannerConfig for ac…

    …cessing change stream metadata database (apache#25193)
    nuggetwheat authored Feb 10, 2023
    Configuration menu
    Copy the full SHA
    983d903 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aeb0410 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    81f55cb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ad5e17e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    feb248a View commit details
    Browse the repository at this point in the history
  8. Merge pull request apache#25418: Copy environment capabilities when c…

    …reating the WorkerPool for Java pipelines
    chamikaramj authored Feb 10, 2023
    Configuration menu
    Copy the full SHA
    bf3710c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6083f74 View commit details
    Browse the repository at this point in the history
  10. Data sampling proto (apache#25421)

    * Remove PBD id filter from SampleDataRequest
    
    * rename SampleData fields to mirror other instructions
    rohdesamuel authored Feb 10, 2023
    Configuration menu
    Copy the full SHA
    fafdf4a View commit details
    Browse the repository at this point in the history
  11. Support ONNX runtime in RunInference API (apache#24911)

    * initial commit pre-test for onnx pytorch
    
    * passed all pytorch uts
    
    * add tf initial implementation
    
    * tf tests passing
    
    * sklearn impl
    
    * sklearn uts passing
    
    * refactor
    
    * address pr comments
    
    * handle option args
    
    * correctly handle empty optional arguments
    
    * adding tox initial env for uts
    
    * remove docker file for testing
    
    * fix yapf and lint (remaining lint problems are related to unimplemented gcp-dependent tests)
    
    * merge with upstream
    
    * enable remote model loading
    
    * add gcp-based uts
    
    * add integration test
    
    * test library version in tox and gradle
    
    * yapf pylint
    
    * typo
    
    * fix review comments
    
    * fix pydoc
    
    * yapf
    
    * fix mypy
    
    * isort
    
    * refactor
    
    * fix default
    
    * add readme and changes
    
    ---------
    
    Co-authored-by: Ziqi Ma <[email protected]>
    Co-authored-by: Ubuntu <ziqima@linux1beam.r4iegivvmdhuzdpg21ky5j42xb.xx.internal.cloudapp.net>
    3 people authored Feb 10, 2023
    Configuration menu
    Copy the full SHA
    874bd45 View commit details
    Browse the repository at this point in the history
  12. Fix UpdateSchemaDestination breaking DynamicDestination in Bigquery B…

    …atchLoad (apache#25410)
    
    * Handle dynamic table destination in UpdateSchemaDestination impl
    
    * Add SCHEMA_UPDATE job type for schema update load
    
    * Fix BigQuerySchemaUpdateOptionsIT to actually test temp table scenario
    
    * Rewrite BigQuerySchemaUpdateOptionsIT.runWriteTestTempTable to test dynamicDestination scenario
    Abacn authored Feb 10, 2023
    Configuration menu
    Copy the full SHA
    be66a60 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    cff82b5 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e4fd769 View commit details
    Browse the repository at this point in the history
  15. Update jupyter-client requirement from <6.1.13,>=6.1.11 to >=6.1.11,<…

    …8.0.3 in /sdks/python (apache#25292)
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 10, 2023
    Configuration menu
    Copy the full SHA
    cb5d5bb View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    b64526a View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2023

  1. Configuration menu
    Copy the full SHA
    783584d View commit details
    Browse the repository at this point in the history
  2. Add support for loading torchscript models (apache#25321)

    * Add support for loading torchscript models
    
    * Add tests
    
    * Add example and benchmark
    
    * Add validate_constructor_args method
    
    * Addressing comments, fixing types
    
    * Fix/add tests
    
    * Add change log
    
    * revert changes
    
    * Add few more checks and refactor
    
    * Fixup lint
    
    * Revert "Fixup lint"
    
    This reverts commit b18e10f.
    
    * Add ignore for mypy
    
    * Make validate_constructor_args local to pytorch handler
    AnandInguva authored Feb 11, 2023
    Configuration menu
    Copy the full SHA
    9b77bf9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    198b93e View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

  1. (apache#25316) Enable LZMA compression in Python SDK I/O (apache#25317)

    * (apache#25316) Added naive first shot at enabling LZMA compression
    
    * (apache#25316) Added a draft line to CHANGES.md
    
    * (apache#25316) fix linter issues
    
    * (apache#25316) update tests (draft)
    
    * (apache#25316) import order in test file
    wrossmorrow authored Feb 13, 2023
    Configuration menu
    Copy the full SHA
    6f7d2fb View commit details
    Browse the repository at this point in the history
  2. Add WatchFilePattern (apache#25393)

    * Add WatchFilePattern transform
    
    * Remove defaults and update instructions
    
    * Add batch args
    
    * Refactor example based on comments
    
    * Changes based on  PR comments
    
    * Fix typo
    
    * Fix up lint
    
    * Fix doc precommit
    
    * Fix up pydocs
    
    * Fixup lint
    
    * Fix up test
    
    * Update docstring as per comments
    
    * Add unittest.main
    
    * Update sdks/python/apache_beam/examples/inference/pytorch_image_classification_with_side_inputs.py
    
    Co-authored-by: Danny McCormick <[email protected]>
    
    ---------
    
    Co-authored-by: Danny McCormick <[email protected]>
    AnandInguva and damccorm authored Feb 13, 2023
    Configuration menu
    Copy the full SHA
    bb5e200 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0a0bff5 View commit details
    Browse the repository at this point in the history
  4. Validate that GBK coders are always set correctly. (apache#25394)

    * Validate that GBK coders are always set correctly.
    
    * Ensure deterministic coders are used in the PortableRunner.
    
    This was exposed by tests whose GBK ouput key coder was the
    non-determinisitc form of the input key coder.
    
    For most coders, including the fallback FastPrimitivesCoder, the
    actual encoding is bitwise compatible, but we should ensure this
    is always the case for correctness.
    
    ---------
    
    Co-authored-by: Lukasz Cwik <[email protected]>
    robertwb and lukecwik authored Feb 13, 2023
    Configuration menu
    Copy the full SHA
    007713c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1569967 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    849692e View commit details
    Browse the repository at this point in the history
  7. Adding support for DLQ for ZetaSQL (apache#25426)

    * Adding support for DLQ for ZetaSQL
    
    * fixed issue for not-all-fields are selected
    
    * fixup
    
    * fix spotless
    
    * fix test
    pabloem authored Feb 13, 2023
    Configuration menu
    Copy the full SHA
    299be58 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2023

  1. Configuration menu
    Copy the full SHA
    1dfd89d View commit details
    Browse the repository at this point in the history
  2. Fix pulling licenses (apache#25456)

    * Fix pulling licenses
    
    * Update sdks/java/container/license_scripts/dep_urls_java.yaml
    
    Co-authored-by: Bruno Volpato <[email protected]>
    
    ---------
    
    Co-authored-by: Bruno Volpato <[email protected]>
    damccorm and bvolpato authored Feb 14, 2023
    Configuration menu
    Copy the full SHA
    5b0b554 View commit details
    Browse the repository at this point in the history
  3. Update grafana dashboard to handle name change for CombinerTableBench…

    …mark to PrecombineGroupingTableBenchmark (apache#25452)
    
    This also adds the distribution type as a tag as well.
    lukecwik authored Feb 14, 2023
    Configuration menu
    Copy the full SHA
    d232795 View commit details
    Browse the repository at this point in the history
  4. Test loading URLs (apache#25034)

    * Add Playground embedding examples to README (apache#22180)
    
    * Improve README (apache#22180)
    
    * Integration test to load an example by URL (apache#24959)
    
    * Move and improve the go example (apache#24959)
    
    * Update the example (apache#24959)
    
    * Move the example (apache#24959)
    
    * Add a test (apache#24959)
    
    * Remove unused code, add comments (apache#24959)
    
    * Revert changes in extracted symbols (apache#24959)
    
    * Fix after review (apache#24959)
    
    * Fix after review (apache#24959)
    
    * Add ExampleDescriptor instances to replace example constants (apache#24959)
    
    * Remove unused code (apache#24959)
    
    * Fix testing HttpExampleLoader with visible sections (apache#24959)
    
    * Strip ExampleViewOptions when opening standalone playgounrd from embedded one (apache#24959)
    
    * Upgrade app_state and flutter_code_editor (apache#24959)
    
    * Test default examples on frontend (apache#25131) (#406)
    
    * Test default examples on frontend (apache#25131)
    
    * Add SCIO example descriptor (apache#25131)
    
    * Add missing files (apache#25131)
    
    * Add license comments (apache#25131)
    
    * Minor renaming (apache#25131)
    
    * Restore the real running for Java (apache#25131)
    
    * Display missing errors (apache#24959)
    
    * Upgrade flutter_code_editor (apache#24959)
    
    * Update backend URLs (apache#24959)
    
    * Add HTML embedding example in README, remove obsolete parts (apache#24959)
    
    * Trigger integration tests workflow (apache#24959)
    
    * Upgrade Flutter to 3.7.3 in playground_frontend_test workflow (apache#24959)
    
    * Less specific output expectations in a test, add comments (apache#24959)
    
    * Update README (apache#24959)
    
    * Upgrade Flutter in frontend Dockerfile (apache#24959)
    
    * Add headless testing to README (apache#24959)
    
    * Typo (apache#24959)
    alexeyinkin authored Feb 14, 2023
    Configuration menu
    Copy the full SHA
    ed7eae8 View commit details
    Browse the repository at this point in the history
  5. Fixing issue with ErrorCapture transform where pipeline issues are ca…

    …used by lack of proper expansion (apache#25465)
    pabloem authored Feb 14, 2023
    Configuration menu
    Copy the full SHA
    67b7962 View commit details
    Browse the repository at this point in the history
  6. [24464] Finalize FileWriteSchemaTransformProvider (apache#25420)

    * Stage CsvIO refactor
    
    * Refactor to common test beans
    
    * Add simple tests for displaydata
    
    * WIP: implement Csv
    
    * Complete CsvWrite tests
    
    * Refactor assertFolderContainsInAnyOrder
    
    * Clarify CSV header handling
    
    * Patch missing applied configuration
    
    * Add CSV time format test
    damondouglas authored Feb 14, 2023
    Configuration menu
    Copy the full SHA
    e1e5cdf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bf6d242 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3e080ff View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2023

  1. [Go SDK] add retries to connect with expansion service (apache#25237)

    * add retries to connect with expansion service
    
    * prevent override of res
    
    * change retries
    
    * remove unnecessary module
    
    * Revert "remove unnecessary module"
    
    This reverts commit 1508185.
    
    * remove unnecessary pkg
    riteshghorse authored Feb 15, 2023
    Configuration menu
    Copy the full SHA
    52b6040 View commit details
    Browse the repository at this point in the history
  2. SpannerIO: parameterizing partitionQuery timeout (apache#25236)

    * SpannerIO: parameterizing partitionQuery timeout
    
    * SpannerIO: parameterizing partitionRead timeout
    
    * Removing default values of timeouts
    
    * formatting changes
    darshan-sj authored Feb 15, 2023
    Configuration menu
    Copy the full SHA
    7fa3cd3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bd35115 View commit details
    Browse the repository at this point in the history
  4. SpannerIO: Handling pg spanner.commit_timestamp (apache#25479)

    * Handling pg spanner.commit_timestamp type
    
    * deleting extra file
    darshan-sj authored Feb 15, 2023
    Configuration menu
    Copy the full SHA
    fd2b161 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    26735eb View commit details
    Browse the repository at this point in the history
  6. [Python] Added Tensorflow Model Handler (apache#25368)

    * go lints
    
    * added tf model handler and tests
    
    * lint and formatting changes
    
    * correct lints
    
    * more lints and formats
    
    * auto formatted with yapf
    
    * rm spare lines
    
    * add readme file
    
    * test requirement file
    
    * add test to gradle
    
    * add test tasks for tf
    
    * unit test
    
    * lints
    
    * updated inferenceFn type
    
    * add tox info for py38
    
    * pylint
    
    * lints
    
    * using tfhub
    
    * added tf model handler and tests
    
    * lint and formatting changes
    
    * correct lints
    
    * more lints and formats
    
    * auto formatted with yapf
    
    * rm spare lines
    
    * merge master
    
    * test requirement file
    
    * add test to gradle
    
    * add test tasks for tf
    
    * unit test
    
    * lints
    
    * updated inferenceFn type
    
    * add tox info for py38
    
    * pylint
    
    * lints
    
    * using tfhub
    
    * tfhub example
    
    * update doc
    
    * sort imports
    
    * resolve pydoc,precommit
    
    * fix import
    
    * fix lint
    
    * address comments
    
    * fix optional inference args
    
    * change to ml bucket
    
    * fix doc
    riteshghorse authored Feb 15, 2023
    Configuration menu
    Copy the full SHA
    8bf324d View commit details
    Browse the repository at this point in the history
  7. [apache#24789][prism] internal/coders.go and tests (apache#25476)

    * [prism] coders + initial test file.
    
    * [prism] internal/coders.go
    
    * [prism] finish coder coverage
    
    * [prism] no-alloc doc
    
    * review commit
    
    ---------
    
    Co-authored-by: lostluck <[email protected]>
    lostluck and lostluck authored Feb 15, 2023
    Configuration menu
    Copy the full SHA
    a64aa0f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    286100e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    65cc0e6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d8fbbf0 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2023

  1. Fix beam.Row.__eq__ for rows with trailing columns (apache#23876)

    * Fix beam.Row.__eq__ for rows with trailing columns
    
    * Correct the condition to make sure we still check the insertion order of the elements.
    
    ---------
    
    Co-authored-by: Valentyn Tymofieiev <[email protected]>
    aliftadvantage and tvalentyn authored Feb 16, 2023
    Configuration menu
    Copy the full SHA
    fce8b65 View commit details
    Browse the repository at this point in the history
  2. TFMA notebook showing ExtractEvaluateAndWriteResult Tranfsorm (apache…

    …#25381)
    
    * TFMA notebook showing ExtractEvaluateAndWriteResult Tranfsorm
    
    * Apply suggestions from code review
    
    * update tfma notebook to include feedback and extra visualisations
    Juta authored Feb 16, 2023
    Configuration menu
    Copy the full SHA
    3edf789 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9e737d3 View commit details
    Browse the repository at this point in the history
  4. Add back links removed in apache#24744 (apache#25513)

    * Add back links removed in apache#24744
    
    * Undo accidental changes
    damccorm authored Feb 16, 2023
    Configuration menu
    Copy the full SHA
    6e08092 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2aa7752 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1b1cc44 View commit details
    Browse the repository at this point in the history
  7. [apache#24789][prism] internal/jobservices metrics + tests (apache#25497

    )
    
    * [prism] internal/jobservices metrics + tests
    
    * typo
    
    ---------
    
    Co-authored-by: lostluck <[email protected]>
    lostluck and lostluck authored Feb 16, 2023
    Configuration menu
    Copy the full SHA
    9fb9d2c View commit details
    Browse the repository at this point in the history
  8. [Go SDK]: Allow SDF methods to have context param and error return va…

    …lue (apache#25437)
    
    * Allow context param and error return value in SDF validation
    
    * Use context param and error return value in SDF method invocation
    
    * Run go fmt
    
    * Clean up error messages from "fn reflect.methodValueCall"
    
    * Validate return value count in a more correct way
    johannaojeling authored Feb 16, 2023
    Configuration menu
    Copy the full SHA
    29ea6e0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5fc19ff View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a82084c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c210df3 View commit details
    Browse the repository at this point in the history
  12. Task apache#25064: Python SDK Data sampling implementation (apache#25093

    )
    
    * Implement the functionality to sample/encode/decode elements
    
    * Implement Python data sampling
    
    * Final cleanup for Python SDK data sampling implementation
    
    * lint
    
    * lint
    
    * add data sampler test
    
    * finish data sampler tests
    
    * Add comments, encode in the nested context, sample based on time instead
    
    * run tests
    
    * fix tests
    
    * run tests
    
    * rebase based on new proto names
    
    * trigger tests
    
    * linter
    
    * replace mockito clocks with simple FakeClock
    
    ---------
    
    Co-authored-by: Sam Rohde <[email protected]>
    rohdesamuel and Sam Rohde authored Feb 16, 2023
    Configuration menu
    Copy the full SHA
    545a2e6 View commit details
    Browse the repository at this point in the history
  13. Add support for all Java based portable runners to consume elements e…

    …mbedding on the control response. (apache#25463)
    
    * Add support for all Java based portable runners to consume elements embedding on the control response.
    
    Fixes apache#25462
    lukecwik authored Feb 16, 2023
    Configuration menu
    Copy the full SHA
    4e6d751 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    684917f View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2023

  1. Configuration menu
    Copy the full SHA
    29a7c3a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dcccb8e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1889bbe View commit details
    Browse the repository at this point in the history
  4. Update BigQueryIO documentation with details on how to override the q…

    …uery execution project (apache#25400)
    
    * Update google-bigquery.md
    
    Include details on how to define BigQueryIO query execution project in Java SDK.
    slilichenko authored Feb 17, 2023
    Configuration menu
    Copy the full SHA
    d391bf2 View commit details
    Browse the repository at this point in the history
  5. Support Avro GenericRecord as a valid format for StorageWrite API on …

    …BigQueryIO (apache#24274)
    
    * initial impl
    
    * force unit tests
    
    * addressing comments
    
    * spotless and checkstyle checks fixes
    
    * spotless and checkstyle checks fixes
    
    * addressing more comments
    
    * merge from master, fix tests and validations
    
    * copying the changes in AvroUtils located in core module to the avro extensions module
    prodriguezdefino authored Feb 17, 2023
    Configuration menu
    Copy the full SHA
    40838f7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f4d6b88 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ee9244d View commit details
    Browse the repository at this point in the history
  8. Merge pull request apache#25527: [CdapIO][SparkReceiverIO] Complete e…

    …xamples links in READMEs and CdapIO website page fixed
    aromanenko-dev authored Feb 17, 2023
    Configuration menu
    Copy the full SHA
    20c8d3a View commit details
    Browse the repository at this point in the history
  9. resolve with HEAD

    ahmedabu98 committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    cfc0f46 View commit details
    Browse the repository at this point in the history
  10. fix failed rows test

    ahmedabu98 committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    c97b57f View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2023

  1. choose an expansion service to start up for tests; create dataflow an…

    …d direct runner jobs to test on jenkins
    ahmedabu98 committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    9ff304a View commit details
    Browse the repository at this point in the history
  2. doc string fix

    ahmedabu98 committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    797a526 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

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