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

Generate watermarks and set event time using expressions #511

Merged
merged 2 commits into from
Jan 26, 2024

Commits on Jan 26, 2024

  1. Generate watermarks and set event time using expressions

    Modify the periodic watermark generator to accept a physical expressions
    that it uses to calculate the watermark. The expression can be set via a
    virtual field in the create table statement, or it defaults to a max
    lateness expression. The operator is inserted via a user-defined logical
    node.
    
    Add an expression to the projection in the SourceRewriter to set the
    event time if present.
    jbeisen committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    9ba2fe1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc387c4 View commit details
    Browse the repository at this point in the history