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

make random stream eps be query time settings #277

Conversation

lizhou1111
Copy link
Contributor

this close #260

create random stream test22_create_random(id int default rand()%4) engine Random() settings eps=1000;
select count(1) from test22_create_random settings generate_eps=100;

If you set generate_eps in query time, it will use generate_eps as eps to generate data.
PR checklist:

  • Did you run ClangFormat ?
  • Did you separate headers to a different section in existing community code base ?
  • Did you surround proton: starts/ends for new code in existing community code base ?

Please write user-readable short description of the changes:

@lizhou1111 lizhou1111 force-pushed the enhancement/issue-260-make-random-stream-eps-be-query-time-settings branch from b6c97e6 to 7239433 Compare November 14, 2023 04:09
@lizhou1111 lizhou1111 self-assigned this Nov 14, 2023
@lizhou1111 lizhou1111 requested a review from yl-lisen November 14, 2023 04:59
@lizhou1111 lizhou1111 force-pushed the enhancement/issue-260-make-random-stream-eps-be-query-time-settings branch from 7239433 to b8b89ea Compare November 14, 2023 06:47
@yl-lisen yl-lisen merged commit d643e51 into develop Nov 14, 2023
18 checks passed
@yl-lisen yl-lisen deleted the enhancement/issue-260-make-random-stream-eps-be-query-time-settings branch November 14, 2023 09:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Random stream EPS etc could be query time settings instead of bounding to storage
2 participants