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

Katas - Convert task description from HTML to Markdown #11736

Merged
merged 42 commits into from
May 19, 2020

Commits on May 14, 2020

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

Commits on May 15, 2020

  1. [BEAM-6733] Add pipeline option to flush bundle data before checkpoin…

    …ting
    
    We had a couple of PRs in which we wanted to remove the buffering of bundle
    output during checkpointing: apache#7940 apache#9652. Ultimately, we didn't merge any of
    those because we weren't sure how the change would affect the checkpoint
    performance.
    
    As a better migration path, this introduces a pipeline option to change the
    default, buffering bundle output during checkpointing, to finishing the bundle
    and flushing all data before checkpointing.
    mxm committed May 15, 2020
    Configuration menu
    Copy the full SHA
    401f213 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2020

  1. Configuration menu
    Copy the full SHA
    f4a0f66 View commit details
    Browse the repository at this point in the history
  2. Update course in Stepik

    henryken committed May 16, 2020
    Configuration menu
    Copy the full SHA
    849721f View commit details
    Browse the repository at this point in the history
  3. [BEAM-10018] Fix timestamps in windowing kata

    In this Kata, the timestamp was calculated from time objects, and converted to a
    timestamp in the local timezone. Thus, the results of the test depended on the
    configuration of the local timezone in the running system.
    
    The tests were hardcoded with a timezone different to mine, and thus I always
    failed to pass this Kata. The changes in this commit change the type in Event to
    be a datetime, the timestamps are set in UTC, and the output in the tests is
    hardcoded in UTC too. This should ensure that the kata works regardless the
    timezone configured in the system running the kata.
    iht committed May 16, 2020
    Configuration menu
    Copy the full SHA
    fc5c981 View commit details
    Browse the repository at this point in the history
  4. [BEAM-10018] Kata failing due to failed parsing

    Parsing the timestamps as strings using fromisoformat was failing, and the Kata
    failed silently regardless the code written in the boxes.
    
    This change sets the same timestamps, with UTC timezone, without parsing
    strings.
    iht committed May 16, 2020
    Configuration menu
    Copy the full SHA
    db5004c View commit details
    Browse the repository at this point in the history

Commits on May 17, 2020

  1. Configuration menu
    Copy the full SHA
    af2d850 View commit details
    Browse the repository at this point in the history
  2. Remove unused import

    iht committed May 17, 2020
    Configuration menu
    Copy the full SHA
    f214352 View commit details
    Browse the repository at this point in the history
  3. Add missing dependency

    iht committed May 17, 2020
    Configuration menu
    Copy the full SHA
    b18ea2a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    80bc613 View commit details
    Browse the repository at this point in the history
  5. Fix placeholder location

    iht committed May 17, 2020
    Configuration menu
    Copy the full SHA
    45a0b85 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ab42e55 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ee4a44e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5ea0940 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d5606be View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f9ae024 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6c73dbe View commit details
    Browse the repository at this point in the history

Commits on May 18, 2020

  1. [BEAM-2530] Implement Zeta SQL precommit compile tests and run on jav…

    …a 11 (apache#11692)
    
    [BEAM-2530] Implement Zeta SQL precommit compile tests and run on java 11
    pawelpasterz committed May 18, 2020
    Configuration menu
    Copy the full SHA
    d773f8c View commit details
    Browse the repository at this point in the history
  2. Merge pull request apache#11678: [BEAM-6733] Add pipeline option to f…

    …lush bundle data before checkpointing
    mxm committed May 18, 2020
    Configuration menu
    Copy the full SHA
    7c80ecb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    64414b8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1aa715c View commit details
    Browse the repository at this point in the history
  5. Merge pull request apache#11731 from [BEAM-10018] Fix timestamps in t…

    …wo windowing Python katas
    
    [BEAM-10018] Fix timestamps in two windowing Python katas
    pabloem committed May 18, 2020
    Configuration menu
    Copy the full SHA
    1f21a4c View commit details
    Browse the repository at this point in the history
  6. Merge pull request apache#11730 from henryken/katas-python-remove-ans…

    …wer-placeholder-check
    
    Python Katas - Remove answer placeholder checks
    pabloem committed May 18, 2020
    Configuration menu
    Copy the full SHA
    ddf2927 View commit details
    Browse the repository at this point in the history
  7. [BEAM-9964] Update CHANGES.md (apache#11743)

    Co-authored-by: Omar Ismail <[email protected]>
    omarismail94 and Omar Ismail committed May 18, 2020
    Configuration menu
    Copy the full SHA
    de9177e View commit details
    Browse the repository at this point in the history
  8. Merge pull request apache#11272: [BEAM-9641] Support ZetaSQL DATE typ…

    …e as a Beam LogicalType
    apilloud committed May 18, 2020
    Configuration menu
    Copy the full SHA
    47c246b View commit details
    Browse the repository at this point in the history
  9. [BEAM-9577] Artifact v2 support for uber jars. (apache#11708)

    * Adds a "filesystem" for artifacts placed on the classpath (e.g. within the uberjar).
    * Updates the flink and spark uberjars to use artifact staging v2, leveraging the above filesystem.
    robertwb committed May 18, 2020
    Configuration menu
    Copy the full SHA
    76fbe45 View commit details
    Browse the repository at this point in the history
  10. Populate all SpannerIO batching parameters in display data.

    Add all the grouping/batching parameters in SpannerIO
    populateDisplayData().
    nielm committed May 18, 2020
    Configuration menu
    Copy the full SHA
    7c81b93 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9ded9e2 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    192e9ad View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    30a68f5 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2020

  1. [BEAM-9821] Populate all SpannerIO batching parameters in display dat…

    …a. (apache#11528)
    
    [BEAM-9821] Populate all SpannerIO batching parameters in display data.
    TheNeuralBit committed May 19, 2020
    Configuration menu
    Copy the full SHA
    decd50a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c89f188 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3f5a48c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    714d82f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1d55f6f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1a5afa1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    23f419f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    353abda View commit details
    Browse the repository at this point in the history
  9. Resolve merge conflict

    henryken committed May 19, 2020
    Configuration menu
    Copy the full SHA
    b739cb7 View commit details
    Browse the repository at this point in the history
  10. Merge remote-tracking branch 'origin/katas-convert-html-desc-to-md' i…

    …nto katas-convert-html-desc-to-md
    
    # Conflicts:
    #	learning/katas/python/Windowing/Adding Timestamp/ParDo/task.md
    henryken committed May 19, 2020
    Configuration menu
    Copy the full SHA
    2c0c4c9 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    80a490e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    bfcf1b4 View commit details
    Browse the repository at this point in the history