Client
golang spansql v1.38.0
Environment
golang
Go Environment
$ go version go version go1.16.9 windows/amd64
Code
spansql.ParseDDL("filename", CREATE CHANGE STREAM datastream_ALL FOR ALL;)
this gives following error
ParseDDL("CREATE CHANGE STREAM datastream_ALL\n FOR ALL;"): filename:1.0: unknown DDL statement
more information of ddl
https://cloud.google.com/spanner/docs/change-streams/manage