Skip to content

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

@EvagelineFEI

Description

@EvagelineFEI

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions