Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sahnib/spark
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: sahnib/spark
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: tws-chaining-stateful-operators
Choose a head ref
  • 4 commits
  • 16 files changed
  • 1 contributor

Commits on May 6, 2024

  1. Allow chaining other stateful operators after transformWIthState oper…

    …ator. This change allows the user to redefine the event time column in generated output of transformWithState, which is used in watermark expressions for operators following transformWithState
    sahnib committed May 6, 2024
    Configuration menu
    Copy the full SHA
    288ee8c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1000e54 View commit details
    Browse the repository at this point in the history
  3. Add Analyzer rule to resolve watermark delay for UpdateEventTimeWater…

    …markColumn logical node.
    sahnib committed May 6, 2024
    Configuration menu
    Copy the full SHA
    5d02835 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Incorporate PR comments.

    sahnib committed May 7, 2024
    Configuration menu
    Copy the full SHA
    f64e392 View commit details
    Browse the repository at this point in the history
Loading