Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sql: fix unique column backfill conflict test
The test breaks when the backfill runs using distsql because each distsql node separately computes the default value to use its for backfill. Converted to a constant to make the test predictable.
- Loading branch information