Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
workload: fix partition commands in tpcc import
The commands for partitioning indexes in the TPCC import were erroring out due to a syntax change introduced in #39332. I updated them to use `ALTER PARTITION ... OF INDEX` rather than `ALTER PARTITION ... OF TABLE`. Fixes #39005 Fixes #40360 Fixes #40416 Release note: None
- Loading branch information