Since cloud.google.com/go/spanenr v1.2.0, the signature of ParseDDL has been changed. Also since v1.2.1, Position field was added to some struct such as CreateIndex, so building hammer has been failed and tests failed.
This Pull-request fixes to work well on cloud.google.com/go/spanner v1.2.0 and later.
Since cloud.google.com/go/spanenr v1.2.0, the signature of ParseDDL has been changed. Also since v1.2.1,
Position
field was added to some struct such asCreateIndex
, so buildinghammer
has been failed and tests failed. This Pull-request fixes to work well on cloud.google.com/go/spanner v1.2.0 and later.