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

do not review #32476

Draft
wants to merge 974 commits into
base: release-2.17.0
Choose a base branch
from
Draft

do not review #32476

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

Commits on Nov 19, 2019

  1. Configuration menu
    Copy the full SHA
    803bb0b View commit details
    Browse the repository at this point in the history
  2. [BEAM-8470] input windows can arrive exploded (for sliding windows). …

    …As a result an input has multiple windows. So we need to consider that the accumulator can have multiple windows
    echauchot committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    a4c4ee7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ea47c71 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    89eb1f0 View commit details
    Browse the repository at this point in the history
  5. [BEAM-8470] Fix tests: use correct SparkStructuredStreamingPipelineOp…

    …tions, set testMode to true. Some renaming
    echauchot committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    4416a2e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b980cf9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    22d98df View commit details
    Browse the repository at this point in the history
  8. [BEAM-8470] Fix: create an empty accumulator in combine.mergeAccumula…

    …tors, because this method modifies its first input accumulator.
    
    Decrease memory usage by storing only accumulator and timestamp in the combine.merge map
    echauchot committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    d680252 View commit details
    Browse the repository at this point in the history
  9. [BEAM-8470] Apply spotless

    echauchot committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    9922bcb View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a0872bc View commit details
    Browse the repository at this point in the history
  11. [BEAM-8470] Fix the output timestamps of combine: timestamps must be …

    …merged to a window before combining
    echauchot committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    c9ce072 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f516554 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    27dcc48 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #10128: [BEAM-8672] Keep Python process alive when…

    … using LOOPBACK execution mode
    mxm committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    860e46f View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    f5cfbc1 View commit details
    Browse the repository at this point in the history
  16. [BEAM-8470] Fix timestamps in combine output: assign the timestamp to…

    … the window and not merge all the timestamps before combine
    echauchot committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    ac3132c View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    7a2e1d7 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    53653d8 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    5d924e7 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    2d3311b View commit details
    Browse the repository at this point in the history
  21. [BEAM-8729] Gracefully skip irrelevant http/https lines from gradle-v…

    …ersion-plugin (#10154)
    
    * [BEAM-8729] Gracefully skip irrelevant lines from gradle-version-plugin
    
    * Fixed typo
    suztomo authored and lukecwik committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    7da5071 View commit details
    Browse the repository at this point in the history
  22. [BEAM-8335] Add timestamp and duration to/from protos to Python SDK (#…

    …10146)
    
    * Add timestamp proto conversion for Python
    
    revert changes
    
    revert changes
    
    * add tests
    
    * lint
    
    * copy work for durations
    
    * lint
    rohdesamuel authored and lukecwik committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    0a9410e View commit details
    Browse the repository at this point in the history
  23. Merge pull request #10127 [BEAM-8654] Fixes resolutionStrategy's inte…

    …rference with dependency check
    yifanzou committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    acf62a3 View commit details
    Browse the repository at this point in the history
  24. Merge pull request #10155 from [BEAM-8737] Incorporate TRIAGE NEEDED …

    …status in beam_Dependency_Check
    yifanzou committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    018172c View commit details
    Browse the repository at this point in the history
  25. empty commit

    suztomo committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    9aced3a View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    c240f06 View commit details
    Browse the repository at this point in the history
  27. Revert empty line

    suztomo committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    2a8570b View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    29b352f View commit details
    Browse the repository at this point in the history
  29. Fixed typo

    suztomo committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    7e83e38 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    eb81905 View commit details
    Browse the repository at this point in the history
  31. Allow metrics update to be tolerant to uninitalized metric containers. (

    #10148)
    
    This preserves the behavior before PR #10044.
    robertwb authored and lukecwik committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    600cb26 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    3685a6e View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    7828147 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    4552915 View commit details
    Browse the repository at this point in the history
  35. Reverting unnecessary changes

    suztomo committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    46c75d3 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    106a619 View commit details
    Browse the repository at this point in the history
  37. Merge pull request #9722: [BEAM-8345] Add Java mobile game on DirectR…

    …unner to release script
    markflyhigh committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    cccabc8 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    cba445c View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    af4630f View commit details
    Browse the repository at this point in the history
  40. [BEAM-8151] Further cleanup of SDK Workers. (#10134)

    These contain no state or initialization worth managing.
    (All caches are shared among all workers.)
    
    Also fixes bug with calling shutdown when tearing down process
    bundle executors.
    robertwb committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    ae5b653 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2019

  1. Merge pull request #10160 More compartmentalization of bundle-based-r…

    …unner only utilities.
    robertwb committed Nov 20, 2019
    Configuration menu
    Copy the full SHA
    0b415fd View commit details
    Browse the repository at this point in the history
  2. [BEAM-8658] [BEAM-8781] Optionally set jar and artifact staging port …

    …in FlinkUberJarJobServer
    ibzib committed Nov 20, 2019
    Configuration menu
    Copy the full SHA
    176d8a4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5dc1b05 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #9866: [BEAM-8470] Create a new Spark runner based…

    … on Spark Structured streaming framework
    aromanenko-dev committed Nov 20, 2019
    Configuration menu
    Copy the full SHA
    18059ee View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cfd9945 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #10169: [website] Add Spark Structured Runner VR b…

    …adge to the github template
    aromanenko-dev committed Nov 20, 2019
    Configuration menu
    Copy the full SHA
    e01f718 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #10029 from kkucharc/BEAM-6335-consume-data-insert…

    …ion-pipeline-group-by-key
    
    [BEAM-6335] Test GBK streaming reading SyntheticSources
    Ardagan committed Nov 20, 2019
    Configuration menu
    Copy the full SHA
    5159130 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0e7cbe8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ff08b7e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    28e577c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b184da4 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4c0b0b1 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8b75010 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e5ed713 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    f6b0170 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    a5fb618 View commit details
    Browse the repository at this point in the history
  17. Merge pull request #10110 [BEAM-8646] Restore original behavior of ev…

    …aluating worker host on Windows until a better solution is available.
    tvalentyn committed Nov 20, 2019
    Configuration menu
    Copy the full SHA
    17e1e8b View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    d1b513d View commit details
    Browse the repository at this point in the history
  19. [BEAM-3419] Flesh out iterable side inputs and key enumeration for mu…

    …ltimaps in shared libraries (#10147)
    
    This now removed the byte[] that was used as the key and exposed the SDKs coder specifically using the structural value for comparison.
    
    Update portable Python to use the iterable state key. Note that this doesn't effect Dataflow since dataflow_runner.py converts all iterable side inputs into multimap right now and no SDK performs key enumeration yet.
    
    Update both Flink and Spark to support iterable API and also key enumeration for multimaps. To minimize the extent of this change, I did the minimal modification for Dataflow. A follow-up PR will do the same for Dataflow and then enable multimap side input key enumeration and iterable lookup within various SDKs.
    lukecwik committed Nov 20, 2019
    Configuration menu
    Copy the full SHA
    9407578 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    271314a View commit details
    Browse the repository at this point in the history
  21. common --> unique

    @kennknowles plus a few other grammar nits and rewrites
    elharo committed Nov 20, 2019
    Configuration menu
    Copy the full SHA
    b04d033 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    50df5e8 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    410fe46 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    0045387 View commit details
    Browse the repository at this point in the history
  25. Merge pull request #10182 from ibzib/spark-build

    [BEAM-8795] fix Spark runner build
    ibzib committed Nov 20, 2019
    Configuration menu
    Copy the full SHA
    62beb37 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2019

  1. Configuration menu
    Copy the full SHA
    da854b5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #10167 [BEAM-8651] Guard pickling operations with …

    …a lock to prevent race condition in module imports.
    tvalentyn committed Nov 21, 2019
    Configuration menu
    Copy the full SHA
    5e3adf5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    abb130a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cd36c75 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #10171: [BEAM-8470] Enable custom window tests in …

    …new spark runner validates runner tests.
    aromanenko-dev committed Nov 21, 2019
    Configuration menu
    Copy the full SHA
    e65d457 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    07a5155 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d576085 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    90c3542 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cf3f12d View commit details
    Browse the repository at this point in the history
  10. [BEAM-8016] Pipeline Graph (#10132)

    * [BEAM-8016] Pipeline Graph
    
    1. Removed dependency of pipeline_analyzer, display_manager and
    pipeline_graph_renderer from interactive_runner.
    2. Replaced the logic of analyzing pipeline with pipeline_instrument
    module including how PipelineResult subclass works.
    3. Replaced the Pipeline Graph rendering logic with pipeline_graph
    module. Implemented the display_graph interface.
    4. The cache manager is now held by a static environment object and
    shared with all interactive runners. The environment and its cache
    manager, however, are intialized lazily by any interactive runner in
    current main loop/process/thread.
    5. Updated the example ipynotebook.
    
    * lint
    
    * lint
    
    * Watch pipeline defined in unittest for new Interactive Runner logic.
    
    * Merge new Beam Pipeline Graph proposal change that renders PCollections as nodes.
    
    * lint
    
    * disable some pylint warning because it doesn't understand context.
    
    * fix
    
    * fix
    
    * fix
    
    * Remove trailing empty space.
    
    * isort
    Ning Kang authored and pabloem committed Nov 21, 2019
    Configuration menu
    Copy the full SHA
    7d73314 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2019

  1. Configuration menu
    Copy the full SHA
    dac10c9 View commit details
    Browse the repository at this point in the history
  2. [BEAM-7278, BEAM-2530] Add support for using a Java linkage testing t…

    …ool to aid upgrading dependencies. (#10184)
    
    * [BEAM-7278, BEAM-2530] Add support for using a Java linkage testing tool to aid upgrading dependencies.
    
    For example:
    ./gradlew -Ppublishing -PjavaLinkageArtifacts=beam-sdks-java-core,beam-sdks-java-io-jdbc :checkJavaLinkage
    
    * Update build.gradle
    
    Co-Authored-By: Tomo Suzuki <[email protected]>
    
    * Update build.gradle
    
    Co-Authored-By: Tomo Suzuki <[email protected]>
    lukecwik and suztomo committed Nov 22, 2019
    Configuration menu
    Copy the full SHA
    7a8a26b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dedcf30 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    07d952f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f5c4e8b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    10b097a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    209d0de View commit details
    Browse the repository at this point in the history
  8. [BEAM-8619] Teardown the DoFns when upon control service termination …

    …for the Java SDK harness.
    sunjincheng121 committed Nov 22, 2019
    Configuration menu
    Copy the full SHA
    5773420 View commit details
    Browse the repository at this point in the history
  9. Bump Release Build Timeout

    Mikhail Gryzykhin committed Nov 22, 2019
    Configuration menu
    Copy the full SHA
    3f40d96 View commit details
    Browse the repository at this point in the history
  10. fix syntax

    Mikhail Gryzykhin committed Nov 22, 2019
    Configuration menu
    Copy the full SHA
    ee5a237 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #10163 from ibzib/artifact-port

    [BEAM-8658] [BEAM-8781] Optionally set jar and artifact staging port …
    ibzib committed Nov 22, 2019
    Configuration menu
    Copy the full SHA
    543abed View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b07415a View commit details
    Browse the repository at this point in the history
  13. typo

    rohdesamuel committed Nov 22, 2019
    Configuration menu
    Copy the full SHA
    83fd08f View commit details
    Browse the repository at this point in the history
  14. lint

    rohdesamuel committed Nov 22, 2019
    Configuration menu
    Copy the full SHA
    a4d881e View commit details
    Browse the repository at this point in the history
  15. [BEAM-7948] Add time-based cache threshold support in the Java data s… (

    #9949)
    
    * [BEAM-7948] Add time-based cache threshold support in the Java data service
    
    * [BEAM-7948] Improve the exception handling.
    
    * fix up
    
    * fixup
    sunjincheng121 authored and lukecwik committed Nov 22, 2019
    Configuration menu
    Copy the full SHA
    4c18cb4 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    031a8c3 View commit details
    Browse the repository at this point in the history
  17. Bump time to 5 hours.

    Ardagan committed Nov 22, 2019
    Configuration menu
    Copy the full SHA
    6c2f18a View commit details
    Browse the repository at this point in the history
  18. Merge pull request #10126 from sunjincheng121/BEAM-8619-PR

    [BEAM-8619] Tear down the DoFns upon the control service termination …
    lukecwik committed Nov 22, 2019
    Configuration menu
    Copy the full SHA
    dce302d View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    a8f3195 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2019

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

Commits on Nov 24, 2019

  1. Configuration menu
    Copy the full SHA
    671b02a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #10021: [BEAM-8592] Adjusting ZetaSQL table resolu…

    …tion to standard
    
    [BEAM-8592] Adjusting ZetaSQL table resolution to standard
    kennknowles committed Nov 24, 2019
    Configuration menu
    Copy the full SHA
    639fc24 View commit details
    Browse the repository at this point in the history
  3. keep 'a https'

    KangZhiDong committed Nov 24, 2019
    Configuration menu
    Copy the full SHA
    f8f584e View commit details
    Browse the repository at this point in the history
  4. [BEAM-8803] BigQuery Streaming Inserts are always retried by default. (

    …#10195)
    
    * BigQuery Streaming Inserts are always retried by default.
    
    * Fix lint.
    
    * Adding runtime error on errors for always retry.
    
    * Default behaviour is to always retry.
    
    * fix lint
    pabloem committed Nov 24, 2019
    Configuration menu
    Copy the full SHA
    885ecbf View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2019

  1. Configuration menu
    Copy the full SHA
    a367069 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e3e52ad View commit details
    Browse the repository at this point in the history
  3. [BEAM-876] Support schemaUpdateOption in BigQueryIO (#9524)

    * [BEAM-876] Support schemaUpdateOption in BigQueryIO
    
    * Move schemaUpdateOptions into WriteTables constructor
    
    * Add integration test for SchemaUpdateOption in BigQuery
    
    * Fix for funkiness from rebase to master
    
    * Spotless apply
    ziel authored and pabloem committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    5fd93af View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c042886 View commit details
    Browse the repository at this point in the history
  5. lint

    rohdesamuel committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    c2cb314 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d8e43af View commit details
    Browse the repository at this point in the history
  7. Merge pull request #9462 from KangZhiDong/master

    Fix typos (a <-> an)
    ibzib committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    066b7b1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6a1b88a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6a921b8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    632a856 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2019

  1. Configuration menu
    Copy the full SHA
    1988284 View commit details
    Browse the repository at this point in the history
  2. [BEAM-8819] Fix AvroCoder serialisation by introduction of AvroGeneri…

    …cCoder specialisation
    piter75 committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    820a796 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0e1cb60 View commit details
    Browse the repository at this point in the history
  4. Fixed code style violations

    piter75 committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    afdf197 View commit details
    Browse the repository at this point in the history
  5. Add limit on number of mutated rows to batching/sorting stages.

    Fixes a potential OOM when very narrow row mutations are added (ie
    <5 cells, <100 bytes).
    
    The overhead of storing a mutation is significant, so with the default
    grouping of 5000*1000 cells, potentially many millions of mutated rows
    can be stored in memory during the grouping phase, leading to an OOM.
    
    This change adds a 3rd limit on the grouping - that a maximum of 500 rows
    per batch (500K rows in the grouping stage).
    nielm committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    c48f170 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #10211: [BEAM-8470] move enableSparkMetricSinks op…

    …tion to common spark pipeline options
    aromanenko-dev committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    b446304 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9ceb449 View commit details
    Browse the repository at this point in the history
  8. Hadoop client 2.8

    suztomo committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    2fa85f6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1336c36 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8373bfd View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2019

  1. [BEAM-7390] Add code snippets for Count (#9923)

    [BEAM-7390] Add code snippets for Count (#9923)
    davidcavazos authored and aaltay committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    4078116 View commit details
    Browse the repository at this point in the history
  2. [BEAM-7390] Add code snippets for CombineGlobally (#9920)

    [BEAM-7390] Add code snippets for CombineGlobally (#9920)
    davidcavazos authored and aaltay committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    f528c7e View commit details
    Browse the repository at this point in the history
  3. [BEAM-7390] Add code snippets for CombineValues (#9922)

    [BEAM-7390] Add code snippets for CombineValues (#9922)
    davidcavazos authored and aaltay committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    308a33b View commit details
    Browse the repository at this point in the history
  4. Fix sorting order bug. (#9883)

    Fix sorting order bug. (#9883)
    
    * Sort documents to respect range_tracker policies.
    
    range_tracker's try_claim method raises a ValueError when document _id s aren't ordered. As documents may be returned unordered by Mongo, forcing sorting on their "_id" solves the issue.
    stefanondisponibile authored and aaltay committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    174402d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7e32334 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #10221 from aromanenko-dev/BEAM-8470-exclude-faile…

    …d-tests
    
    Merge pull request #10221: [BEAM-8470] Exclude failed ValidatesRunner tests
    echauchot committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    3e7865e View commit details
    Browse the repository at this point in the history
  7. Bump python precommit timeout to 3hrs

    Follow up to #10121
    
    Regular version of the precommits are timing out. Not the pytest versions. Apply the same timeout to both places.
    aaltay committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    0ec37b3 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #10234 from apache/aaltay-patch-3

    Bump python precommit timeout to 3hrs
    aaltay committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    5bd9d1d View commit details
    Browse the repository at this point in the history
  9. [BEAM-8832] Allow GCS staging upload chunk size to be increased >1M w…

    …hen setting GcsUploadBufferSizeBytes pipeline option, to improve performance
    Alan Myrvold committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    a320d84 View commit details
    Browse the repository at this point in the history
  10. [BEAM-8832] Allow GCS staging upload chunk size to be increased >1M w…

    …hen setting GcsUploadBufferSizeBytes pipeline option, to improve performance
    lukecwik committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    3a79080 View commit details
    Browse the repository at this point in the history
  11. [BEAM-8840][BEAM-3713] Remove setup_requires, tests_require from setu…

    …p.py (#10227)
    
    * [BEAM-3713] Remove setup_requires from setup.py
    
    This was causing race conditions in setuptools when trying to install
    pytest_runner under sdks/python/.eggs.
    
    * Also remove tests_require
    udim committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    f86d1ff View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1e5e780 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    26803d8 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    8bbc253 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2019

  1. Merge pull request #10239: [BEAM-8842] Temporarily disable BigQueryFi…

    …leLoadsIT.test_multiple_destinations_transform
    udim committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    438055c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e097e89 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #10218: [BEAM-8819] Fix AvroCoder serialisation by…

    … introducing AvroGenericCoder
    mxm committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    2fc1b84 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #10240 from coheigea/tls

    A fix for some TLS issues in the MongoDB IO
    jbonofre committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    e31b332 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    26596c8 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #10220: [BEAM-8656] Update documentation for flink…

    …_master parameter
    mxm committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    e68445c View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2019

  1. Merge pull request #10217 from milantracy/beam8406

    [BEAM-8406] Add support for JSON format text tables
    amaliujia committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    13858b4 View commit details
    Browse the repository at this point in the history
  2. [BEAM-4776] Add metrics support to Java PortableRunner

    Michal Walenia committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    4575e1c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1f64ba3 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2019

  1. Configuration menu
    Copy the full SHA
    d16b9ab View commit details
    Browse the repository at this point in the history
  2. add simple unique_name test; remove all uses of ExternalTransform._EX…

    …PANDED_TRANSFORM_UNIQUE_NAME
    sambvfx committed Dec 1, 2019
    Configuration menu
    Copy the full SHA
    f4a1a4f View commit details
    Browse the repository at this point in the history
  3. fixup: pylint fix

    sambvfx committed Dec 1, 2019
    Configuration menu
    Copy the full SHA
    1751862 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2019

  1. Fixed a bug where the output PCollection was assigned to self.result

    The output PCollection in BigQueryIO read performance test in Python SDK was being assigned to `self.result` attribute. This led to a situation, where `metrics()` was tried to be called on the instance of the PCollection type, not the PipelineResult type.
    kamilwu committed Dec 2, 2019
    Configuration menu
    Copy the full SHA
    e10c9fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1763fd8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5e9739e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2021531 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e706f6a View commit details
    Browse the repository at this point in the history
  6. [BEAM-8863] experiment=beam_fn_api in runtime/environments page

    Make it more obvious that experiment=beam_fn_api is needed for batch
    pipelines.
    ibzib committed Dec 2, 2019
    Configuration menu
    Copy the full SHA
    f148aba View commit details
    Browse the repository at this point in the history
  7. Merge pull request #10196 from Ardagan/BumpReleaseBuildDuration

    Bump Release Build Timeout
    Ardagan committed Dec 2, 2019
    Configuration menu
    Copy the full SHA
    538d042 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    982a149 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    eb49b69 View commit details
    Browse the repository at this point in the history
  10. [BEAM-8523] JobAPI: Give access to timestamped state change history

    When connecting to GetStateStream, the job service will first stream the history of missed state events, thereby catching up the client.
    
    We also apply terminal state filter to all states, which is consistent with Java JobInvocation
    chadrik committed Dec 2, 2019
    Configuration menu
    Copy the full SHA
    e88377a View commit details
    Browse the repository at this point in the history
  11. Rename GetJobStateResponse to JobStateEvent

    Use this to replaceJobStateEvent  wrapper class
    chadrik committed Dec 2, 2019
    2 Configuration menu
    Copy the full SHA
    2da57e7 View commit details
    Browse the repository at this point in the history
  12. Move state history utilities to AbstractBeamJob

    This makes it easier for subclasses to implement the correct history behavior.
    Fix to move state history
    chadrik committed Dec 2, 2019
    Configuration menu
    Copy the full SHA
    65087a6 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    fe70233 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    49136e5 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    88cd2ed View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    eb4c765 View commit details
    Browse the repository at this point in the history
  17. [BEAM-2929] Ensure that the Beam Java SDK sends the property "use_ind…

    …exed_format" to Dataflow for side inputs which use a multimap materialization.
    lukecwik committed Dec 2, 2019
    Configuration menu
    Copy the full SHA
    8e71e59 View commit details
    Browse the repository at this point in the history
  18. [BEAM-2929] Ensure that the Beam Go SDK sends the property "use_index…

    …ed_format" to Dataflow for side inputs which use a multimap materialization.
    lukecwik committed Dec 2, 2019
    Configuration menu
    Copy the full SHA
    31acee9 View commit details
    Browse the repository at this point in the history
  19. [BEAM-2929] Ensure that the Beam Python SDK sends the property "use_i…

    …ndexed_format" to Dataflow for side inputs which use a multimap materialization.
    lukecwik committed Dec 2, 2019
    Configuration menu
    Copy the full SHA
    9fc641a View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2019

  1. Configuration menu
    Copy the full SHA
    dc74f7d View commit details
    Browse the repository at this point in the history
  2. [BEAM-4287] Add trySplit API to Java restriction tracker matching Pyt…

    …hon SDK definition.
    
    Modify all existing checkpoint() implementations to ignore the fraction and file TODOs.
    lukecwik committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    1b86686 View commit details
    Browse the repository at this point in the history
  3. remove external

    rohdesamuel committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    d8403e8 View commit details
    Browse the repository at this point in the history
  4. remove external

    rohdesamuel committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    0e0e0c9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d1451c0 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #10255 from ibzib/fnapi-container

    [BEAM-8863] experiment=beam_fn_api in runtime/environments page
    ibzib committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    8ecc540 View commit details
    Browse the repository at this point in the history
  7. [BEAM-8814] Changed no_auth option from bool to store_true (#10202)

    [BEAM-8814] Changed no_auth option from bool to store_true (#10202)
    
    Changed no_auth option in pipeline_options to be store_true, so that
    behavior is as expected when passing in --no_auth=false. Previously this
    would still evaluate to true.
    
    * Updated no_auth help message
    wintermelons authored and aaltay committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    577a629 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8b1fe05 View commit details
    Browse the repository at this point in the history
  9. Hardcoding dfs.nameservices

    suztomo committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    fa75f00 View commit details
    Browse the repository at this point in the history
  10. Updated comment

    suztomo committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    84d8f51 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    cab9147 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    08d9e7b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    117c289 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    9ae5667 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    9b4d367 View commit details
    Browse the repository at this point in the history
  16. Merge pull request #10210: Update capability matrix and spark website…

    … pages to add details about Spark Structured Streaming Runner.
    aromanenko-dev committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    72a2d04 View commit details
    Browse the repository at this point in the history
  17. Merge pull request #9959: [BEAM-8523] JobAPI: Give access to timestam…

    …ped state change history
    mxm committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    f8496d3 View commit details
    Browse the repository at this point in the history
  18. Fixed unused import

    suztomo committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    92b0ae8 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    c1e759c View commit details
    Browse the repository at this point in the history
  20. fixup!

    lukecwik committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    8f09fc7 View commit details
    Browse the repository at this point in the history
  21. Merge pull request #10150 from ibzib/df-env

    [BEAM-8251] plumb worker_(region|zone) to Environment proto
    ibzib committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    2cc1619 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    de6cdb0 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    7681f8a View commit details
    Browse the repository at this point in the history
  24. Merge pull request #10262: [BEAM-8575] Revert validates runner test t…

    …ag to some tests. They caus…
    liumomo315 authored and chamikaramj committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    2ee01c7 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    64cc5a2 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    07f4a5d View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    fd8299d View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    a5ace8a View commit details
    Browse the repository at this point in the history
  29. fixup!

    lukecwik committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    3adc911 View commit details
    Browse the repository at this point in the history
  30. [GoSDK] Don't panic if debug symbols are striped

    When debug symbols are stripped, the fields listing may be empty, which causes the next line to panic. Check the length so we can fail gracefully and more clearly in this case.
    lostluck committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    7f4e454 View commit details
    Browse the repository at this point in the history
  31. Merge pull request #10238 from lostluck/datawriter

    [GoSDK] Handle data write errors & stream recreate
    lostluck committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    2dd2857 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    7fb531e View commit details
    Browse the repository at this point in the history
  33. Merge pull request #10280 from lukecwik/beam9953

    [BEAM-8523] Regenerate Go protos with respect to changes in #9959
    lostluck committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    93b2eec View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    b7fad12 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    2d93160 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2019

  1. Merge pull request #10281: [BEAM-8883] downgrade 'Failed to remove jo…

    …b staging directory' log level
    mxm committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    a6d505c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #10266: [BEAM-8869] Exclude system metrics test fr…

    …om legacy runner test suite
    mxm committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    a3dd5a0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c09fd92 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c6b466d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1ae1d7e View commit details
    Browse the repository at this point in the history
  6. Merge pull request #10257 [BEAM-8481] Revert the increase in Py37 pos…

    …tcommit test suite timeout
    tvalentyn committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    31e79e0 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #10101: [BEAM-8662] Remove Py3 annotations support…

    … from MapTuple, FlatMapTuple
    udim committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    5143d40 View commit details
    Browse the repository at this point in the history
  8. [BEAM-4287] Add trySplit API to Java restriction tracker matching Pyt…

    …hon SDK definition. Remove GetPartition()
    lukecwik committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    1ed36b4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9d2e52e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5bcd29b View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2019

  1. [BEAM-8884] Fix mongodb splitVector command result type issue (#10282)

    * [BEAM-8884] Fix mongodb splitVector command result type issue
    
    * fixup
    y1chi committed Dec 5, 2019
    Configuration menu
    Copy the full SHA
    8b4863e View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2019

  1. Configuration menu
    Copy the full SHA
    0f2e9aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5669fd9 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2019

  1. Configuration menu
    Copy the full SHA
    4193e9d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6126a59 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2019

  1. Configuration menu
    Copy the full SHA
    858cd71 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b1ced15 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0796371 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5d49a24 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2019

  1. Configuration menu
    Copy the full SHA
    9dbdfc4 View commit details
    Browse the repository at this point in the history
  2. Adding joda_time dependency

    suztomo authored and iemejia committed Dec 11, 2019
    Configuration menu
    Copy the full SHA
    b05e367 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    96b3ee0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dbd4265 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2019

  1. Merge pull request #10320: [BEAM-8835] Cherry-pick #10308 onto 2.18.0…

    … release branch
    mxm committed Dec 12, 2019
    Configuration menu
    Copy the full SHA
    ddca000 View commit details
    Browse the repository at this point in the history
  2. [BEAM-8917] jsr305 dependency declaration for Nullable class (#10324)

    The Maven artifact org.apache.beam:beam-sdks-java-core, which contains org.apache.beam.sdk.schemas.FieldValueTypeInformation, should declare the dependency to com.google.code.findbugs:jsr305. The class needs Nullable class at runtime.
    suztomo authored and iemejia committed Dec 12, 2019
    Configuration menu
    Copy the full SHA
    39e39b6 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2019

  1. Merge pull request #10371: [release-2.18.0][BEAM-8917] jsr305 depende…

    …ncy declaration for Nullable class (#10324)
    udim committed Dec 13, 2019
    Configuration menu
    Copy the full SHA
    4b1bfc5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #10353: [release-2.18.0][BEAM-8861] Disallow self-…

    …signed certificates by default in ElasticsearchIO
    udim committed Dec 13, 2019
    Configuration menu
    Copy the full SHA
    e657f18 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #10352: [release-2.18.0][BEAM-8858] sdks/java/exte…

    …nsions/sql to declare used-but-undeclared dependencies
    udim committed Dec 13, 2019
    Configuration menu
    Copy the full SHA
    43fe9d7 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #10335: Cherry-pick #10272 [BEAM-8337] publish Fli…

    …nk job server container images
    udim committed Dec 13, 2019
    Configuration menu
    Copy the full SHA
    5f94672 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #10298: Cherry-pick [BEAM-8884] Fix mongodb splitV…

    …ector command result type issue (#10282)
    udim committed Dec 13, 2019
    Configuration menu
    Copy the full SHA
    f44f334 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    759c078 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2019

  1. Declare JSR305 dependency as 'shadow'

    suztomo authored and iemejia committed Dec 16, 2019
    Configuration menu
    Copy the full SHA
    2a2d291 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #10380: [BEAM-8825] Add limit on number of mutated…

    … rows to batching/sorting stages.
    udim committed Dec 16, 2019
    Configuration menu
    Copy the full SHA
    712ccb0 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #10385: [release-2.18.0][BEAM-8967] Maven artifact…

    … beam-sdks-java-core does not have JSR305 specified as "compile"
    udim committed Dec 16, 2019
    Configuration menu
    Copy the full SHA
    df46eb2 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2019

  1. Configuration menu
    Copy the full SHA
    b870d97 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    647bf40 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2019

  1. Merge pull request #10416: [BEAM-8976] Setting all logging on the roo…

    …t logger as before.
    udim committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    0658bc6 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2019

  1. [BEAM-8944] Change to use single thread in py sdk bundle progress rep…

    …ort (#10387)
    
    * [BEAM-8944] Change to single thread executor in python sdk bundle progress report
    
    (cherry picked from commit 794e58d)
    y1chi committed Dec 20, 2019
    Configuration menu
    Copy the full SHA
    1edcc10 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2019

  1. Merge pull request #10430: [BEAM-8944] Change to use single thread in…

    … py sdk bundle progress rep…
    udim committed Dec 26, 2019
    Configuration menu
    Copy the full SHA
    feacdaf View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2020

  1. Configuration menu
    Copy the full SHA
    36862f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6db2b7f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3381d89 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    43ce943 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #10526: [release-2.18.0][BEAM-9041, BEAM-9042] Sch…

    …emaCoder equals should not rely on from/toRowFunction equality
    iemejia committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    18e80b3 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2020

  1. [BEAM-4287] Fix to use the residual instead of the current restrictio…

    …n on process continuations.
    
    This is a forward fix for #10258 to fix Dataflow VR postcommit suite.
    lukecwik authored and udim committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    9e58be1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6887a3f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dba0c68 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2020

  1. [BEAM-9123] HadoopResourceId returns wrong directoryName bugfix

    mareksimunek authored and David Moravek committed Jan 17, 2020
    Configuration menu
    Copy the full SHA
    a61dfbf View commit details
    Browse the repository at this point in the history
  2. Merge pull request #10625: [release-2.18.0][BEAM-9123] HadoopResource…

    …Id returns wrong directoryName bugfix
    aromanenko-dev committed Jan 17, 2020
    Configuration menu
    Copy the full SHA
    b813ed9 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2020

  1. Configuration menu
    Copy the full SHA
    79ed0b6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #10658: Revert "[release-2.18.0][BEAM-9123] Hadoop…

    …ResourceId returns wrong directoryName bugfix"
    udim committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    40d2e7c View commit details
    Browse the repository at this point in the history