Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sql/randgen: avoid invalid inverted indexes in CREATE TABLE
Previously, the create table made via the randgen component could create invalid CREATE TABLE statements where the last columns of an inverted index were descending. This could lead to unexpected failures in certain workloads, which expected valid statements from this components. To address this, this patch stops randgen from generating CREATE table statements with invalid inverted indexes. Release note: None
- Loading branch information