Skip to content

feat: define watermark on source #6952

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

Closed
Tracked by #6042
fuyufjh opened this issue Dec 19, 2022 · 0 comments
Closed
Tracked by #6042

feat: define watermark on source #6952

fuyufjh opened this issue Dec 19, 2022 · 0 comments
Assignees
Labels
type/feature Type: New feature.

Comments

@fuyufjh
Copy link
Collaborator

fuyufjh commented Dec 19, 2022

Is your feature request related to a problem? Please describe.

See #6750 (comment) for context.

CREATE SOURCE Orders (
    user BIGINT,
    product STRING,
    order_time TIMESTAMP(3),
    WATERMARK FOR order_time AS order_time - INTERVAL '5' SECOND
) WITH ( ... );

Referred to the Flink document.

Describe the solution you'd like

No response

Describe alternatives you've considered

No response

Additional context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/feature Type: New feature.
Projects
None yet
Development

No branches or pull requests

2 participants