Closed daichirata closed 2 years ago
The library called spansql used by hammer cannot parse change streams definitions, so I added a flag to ignore DDL starting with CREATE CHANGE STREAM.
CREATE CHANGE STREAM
The default value of the flag is set to false, as we would like to support change streams in the future.
related #41
The library called spansql used by hammer cannot parse change streams definitions, so I added a flag to ignore DDL starting with
CREATE CHANGE STREAM
.The default value of the flag is set to false, as we would like to support change streams in the future.
related #41