Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
45035: workload: fix non-uniqueness error in movr workload setup r=rohany a=rohany Fixes #44864. The generator for the promo codes table relied on a random word generator for the string primary key of the table. At a large enough row count this was nearly gauranteed to have a collision. This PR fixes it by prepending a unique rowid to each random promo code. Release note (cli change): This PR fixes a potential error occurring when loading the movr dataset with a large number of rows in the promo codes column. Co-authored-by: Rohan Yadav <rohany@alumni.cmu.edu>
- Loading branch information