Skip to content

Add random table source #550

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

Merged
merged 2 commits into from
Jul 15, 2025
Merged

Add random table source #550

merged 2 commits into from
Jul 15, 2025

Conversation

Leomrlin
Copy link
Contributor

@Leomrlin Leomrlin commented Jul 10, 2025

Add random table source

example:

CREATE TABLE tbl_person (
id bigint,
name varchar,
age int
) WITH (
type='random',
geaflow.dsl.window.size=20,
geaflow.dsl.random.source.tuples.per.second=100.0,
geaflow.dsl.random.source.max.batch=100
);

Copy link
Contributor

@Loognqiang Loognqiang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Loognqiang Loognqiang merged commit ffba882 into apache:master Jul 15, 2025
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants