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

Why -r don't work for me? #5

Open
EvagelineFEI opened this issue Apr 24, 2024 · 0 comments
Open

Why -r don't work for me? #5

EvagelineFEI opened this issue Apr 24, 2024 · 0 comments

Comments

@EvagelineFEI
Copy link

I tried to use this tool to generate 2200 different sql statements from the template. Mentioned in https://github.com/databricks/tpch-dbgen,- r parameter can be used to specify the seed. However, I run this statement, but the result is the same queries.

for i in seq 22;do ./qgen -d $i -s 1 -r 100 > outputfile/queries/$i.sql; done

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

No branches or pull requests

1 participant